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
85453425
Kaydet (Commit)
85453425
authored
Kas 26, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field
Change-Id: Ie14d3b3474b7886add80bd6e223e76fbf964144e
üst
6694e10a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
dx_surfacebitmap.cxx
canvas/source/directx/dx_surfacebitmap.cxx
+2
-6
No files found.
canvas/source/directx/dx_surfacebitmap.cxx
Dosyayı görüntüle @
85453425
...
...
@@ -48,8 +48,7 @@ namespace dxcanvas
DXColorBuffer
(
const
COMReference
<
surface_type
>&
rSurface
,
const
::
basegfx
::
B2IVector
&
rSize
)
:
maSize
(
rSize
),
mpSurface
(
rSurface
),
mbAlpha
(
false
)
mpSurface
(
rSurface
)
{
}
...
...
@@ -68,7 +67,6 @@ namespace dxcanvas
::
basegfx
::
B2IVector
maSize
;
mutable
D3DLOCKED_RECT
maLockedRect
;
mutable
COMReference
<
surface_type
>
mpSurface
;
bool
mbAlpha
;
};
sal_uInt8
*
DXColorBuffer
::
lock
()
const
...
...
@@ -114,8 +112,7 @@ namespace dxcanvas
GDIColorBuffer
(
const
BitmapSharedPtr
&
rSurface
,
const
::
basegfx
::
B2IVector
&
rSize
)
:
maSize
(
rSize
),
mpGDIPlusBitmap
(
rSurface
),
mbAlpha
(
true
)
mpGDIPlusBitmap
(
rSurface
)
{
}
...
...
@@ -134,7 +131,6 @@ namespace dxcanvas
::
basegfx
::
B2IVector
maSize
;
mutable
Gdiplus
::
BitmapData
aBmpData
;
BitmapSharedPtr
mpGDIPlusBitmap
;
bool
mbAlpha
;
};
sal_uInt8
*
GDIColorBuffer
::
lock
()
const
...
...
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