| /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() 99 void CanvasHelper::drawBezier( const rendering::XCanvas* /*pCanvas*/, in drawBezier() 107 …uno::Reference< rendering::XCachedPrimitive > CanvasHelper::drawPolyPolygon( const rendering::XCan… in drawPolyPolygon() 116 …uno::Reference< rendering::XCachedPrimitive > CanvasHelper::strokePolyPolygon( const rendering::XC… in strokePolyPolygon() 126 …uno::Reference< rendering::XCachedPrimitive > CanvasHelper::strokeTexturedPolyPolygon( const rende… in strokeTexturedPolyPolygon() [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,
|
| /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() 287 …uno::Reference< rendering::XCachedPrimitive > CanvasHelper::drawPolyPolygon( const rendering::XCan… in drawPolyPolygon() [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() 150 void CanvasHelper::setOutDev( const OutDevProviderSharedPtr& rOutDev, in setOutDev() 161 void CanvasHelper::setBackgroundOutDev( const OutDevProviderSharedPtr& rOutDev ) in setBackgroundOutDev() 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() 287 …uno::Reference< rendering::XCachedPrimitive > CanvasHelper::drawPolyPolygon( const rendering::XCan… in drawPolyPolygon() [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,
|
| H A D | canvasbitmaphelper.hxx | 47 class CanvasBitmapHelper : public 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() 113 void CanvasHelper::setSurface( const SurfaceSharedPtr& pSurface, bool bHasAlpha ) in setSurface() 141 void CanvasHelper::useStates( const rendering::ViewState& viewState, in useStates() 229 void CanvasHelper::clear() in clear() 254 void CanvasHelper::drawPoint( const rendering::XCanvas* , in drawPoint() 261 void CanvasHelper::drawLine( const rendering::XCanvas* /*pCanvas*/, in drawLine() 282 void CanvasHelper::drawBezier( const rendering::XCanvas* , in drawBezier() [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 | 64 class CanvasHelper, 67 public CanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > 70 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;
|