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
9b640c03
Kaydet (Commit)
9b640c03
authored
Nis 13, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:passstuffbyref in canvas
Change-Id: Idde288ab4bb7935e5da2a84190fd4b398961d358
üst
311bc1fc
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
+11
-11
cairo_devicehelper.hxx
canvas/source/cairo/cairo_devicehelper.hxx
+1
-1
cairo_spritedevicehelper.hxx
canvas/source/cairo/cairo_spritedevicehelper.hxx
+1
-1
ogl_bitmapcanvashelper.hxx
canvas/source/opengl/ogl_bitmapcanvashelper.hxx
+1
-1
pagemanager.hxx
canvas/source/tools/pagemanager.hxx
+1
-1
devicehelper.hxx
canvas/source/vcl/devicehelper.hxx
+1
-1
spritedevicehelper.hxx
canvas/source/vcl/spritedevicehelper.hxx
+1
-1
bufferedgraphicdevicebase.hxx
include/canvas/base/bufferedgraphicdevicebase.hxx
+1
-1
canvascustomspritehelper.hxx
include/canvas/base/canvascustomspritehelper.hxx
+2
-2
spriteredrawmanager.hxx
include/canvas/spriteredrawmanager.hxx
+2
-2
No files found.
canvas/source/cairo/cairo_devicehelper.hxx
Dosyayı görüntüle @
9b640c03
...
...
@@ -91,7 +91,7 @@ namespace cairocanvas
void
dumpScreenContent
()
const
;
OutputDevice
*
getOutputDevice
()
const
{
return
mpRefDevice
;
}
::
cairo
::
SurfaceSharedPtr
getSurface
()
{
return
mpSurface
;
}
const
::
cairo
::
SurfaceSharedPtr
&
getSurface
()
{
return
mpSurface
;
}
::
cairo
::
SurfaceSharedPtr
createSurface
(
const
::
basegfx
::
B2ISize
&
rSize
,
int
aContent
=
CAIRO_CONTENT_COLOR_ALPHA
);
::
cairo
::
SurfaceSharedPtr
createSurface
(
BitmapSystemData
&
rData
,
const
Size
&
rSize
);
...
...
canvas/source/cairo/cairo_spritedevicehelper.hxx
Dosyayı görüntüle @
9b640c03
...
...
@@ -60,7 +60,7 @@ namespace cairocanvas
void
notifySizeUpdate
(
const
css
::
awt
::
Rectangle
&
rBounds
);
void
setSize
(
const
::
basegfx
::
B2ISize
&
rSize
);
::
cairo
::
SurfaceSharedPtr
getBufferSurface
()
{
return
mpBufferSurface
;
}
const
::
cairo
::
SurfaceSharedPtr
&
getBufferSurface
()
{
return
mpBufferSurface
;
}
::
cairo
::
SurfaceSharedPtr
getWindowSurface
();
::
cairo
::
SurfaceSharedPtr
createSurface
(
const
::
basegfx
::
B2ISize
&
rSize
,
int
aContent
=
CAIRO_CONTENT_COLOR_ALPHA
);
::
cairo
::
SurfaceSharedPtr
createSurface
(
BitmapSystemData
&
rData
,
const
Size
&
rSize
);
...
...
canvas/source/opengl/ogl_bitmapcanvashelper.hxx
Dosyayı görüntüle @
9b640c03
...
...
@@ -49,7 +49,7 @@ namespace oglcanvas
// BitmapCanvasHelper functionality
// ================================
c
ss
::
geometry
::
IntegerSize2D
getSize
()
{
return
maSize
;
}
c
onst
css
::
geometry
::
IntegerSize2D
&
getSize
()
{
return
maSize
;
}
css
::
uno
::
Reference
<
css
::
rendering
::
XBitmapCanvas
>
queryBitmapCanvas
();
...
...
canvas/source/tools/pagemanager.hxx
Dosyayı görüntüle @
9b640c03
...
...
@@ -41,7 +41,7 @@ namespace canvas
// accelerated page, e.g. OpenGL texture.
::
basegfx
::
B2ISize
getPageSize
()
const
;
c
anvas
::
IRenderModuleSharedPtr
getRenderModule
()
const
{
return
mpRenderModule
;
}
c
onst
canvas
::
IRenderModuleSharedPtr
&
getRenderModule
()
const
{
return
mpRenderModule
;
}
FragmentSharedPtr
allocateSpace
(
const
::
basegfx
::
B2ISize
&
rSize
);
void
free
(
const
FragmentSharedPtr
&
pFragment
);
...
...
canvas/source/vcl/devicehelper.hxx
Dosyayı görüntüle @
9b640c03
...
...
@@ -77,7 +77,7 @@ namespace vclcanvas
css
::
uno
::
Reference
<
css
::
rendering
::
XColorSpace
>
getColorSpace
()
const
;
OutDevProviderSharedPtr
getOutDev
()
const
{
return
mpOutDev
;
}
const
OutDevProviderSharedPtr
&
getOutDev
()
const
{
return
mpOutDev
;
}
/** called when DumpScreenContent property is enabled on
XGraphicDevice, and writes out bitmaps of current screen.
...
...
canvas/source/vcl/spritedevicehelper.hxx
Dosyayı görüntüle @
9b640c03
...
...
@@ -54,7 +54,7 @@ namespace vclcanvas
css
::
uno
::
Any
getSurfaceHandle
()
const
;
void
dumpScreenContent
()
const
;
BackBufferSharedPtr
getBackBuffer
()
const
{
return
mpBackBuffer
;
}
const
BackBufferSharedPtr
&
getBackBuffer
()
const
{
return
mpBackBuffer
;
}
void
notifySizeUpdate
(
const
css
::
awt
::
Rectangle
&
rBounds
);
...
...
include/canvas/base/bufferedgraphicdevicebase.hxx
Dosyayı görüntüle @
9b640c03
...
...
@@ -159,7 +159,7 @@ namespace canvas
}
}
c
ss
::
uno
::
Reference
<
css
::
awt
::
XWindow2
>
getWindow
()
const
c
onst
css
::
uno
::
Reference
<
css
::
awt
::
XWindow2
>&
getWindow
()
const
{
return
mxWindow
;
}
...
...
include/canvas/base/canvascustomspritehelper.hxx
Dosyayı görüntüle @
9b640c03
...
...
@@ -90,8 +90,8 @@ namespace canvas
// Sprite
bool
isAreaUpdateOpaque
(
const
::
basegfx
::
B2DRange
&
rUpdateArea
)
const
;
::
basegfx
::
B2DPoint
getPosPixel
()
const
{
return
maPosition
;
}
::
basegfx
::
B2DVector
getSizePixel
()
const
{
return
maSize
;
}
const
::
basegfx
::
B2DPoint
&
getPosPixel
()
const
{
return
maPosition
;
}
const
::
basegfx
::
B2DVector
&
getSizePixel
()
const
{
return
maSize
;
}
::
basegfx
::
B2DRange
getUpdateArea
()
const
;
double
getPriority
()
const
{
return
mfPriority
;
}
...
...
include/canvas/spriteredrawmanager.hxx
Dosyayı görüntüle @
9b640c03
...
...
@@ -124,7 +124,7 @@ namespace canvas
const
Sprite
::
Reference
&
getSprite
()
const
{
return
mpSprite
;
}
// #i61843# need to return by value here, to be used safely from bind
::
basegfx
::
B2DRange
getUpdateArea
()
const
{
return
maTrueUpdateArea
;
}
const
::
basegfx
::
B2DRange
&
getUpdateArea
()
const
{
return
maTrueUpdateArea
;
}
bool
needsUpdate
()
const
{
return
mbNeedsUpdate
;
}
bool
isPureMove
()
const
{
return
mbIsPureMove
;
}
...
...
@@ -177,7 +177,7 @@ namespace canvas
{
}
Sprite
::
Reference
getSprite
()
const
{
return
mpAffectedSprite
;
}
const
Sprite
::
Reference
&
getSprite
()
const
{
return
mpAffectedSprite
;
}
ChangeType
meChangeType
;
Sprite
::
Reference
mpAffectedSprite
;
...
...
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