Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c245039e
Kaydet (Commit)
c245039e
authored
Kas 09, 2014
tarafından
Louis-Francis Ratté-Boulianne
Kaydeden (comit)
Markus Mohrhard
Kas 10, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: Fix getBitmap operation
Change-Id: Id78065081bbde97738afd0f4da09b502afe468f4
üst
03c6479f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
salbmp.cxx
vcl/opengl/salbmp.cxx
+3
-0
No files found.
vcl/opengl/salbmp.cxx
Dosyayı görüntüle @
c245039e
...
...
@@ -71,6 +71,7 @@ bool OpenGLSalBitmap::Create( OpenGLContext& rContext, long nX, long nY, long nW
maPalette
=
aEmptyPalette
;
mpTexture
.
reset
(
new
OpenGLTexture
(
nX
,
nY
,
nWidth
,
nHeight
)
);
mbDirtyTexture
=
false
;
return
true
;
}
...
...
@@ -107,6 +108,7 @@ bool OpenGLSalBitmap::Create( const SalBitmap& rSalBmp, sal_uInt16 nNewBitCount
if
(
isValidBitCount
(
nNewBitCount
)
)
{
// TODO: lfrb: What about the pending operations?!
mnBits
=
nNewBitCount
;
mnBytesPerRow
=
rSourceBitmap
.
mnBytesPerRow
;
mnWidth
=
rSourceBitmap
.
mnWidth
;
...
...
@@ -116,6 +118,7 @@ bool OpenGLSalBitmap::Create( const SalBitmap& rSalBmp, sal_uInt16 nNewBitCount
maPalette
=
rSourceBitmap
.
maPalette
;
mpContext
=
rSourceBitmap
.
mpContext
;
mpTexture
=
rSourceBitmap
.
mpTexture
;
mbDirtyTexture
=
false
;
maUserBuffer
=
rSourceBitmap
.
maUserBuffer
;
// TODO Copy buffer data if the bitcount and palette are the same
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment