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
8747200c
Kaydet (Commit)
8747200c
authored
Şub 25, 2014
tarafından
Alexander Wilms
Kaydeden (comit)
Thorsten Behrens
Şub 25, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove visual noise from canvas
Change-Id: I0f01a4064ab6d1f55647ecdc1a8710e289e5d96c
üst
8448d136
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
121 additions
and
121 deletions
+121
-121
cairo_spritecanvashelper.hxx
canvas/source/cairo/cairo_spritecanvashelper.hxx
+1
-1
cairo_xlib_cairo.cxx
canvas/source/cairo/cairo_xlib_cairo.cxx
+1
-1
dx_9rm.cxx
canvas/source/directx/dx_9rm.cxx
+0
-0
dx_bitmap.cxx
canvas/source/directx/dx_bitmap.cxx
+2
-2
dx_canvas.hxx
canvas/source/directx/dx_canvas.hxx
+1
-1
dx_canvashelper_texturefill.cxx
canvas/source/directx/dx_canvashelper_texturefill.cxx
+2
-2
dx_spritecanvashelper.hxx
canvas/source/directx/dx_spritecanvashelper.hxx
+1
-1
dx_surfacebitmap.cxx
canvas/source/directx/dx_surfacebitmap.cxx
+38
-38
dx_textlayout_drawhelper.cxx
canvas/source/directx/dx_textlayout_drawhelper.cxx
+1
-1
dx_vcltools.cxx
canvas/source/directx/dx_vcltools.cxx
+6
-6
ogl_spritedevicehelper.hxx
canvas/source/opengl/ogl_spritedevicehelper.hxx
+1
-1
simplecanvasimpl.cxx
canvas/source/simplecanvas/simplecanvasimpl.cxx
+2
-2
elapsedtime.cxx
canvas/source/tools/elapsedtime.cxx
+2
-2
pagemanager.cxx
canvas/source/tools/pagemanager.cxx
+16
-16
pagemanager.hxx
canvas/source/tools/pagemanager.hxx
+4
-4
spriteredrawmanager.cxx
canvas/source/tools/spriteredrawmanager.cxx
+1
-1
surface.cxx
canvas/source/tools/surface.cxx
+18
-18
surface.hxx
canvas/source/tools/surface.hxx
+2
-2
surfaceproxy.cxx
canvas/source/tools/surfaceproxy.cxx
+10
-10
surfaceproxy.hxx
canvas/source/tools/surfaceproxy.hxx
+2
-2
surfaceproxymanager.cxx
canvas/source/tools/surfaceproxymanager.cxx
+4
-4
surfacerect.hxx
canvas/source/tools/surfacerect.hxx
+2
-2
canvashelper_texturefill.cxx
canvas/source/vcl/canvashelper_texturefill.cxx
+2
-2
spritecanvashelper.hxx
canvas/source/vcl/spritecanvashelper.hxx
+1
-1
canvasdemo.cxx
canvas/workben/canvasdemo.cxx
+1
-1
No files found.
canvas/source/cairo/cairo_spritecanvashelper.hxx
Dosyayı görüntüle @
8747200c
...
...
@@ -88,7 +88,7 @@ namespace cairocanvas
// SpriteRedrawManager functor calls
// -------------------------------------------------
/** Gets called for simple background repaints
*/
...
...
canvas/source/cairo/cairo_xlib_cairo.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -37,7 +37,7 @@ namespace
{
// The X protocol request CreatePixmap puts an upper bound
// of 16 bit to the size.
//
// see, e.g. moz#424333, fdo#48961
// we've a duplicate of this in vcl :-(
if
(
width
>
SAL_MAX_INT16
||
height
>
SAL_MAX_INT16
)
...
...
canvas/source/directx/dx_9rm.cxx
Dosyayı görüntüle @
8747200c
This diff is collapsed.
Click to expand it.
canvas/source/directx/dx_bitmap.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -40,9 +40,9 @@ using namespace ::com::sun::star;
namespace
dxcanvas
{
//////////////////////////////////////////////////////////////////////////////////
// DXBitmap::DXBitmap
//////////////////////////////////////////////////////////////////////////////////
DXBitmap
::
DXBitmap
(
const
BitmapSharedPtr
&
rBitmap
,
bool
bWithAlpha
)
:
...
...
canvas/source/directx/dx_canvas.hxx
Dosyayı görüntüle @
8747200c
...
...
@@ -102,7 +102,7 @@ namespace dxcanvas
typedef
::
rtl
::
Reference
<
Canvas
>
CanvasRef
;
//////////////////////////////////////////////////////////////////////////////////////////////////////
typedef
::
cppu
::
WeakComponentImplHelper7
<
::
com
::
sun
::
star
::
rendering
::
XBitmapCanvas
,
::
com
::
sun
::
star
::
rendering
::
XIntegerBitmap
,
...
...
canvas/source/directx/dx_canvashelper_texturefill.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -226,7 +226,7 @@ namespace dxcanvas
1.0
)
)
{
// KLUDGE 1:
//
// And here comes the greatest shortcoming of the GDI+
// gradients ever: SetFocusScales completely ignores
// transformations, both when set at the PathGradientBrush
...
...
@@ -362,7 +362,7 @@ namespace dxcanvas
else
{
// KLUDGE 2:
//
// We're generating a PathGradientBrush from scratch here,
// and put in a transformed GraphicsPath (transformed with
// the texture transform). This is because the
...
...
canvas/source/directx/dx_spritecanvashelper.hxx
Dosyayı görüntüle @
8747200c
...
...
@@ -92,7 +92,7 @@ namespace dxcanvas
// SpriteRedrawManager functor calls
// -------------------------------------------------
/** Gets called for simple background repaints
*/
...
...
canvas/source/directx/dx_surfacebitmap.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -44,9 +44,9 @@ namespace dxcanvas
{
namespace
{
//////////////////////////////////////////////////////////////////////////////////
// DXColorBuffer
//////////////////////////////////////////////////////////////////////////////////
struct
DXColorBuffer
:
public
canvas
::
IColorBuffer
{
...
...
@@ -129,9 +129,9 @@ namespace dxcanvas
return
canvas
::
IColorBuffer
::
FMT_X8R8G8B8
;
}
//////////////////////////////////////////////////////////////////////////////////
// GDIColorBuffer
//////////////////////////////////////////////////////////////////////////////////
struct
GDIColorBuffer
:
public
canvas
::
IColorBuffer
{
...
...
@@ -208,9 +208,9 @@ namespace dxcanvas
}
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::DXSurfaceBitmap
//////////////////////////////////////////////////////////////////////////////////
DXSurfaceBitmap
::
DXSurfaceBitmap
(
const
::
basegfx
::
B2IVector
&
rSize
,
const
canvas
::
ISurfaceProxyManagerSharedPtr
&
rMgr
,
...
...
@@ -231,18 +231,18 @@ namespace dxcanvas
init
();
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::getSize
//////////////////////////////////////////////////////////////////////////////////
::
basegfx
::
B2IVector
DXSurfaceBitmap
::
getSize
()
const
{
return
maSize
;
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::init
//////////////////////////////////////////////////////////////////////////////////
void
DXSurfaceBitmap
::
init
()
{
...
...
@@ -278,9 +278,9 @@ namespace dxcanvas
mpSurfaceProxy
=
mpSurfaceManager
->
createSurfaceProxy
(
mpColorBuffer
);
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::resize
//////////////////////////////////////////////////////////////////////////////////
bool
DXSurfaceBitmap
::
resize
(
const
::
basegfx
::
B2IVector
&
rSize
)
{
...
...
@@ -293,9 +293,9 @@ namespace dxcanvas
return
true
;
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::clear
//////////////////////////////////////////////////////////////////////////////////
void
DXSurfaceBitmap
::
clear
()
{
...
...
@@ -305,18 +305,18 @@ namespace dxcanvas
pGraphics
->
Clear
(
transColor
);
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::hasAlpha
//////////////////////////////////////////////////////////////////////////////////
bool
DXSurfaceBitmap
::
hasAlpha
()
const
{
return
mbAlpha
;
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::getGraphics
//////////////////////////////////////////////////////////////////////////////////
GraphicsSharedPtr
DXSurfaceBitmap
::
getGraphics
()
{
...
...
@@ -332,9 +332,9 @@ namespace dxcanvas
return
createSurfaceGraphics
(
mpSurface
);
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::getBitmap
//////////////////////////////////////////////////////////////////////////////////
BitmapSharedPtr
DXSurfaceBitmap
::
getBitmap
()
const
{
...
...
@@ -386,9 +386,9 @@ namespace dxcanvas
return
pResult
;
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::draw
//////////////////////////////////////////////////////////////////////////////////
bool
DXSurfaceBitmap
::
draw
(
double
fAlpha
,
const
::
basegfx
::
B2DPoint
&
rPos
,
...
...
@@ -404,9 +404,9 @@ namespace dxcanvas
return
mpSurfaceProxy
->
draw
(
fAlpha
,
rPos
,
rClipPoly
,
rTransform
);
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::draw
//////////////////////////////////////////////////////////////////////////////////
bool
DXSurfaceBitmap
::
draw
(
double
fAlpha
,
const
::
basegfx
::
B2DPoint
&
rPos
,
...
...
@@ -422,9 +422,9 @@ namespace dxcanvas
return
mpSurfaceProxy
->
draw
(
fAlpha
,
rPos
,
rArea
,
rTransform
);
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::draw
//////////////////////////////////////////////////////////////////////////////////
bool
DXSurfaceBitmap
::
draw
(
double
fAlpha
,
const
::
basegfx
::
B2DPoint
&
rPos
,
...
...
@@ -439,9 +439,9 @@ namespace dxcanvas
return
mpSurfaceProxy
->
draw
(
fAlpha
,
rPos
,
rTransform
);
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::draw
//////////////////////////////////////////////////////////////////////////////////
bool
DXSurfaceBitmap
::
draw
(
const
::
basegfx
::
B2IRange
&
rArea
)
{
...
...
@@ -460,9 +460,9 @@ namespace dxcanvas
aTransform
);
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::imageDebugger
//////////////////////////////////////////////////////////////////////////////////
#if defined(DX_DEBUG_IMAGES)
# if OSL_DEBUG_LEVEL > 0
void
DXSurfaceBitmap
::
imageDebugger
()
...
...
@@ -494,9 +494,9 @@ namespace dxcanvas
# endif
#endif
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::getData
//////////////////////////////////////////////////////////////////////////////////
uno
::
Sequence
<
sal_Int8
>
DXSurfaceBitmap
::
getData
(
rendering
::
IntegerBitmapLayout
&
/*bitmapLayout*/
,
const
geometry
::
IntegerRectangle2D
&
rect
)
...
...
@@ -582,9 +582,9 @@ namespace dxcanvas
}
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::setData
//////////////////////////////////////////////////////////////////////////////////
void
DXSurfaceBitmap
::
setData
(
const
uno
::
Sequence
<
sal_Int8
>&
data
,
const
rendering
::
IntegerBitmapLayout
&
/*bitmapLayout*/
,
...
...
@@ -666,9 +666,9 @@ namespace dxcanvas
mbIsSurfaceDirty
=
true
;
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::setPixel
//////////////////////////////////////////////////////////////////////////////////
void
DXSurfaceBitmap
::
setPixel
(
const
uno
::
Sequence
<
sal_Int8
>&
color
,
const
rendering
::
IntegerBitmapLayout
&
/*bitmapLayout*/
,
...
...
@@ -730,9 +730,9 @@ namespace dxcanvas
mbIsSurfaceDirty
=
true
;
}
//////////////////////////////////////////////////////////////////////////////////
// DXSurfaceBitmap::getPixel
//////////////////////////////////////////////////////////////////////////////////
uno
::
Sequence
<
sal_Int8
>
DXSurfaceBitmap
::
getPixel
(
rendering
::
IntegerBitmapLayout
&
/*bitmapLayout*/
,
const
geometry
::
IntegerPoint2D
&
pos
)
...
...
canvas/source/directx/dx_textlayout_drawhelper.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -49,7 +49,7 @@ class ::com::sun::star::rendering::XCanvasFont;
using
namespace
::
com
::
sun
::
star
;
//////////////////////////////////////////////////////////////////////////////
namespace
dxcanvas
{
...
...
canvas/source/directx/dx_vcltools.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -184,16 +184,16 @@ namespace dxcanvas
// By convention, the access buffer always has
// one of the following formats:
//
// BMP_FORMAT_1BIT_MSB_PAL
// BMP_FORMAT_4BIT_MSN_PAL
// BMP_FORMAT_8BIT_PAL
// BMP_FORMAT_16BIT_TC_LSB_MASK
// BMP_FORMAT_24BIT_TC_BGR
// BMP_FORMAT_32BIT_TC_MASK
//
// and is always BMP_FORMAT_BOTTOM_UP
//
// This is the way
// WinSalBitmap::AcquireBuffer() sets up the
// buffer
...
...
@@ -326,16 +326,16 @@ namespace dxcanvas
// By convention, the access buffer always has
// one of the following formats:
//
// BMP_FORMAT_1BIT_MSB_PAL
// BMP_FORMAT_4BIT_MSN_PAL
// BMP_FORMAT_8BIT_PAL
// BMP_FORMAT_16BIT_TC_LSB_MASK
// BMP_FORMAT_24BIT_TC_BGR
// BMP_FORMAT_32BIT_TC_MASK
//
// and is always BMP_FORMAT_BOTTOM_UP
//
// This is the way
// WinSalBitmap::AcquireBuffer() sets up the
// buffer
...
...
canvas/source/opengl/ogl_spritedevicehelper.hxx
Dosyayı görüntüle @
8747200c
...
...
@@ -113,7 +113,7 @@ namespace oglcanvas
/// Get instance of internal texture cache
TextureCache
&
getTextureCache
()
const
;
////////////////////////////////////////////////////////
// nobody except IBufferContext implementations are supposed
// to use this
...
...
canvas/source/simplecanvas/simplecanvasimpl.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -172,7 +172,7 @@ namespace
tools
::
initViewState
(
maViewState
);
}
///////////////////////////////////////////////////////////////////////////////////////////////
private
:
// Ifc XServiceName
...
...
@@ -362,7 +362,7 @@ namespace
return
createStrokingRenderState
();
}
///////////////////////////////////////////////////////////////////////////////////////////////
typedef
o3tl
::
LazyUpdate
<
rendering
::
FontRequest
,
...
...
canvas/source/tools/elapsedtime.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -30,7 +30,7 @@
// TEMP!!!
// Awaiting corresponding functionality in OSL
//
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <winbase.h>
...
...
@@ -54,7 +54,7 @@ double ElapsedTime::getSystemTime()
{
// TEMP!!!
// Awaiting corresponding functionality in OSL
//
// is there a performance counter available?
static
bool
bTimeSetupDone
(
false
);
...
...
canvas/source/tools/pagemanager.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -24,13 +24,13 @@
namespace
canvas
{
//////////////////////////////////////////////////////////////////////////////////
// PageManager
//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
// PageManager::allocateSpace
//////////////////////////////////////////////////////////////////////////////////
FragmentSharedPtr
PageManager
::
allocateSpace
(
const
::
basegfx
::
B2ISize
&
rSize
)
{
...
...
@@ -74,9 +74,9 @@ namespace canvas
return
pFragment
;
}
//////////////////////////////////////////////////////////////////////////////////
// PageManager::free
//////////////////////////////////////////////////////////////////////////////////
void
PageManager
::
free
(
const
FragmentSharedPtr
&
pFragment
)
{
...
...
@@ -94,9 +94,9 @@ namespace canvas
pFragment
->
free
(
pFragment
);
}
//////////////////////////////////////////////////////////////////////////////////
// PageManager::nakedFragment
//////////////////////////////////////////////////////////////////////////////////
void
PageManager
::
nakedFragment
(
const
FragmentSharedPtr
&
pFragment
)
{
...
...
@@ -151,9 +151,9 @@ namespace canvas
}
}
//////////////////////////////////////////////////////////////////////////////////
// PageManager::relocate
//////////////////////////////////////////////////////////////////////////////////
bool
PageManager
::
relocate
(
const
FragmentSharedPtr
&
pFragment
)
{
...
...
@@ -181,9 +181,9 @@ namespace canvas
return
false
;
}
//////////////////////////////////////////////////////////////////////////////////
// PageManager::validatePages
//////////////////////////////////////////////////////////////////////////////////
void
PageManager
::
validatePages
()
{
...
...
@@ -192,18 +192,18 @@ namespace canvas
::
boost
::
mem_fn
(
&
Page
::
validate
));
}
//////////////////////////////////////////////////////////////////////////////////
// PageManager::getPageSize
//////////////////////////////////////////////////////////////////////////////////
::
basegfx
::
B2ISize
PageManager
::
getPageSize
()
const
{
return
mpRenderModule
->
getPageSize
();
}
//////////////////////////////////////////////////////////////////////////////////
// PageManager::getRenderModule
//////////////////////////////////////////////////////////////////////////////////
canvas
::
IRenderModuleSharedPtr
PageManager
::
getRenderModule
()
const
{
...
...
canvas/source/tools/pagemanager.hxx
Dosyayı görüntüle @
8747200c
...
...
@@ -29,9 +29,9 @@
namespace
canvas
{
//////////////////////////////////////////////////////////////////////////////////
// PageManager
//////////////////////////////////////////////////////////////////////////////////
class
PageManager
{
...
...
@@ -72,9 +72,9 @@ namespace canvas
bool
relocate
(
const
FragmentSharedPtr
&
pFragment
);
};
//////////////////////////////////////////////////////////////////////////////////
// PageManagerSharedPtr
//////////////////////////////////////////////////////////////////////////////////
typedef
::
boost
::
shared_ptr
<
PageManager
>
PageManagerSharedPtr
;
}
...
...
canvas/source/tools/spriteredrawmanager.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -433,7 +433,7 @@ namespace canvas
{
// check whether SpriteInfo::needsUpdate returns false for
// all elements of this area's contained sprites
//
// if not a single changed sprite found - just ignore this
// component (return false)
const
SpriteConnectedRanges
::
ComponentListType
::
const_iterator
aEnd
(
...
...
canvas/source/tools/surface.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -27,9 +27,9 @@
namespace
canvas
{
//////////////////////////////////////////////////////////////////////////////////
// Surface::Surface
//////////////////////////////////////////////////////////////////////////////////
Surface
::
Surface
(
const
PageManagerSharedPtr
&
rPageManager
,
const
IColorBufferSharedPtr
&
rColorBuffer
,
...
...
@@ -44,9 +44,9 @@ namespace canvas
{
}
//////////////////////////////////////////////////////////////////////////////////
// Surface::~Surface
//////////////////////////////////////////////////////////////////////////////////
Surface
::~
Surface
()
{
...
...
@@ -54,18 +54,18 @@ namespace canvas
mpPageManager
->
free
(
mpFragment
);
}
//////////////////////////////////////////////////////////////////////////////////
// Surface::getUVCoords
//////////////////////////////////////////////////////////////////////////////////
void
Surface
::
setColorBufferDirty
()
{
mbIsDirty
=
true
;
}
//////////////////////////////////////////////////////////////////////////////////
// Surface::getUVCoords
//////////////////////////////////////////////////////////////////////////////////
basegfx
::
B2DRectangle
Surface
::
getUVCoords
()
const
{
...
...
@@ -87,9 +87,9 @@ namespace canvas
(
oy
+
sy
)
/
ph
);
}
//////////////////////////////////////////////////////////////////////////////////
// Surface::getUVCoords
//////////////////////////////////////////////////////////////////////////////////
basegfx
::
B2DRectangle
Surface
::
getUVCoords
(
const
::
basegfx
::
B2IPoint
&
rPos
,
const
::
basegfx
::
B2ISize
&
rSize
)
const
...
...
@@ -109,9 +109,9 @@ namespace canvas
(
oy
+
sy
)
/
ph
);
}
//////////////////////////////////////////////////////////////////////////////////
// Surface::draw
//////////////////////////////////////////////////////////////////////////////////
bool
Surface
::
draw
(
double
fAlpha
,
const
::
basegfx
::
B2DPoint
&
rPos
,
...
...
@@ -209,9 +209,9 @@ namespace canvas
return
!
(
pRenderModule
->
isError
());
}
//////////////////////////////////////////////////////////////////////////////////
// Surface::drawRectangularArea
//////////////////////////////////////////////////////////////////////////////////
bool
Surface
::
drawRectangularArea
(
double
fAlpha
,
...
...
@@ -335,9 +335,9 @@ namespace canvas
return
!
(
pRenderModule
->
isError
());
}
//////////////////////////////////////////////////////////////////////////////////
// Surface::drawWithClip
//////////////////////////////////////////////////////////////////////////////////
bool
Surface
::
drawWithClip
(
double
fAlpha
,
const
::
basegfx
::
B2DPoint
&
rPos
,
...
...
@@ -443,9 +443,9 @@ namespace canvas
return
!
(
pRenderModule
->
isError
());
}
//////////////////////////////////////////////////////////////////////////////////
// Surface::prepareRendering
//////////////////////////////////////////////////////////////////////////////////
void
Surface
::
prepareRendering
()
{
...
...
canvas/source/tools/surface.hxx
Dosyayı görüntüle @
8747200c
...
...
@@ -35,9 +35,9 @@
namespace
canvas
{
//////////////////////////////////////////////////////////////////////////////////
// Surface
//////////////////////////////////////////////////////////////////////////////////
/** surfaces denote occupied areas withing pages.
...
...
canvas/source/tools/surfaceproxy.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -26,9 +26,9 @@
namespace
canvas
{
//////////////////////////////////////////////////////////////////////////////////
// SurfaceProxy::SurfaceProxy
//////////////////////////////////////////////////////////////////////////////////
SurfaceProxy
::
SurfaceProxy
(
const
canvas
::
IColorBufferSharedPtr
&
pBuffer
,
const
PageManagerSharedPtr
&
pPageManager
)
:
...
...
@@ -82,9 +82,9 @@ namespace canvas
}
}
//////////////////////////////////////////////////////////////////////////////////
// SurfaceProxy::setColorBufferDirty
//////////////////////////////////////////////////////////////////////////////////
void
SurfaceProxy
::
setColorBufferDirty
()
{
...
...
@@ -93,9 +93,9 @@ namespace canvas
::
boost
::
mem_fn
(
&
Surface
::
setColorBufferDirty
));
}
//////////////////////////////////////////////////////////////////////////////////
// SurfaceProxy::draw
//////////////////////////////////////////////////////////////////////////////////
bool
SurfaceProxy
::
draw
(
double
fAlpha
,
const
::
basegfx
::
B2DPoint
&
rPos
,
...
...
@@ -112,9 +112,9 @@ namespace canvas
return
true
;
}
//////////////////////////////////////////////////////////////////////////////////
// SurfaceProxy::draw
//////////////////////////////////////////////////////////////////////////////////
bool
SurfaceProxy
::
draw
(
double
fAlpha
,
const
::
basegfx
::
B2DPoint
&
rPos
,
...
...
@@ -133,9 +133,9 @@ namespace canvas
return
true
;
}
//////////////////////////////////////////////////////////////////////////////////
// SurfaceProxy::draw
//////////////////////////////////////////////////////////////////////////////////
bool
SurfaceProxy
::
draw
(
double
fAlpha
,
const
::
basegfx
::
B2DPoint
&
rPos
,
...
...
canvas/source/tools/surfaceproxy.hxx
Dosyayı görüntüle @
8747200c
...
...
@@ -29,9 +29,9 @@
namespace
canvas
{
//////////////////////////////////////////////////////////////////////////////////
// SurfaceProxy
//////////////////////////////////////////////////////////////////////////////////
/** Definition of the surface proxy class.
...
...
canvas/source/tools/surfaceproxymanager.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -25,9 +25,9 @@
namespace
canvas
{
//////////////////////////////////////////////////////////////////////////////////
// SurfaceProxyManager
//////////////////////////////////////////////////////////////////////////////////
class
SurfaceProxyManager
:
public
ISurfaceProxyManager
{
...
...
@@ -63,9 +63,9 @@ namespace canvas
PageManagerSharedPtr
mpPageManager
;
};
//////////////////////////////////////////////////////////////////////////////////
// createSurfaceProxyManager
//////////////////////////////////////////////////////////////////////////////////
ISurfaceProxyManagerSharedPtr
createSurfaceProxyManager
(
const
IRenderModuleSharedPtr
&
rRenderModule
)
{
...
...
canvas/source/tools/surfacerect.hxx
Dosyayı görüntüle @
8747200c
...
...
@@ -25,9 +25,9 @@
namespace
canvas
{
//////////////////////////////////////////////////////////////////////////////////
// SurfaceRect
//////////////////////////////////////////////////////////////////////////////////
struct
SurfaceRect
{
...
...
canvas/source/vcl/canvashelper_texturefill.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -347,12 +347,12 @@ namespace vclcanvas
// innermost in rColor1. The innermost polygon will never
// have zero area, thus, we must divide the interval into
// nStepCount+1 steps. For example, to create 3 steps:
//
// | |
// |-------|-------|-------|
// | |
// 3 2 1 0
//
// This yields 4 tick marks, where 0 is never attained (since
// zero-area polygons typically don't display perceivable
// color).
...
...
canvas/source/vcl/spritecanvashelper.hxx
Dosyayı görüntüle @
8747200c
...
...
@@ -84,7 +84,7 @@ namespace vclcanvas
bool
&
io_bSurfaceDirty
);
// SpriteRedrawManager functor calls
// -------------------------------------------------
/** Gets called for simple background repaints
*/
...
...
canvas/workben/canvasdemo.cxx
Dosyayı görüntüle @
8747200c
...
...
@@ -380,7 +380,7 @@ class DemoRenderer
//called CanvasHelper::getScaledBitmap, we return NULL, TODO
//Exception 'BitmapEx vclcanvas::tools::bitmapExFromXBitmap(const com::sun::star::uno::Reference<com::sun::star::rendering::XBitmap>&),
//bitmapExFromXBitmap(): could not extract BitmapEx' thrown
//
//vcl-canvas says:
//Exception 'BitmapEx vclcanvas::tools::bitmapExFromXBitmap(const com::sun::star::uno::Reference<com::sun::star::rendering::XBitmap>&),
//bitmapExFromXBitmap(): could not extract bitmap' thrown
...
...
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