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
12a1179b
Kaydet (Commit)
12a1179b
authored
Agu 08, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field
Change-Id: I03d8f81b17341e128c9c0517ecca2a76f7b4552c
üst
ac7e26e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
ogl_spritedevicehelper.cxx
canvas/source/opengl/ogl_spritedevicehelper.cxx
+2
-5
No files found.
canvas/source/opengl/ogl_spritedevicehelper.cxx
Dosyayı görüntüle @
12a1179b
...
...
@@ -540,7 +540,6 @@ namespace oglcanvas
class
BufferContextImpl
:
public
IBufferContext
{
::
basegfx
::
B2IVector
maSize
;
const
SpriteDeviceHelper
&
mrDeviceHelper
;
GLuint
mnFrambufferId
;
GLuint
mnDepthId
;
GLuint
mnTextureId
;
...
...
@@ -563,10 +562,8 @@ namespace oglcanvas
}
public
:
BufferContextImpl
(
const
SpriteDeviceHelper
&
rDeviceHelper
,
const
::
basegfx
::
B2IVector
&
rSize
)
:
BufferContextImpl
(
const
::
basegfx
::
B2IVector
&
rSize
)
:
maSize
(
rSize
),
mrDeviceHelper
(
rDeviceHelper
),
mnFrambufferId
(
0
),
mnDepthId
(
0
),
mnTextureId
(
0
)
...
...
@@ -586,7 +583,7 @@ namespace oglcanvas
IBufferContextSharedPtr
SpriteDeviceHelper
::
createBufferContext
(
const
::
basegfx
::
B2IVector
&
rSize
)
const
{
return
IBufferContextSharedPtr
(
new
BufferContextImpl
(
*
this
,
rSize
));
return
IBufferContextSharedPtr
(
new
BufferContextImpl
(
rSize
));
}
TextureCache
&
SpriteDeviceHelper
::
getTextureCache
()
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