/aoo42x/main/canvas/source/null/ |
H A D | null_canvashelper.cxx | 59 CanvasHelper::CanvasHelper() : in CanvasHelper() function in nullcanvas::CanvasHelper 66 void CanvasHelper::disposing() in disposing() 71 void CanvasHelper::init( const ::basegfx::B2ISize& rSize, in init() 80 void CanvasHelper::clear() in clear() 84 void CanvasHelper::drawPoint( const rendering::XCanvas* /*pCanvas*/, in drawPoint() 91 void CanvasHelper::drawLine( const rendering::XCanvas* /*pCanvas*/, in drawLine() 255 uno::Reference< rendering::XGraphicDevice > CanvasHelper::getDevice() in getDevice() 272 geometry::IntegerSize2D CanvasHelper::getSize() in getSize() 318 rendering::IntegerBitmapLayout CanvasHelper::getMemoryLayout() in getMemoryLayout() 323 void CanvasHelper::flush() const in flush() [all …]
|
H A D | null_spritecanvashelper.cxx | 58 CanvasHelper::init( rSize, rDevice, bHasAlpha ); in init() 66 CanvasHelper::disposing(); in disposing()
|
H A D | null_canvashelper.hxx | 44 class CanvasHelper : private ::boost::noncopyable class 47 CanvasHelper();
|
H A D | null_canvasbitmap.hxx | 52 CanvasHelper,
|
H A D | null_canvascustomsprite.hxx | 80 CanvasHelper,
|
H A D | null_spritecanvashelper.hxx | 43 class SpriteCanvasHelper : public CanvasHelper
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_canvashelper.cxx | 110 CanvasHelper::CanvasHelper() : in CanvasHelper() function in dxcanvas::CanvasHelper 118 void CanvasHelper::disposing() in disposing() 125 void CanvasHelper::setDevice( rendering::XGraphicDevice& rDevice ) in setDevice() 130 void CanvasHelper::setTarget( const GraphicsProviderSharedPtr& rTarget ) in setTarget() 140 void CanvasHelper::setTarget( const GraphicsProviderSharedPtr& rTarget, in setTarget() 152 void CanvasHelper::clear() in clear() 169 void CanvasHelper::drawPoint( const rendering::XCanvas* /*pCanvas*/, in drawPoint() 204 void CanvasHelper::drawLine( const rendering::XCanvas* /*pCanvas*/, in drawLine() 243 void CanvasHelper::drawBezier( const rendering::XCanvas* /*pCanvas*/, in drawBezier() 662 uno::Reference< rendering::XGraphicDevice > CanvasHelper::getDevice() in getDevice() [all …]
|
H A D | dx_bitmapcanvashelper.cxx | 66 CanvasHelper::disposing(); in disposing() 77 CanvasHelper::setTarget(rTarget); in setTarget() 89 CanvasHelper::setTarget(rTarget,rOutputOffset); in setTarget()
|
H A D | dx_canvashelper.hxx | 45 class CanvasHelper : private ::boost::noncopyable class 48 CanvasHelper();
|
/aoo42x/main/canvas/source/vcl/ |
H A D | canvashelper.cxx | 120 CanvasHelper::CanvasHelper() : in CanvasHelper() function in vclcanvas::CanvasHelper 129 void CanvasHelper::disposing() in disposing() 137 void CanvasHelper::init( rendering::XGraphicDevice& rDevice, in init() 168 void CanvasHelper::clear() in clear() 200 void CanvasHelper::drawPoint( const rendering::XCanvas* , in drawPoint() 222 void CanvasHelper::drawLine( const rendering::XCanvas* , in drawLine() 247 void CanvasHelper::drawBezier( const rendering::XCanvas* , in drawBezier() 922 geometry::IntegerSize2D CanvasHelper::getSize() in getSize() 1204 rendering::IntegerBitmapLayout CanvasHelper::getMemoryLayout() in getMemoryLayout() 1412 bool CanvasHelper::repaint( const GraphicObjectSharedPtr& rGrf, in repaint() [all …]
|
H A D | canvasbitmaphelper.cxx | 85 CanvasHelper::init( rDevice, in init() 97 CanvasHelper::disposing(); in disposing()
|
H A D | spritecanvashelper.cxx | 208 CanvasHelper::init(rOwningSpriteCanvas,rOutDev,bProtect,bHaveAlpha); in init() 217 CanvasHelper::disposing(); in disposing()
|
H A D | canvashelper.hxx | 48 class CanvasHelper : private ::boost::noncopyable class 53 CanvasHelper();
|
H A D | canvascustomsprite.hxx | 82 CanvasHelper,
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 79 CanvasHelper::CanvasHelper() : in CanvasHelper() function in cairocanvas::CanvasHelper 90 void CanvasHelper::disposing() in disposing() 99 void CanvasHelper::init( const ::basegfx::B2ISize& rSizePixel, in init() 108 void CanvasHelper::setSize( const ::basegfx::B2ISize& rSize ) in setSize() 229 void CanvasHelper::clear() in clear() 254 void CanvasHelper::drawPoint( const rendering::XCanvas* , in drawPoint() 282 void CanvasHelper::drawBezier( const rendering::XCanvas* , in drawBezier() 1488 geometry::IntegerSize2D CanvasHelper::getSize() in getSize() 1953 void CanvasHelper::flush() const in flush() 1957 bool CanvasHelper::hasAlpha() const in hasAlpha() [all …]
|
H A D | cairo_canvashelper_text.cxx | 52 …uno::Reference< rendering::XCanvasFont > CanvasHelper::createFont( const rendering::XCanvas* … in createFont() 60 …uno::Sequence< rendering::FontInfo > CanvasHelper::queryAvailableFonts( const rendering::XCanvas* … in queryAvailableFonts() 287 …uno::Reference< rendering::XCachedPrimitive > CanvasHelper::drawText( const rendering::XCanvas* … in drawText() 350 …uno::Reference< rendering::XCachedPrimitive > CanvasHelper::drawTextLayout( const rendering::XCanv… in drawTextLayout()
|
H A D | cairo_spritecanvashelper.cxx | 156 CanvasHelper::init( rSize, rDevice, &rDevice ); in init() 166 CanvasHelper::disposing(); in disposing()
|
H A D | cairo_canvashelper.hxx | 55 class CanvasHelper : private ::boost::noncopyable class 58 CanvasHelper();
|
/aoo42x/main/canvas/inc/canvas/base/ |
H A D | bitmapcanvasbase.hxx | 66 class CanvasHelper, 69 public CanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > 72 typedef CanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
|
H A D | doublebitmapbase.hxx | 67 class CanvasHelper, 70 public BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > 73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
|
H A D | floatbitmapbase.hxx | 67 class CanvasHelper, 70 public BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > 73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
|
H A D | integerbitmapbase.hxx | 67 class CanvasHelper, 70 public BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > 73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
|
H A D | spritecanvasbase.hxx | 70 class CanvasHelper, 73 public IntegerBitmapBase< Base, CanvasHelper, Mutex, UnambiguousBase > 76 typedef IntegerBitmapBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
|
H A D | canvascustomspritebase.hxx | 79 class CanvasHelper, 82 public IntegerBitmapBase< Base, CanvasHelper, Mutex, UnambiguousBase > 85 typedef IntegerBitmapBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType;
|
H A D | canvasbase.hxx | 99 class CanvasHelper, 106 typedef CanvasHelper HelperType;
|