| /AOO41X/main/canvas/source/null/ |
| H A D | null_devicehelper.cxx | 50 DeviceHelper::DeviceHelper() : in DeviceHelper() function in nullcanvas::DeviceHelper 57 void DeviceHelper::init( SpriteCanvas& rSpriteCanvas, in init() 66 void DeviceHelper::disposing() in disposing() 72 geometry::RealSize2D DeviceHelper::getPhysicalResolution() in getPhysicalResolution() 77 geometry::RealSize2D DeviceHelper::getPhysicalSize() in getPhysicalSize() 82 uno::Reference< rendering::XLinePolyPolygon2D > DeviceHelper::createCompatibleLinePolyPolygon( in createCompatibleLinePolyPolygon() 95 …uno::Reference< rendering::XBezierPolyPolygon2D > DeviceHelper::createCompatibleBezierPolyPolygon( in createCompatibleBezierPolyPolygon() 108 uno::Reference< rendering::XBitmap > DeviceHelper::createCompatibleBitmap( in createCompatibleBitmap() 123 uno::Reference< rendering::XVolatileBitmap > DeviceHelper::createVolatileBitmap( in createVolatileBitmap() 130 uno::Reference< rendering::XBitmap > DeviceHelper::createCompatibleAlphaBitmap( in createCompatibleAlphaBitmap() [all …]
|
| H A D | null_devicehelper.hxx | 41 class DeviceHelper : private ::boost::noncopyable class 44 DeviceHelper();
|
| H A D | null_spritecanvas.hxx | 62 DeviceHelper,
|
| /AOO41X/main/canvas/source/cairo/ |
| H A D | cairo_devicehelper.cxx | 46 DeviceHelper::DeviceHelper() : in DeviceHelper() function in cairocanvas::DeviceHelper 53 void DeviceHelper::implInit( SurfaceProvider& rSurfaceProvider, in implInit() 62 void DeviceHelper::init( SurfaceProvider& rSurfaceProvider, in init() 75 void DeviceHelper::disposing() in disposing() 83 void DeviceHelper::setSize( const ::basegfx::B2ISize& rSize ) in setSize() 106 geometry::RealSize2D DeviceHelper::getPhysicalResolution() in getPhysicalResolution() 117 geometry::RealSize2D DeviceHelper::getPhysicalSize() in getPhysicalSize() 131 uno::Reference< rendering::XLinePolyPolygon2D > DeviceHelper::createCompatibleLinePolyPolygon( in createCompatibleLinePolyPolygon() 144 …uno::Reference< rendering::XBezierPolyPolygon2D > DeviceHelper::createCompatibleBezierPolyPolygon( in createCompatibleBezierPolyPolygon() 157 uno::Reference< rendering::XBitmap > DeviceHelper::createCompatibleBitmap( in createCompatibleBitmap() [all …]
|
| H A D | cairo_spritedevicehelper.cxx | 66 DeviceHelper::init(rSpriteCanvas, in init() 114 return DeviceHelper::getDeviceHandle(); in getDeviceHandle() 119 return DeviceHelper::getSurfaceHandle(); in getSurfaceHandle() 129 DeviceHelper::setSize(rSize); in setSize() 166 return DeviceHelper::getSurface(); in getWindowSurface()
|
| H A D | cairo_devicehelper.hxx | 49 class DeviceHelper : private ::boost::noncopyable class 52 DeviceHelper();
|
| H A D | cairo_spritedevicehelper.hxx | 46 class SpriteDeviceHelper : public DeviceHelper
|
| H A D | cairo_canvas.hxx | 68 DeviceHelper,
|
| /AOO41X/main/canvas/source/vcl/ |
| H A D | devicehelper.cxx | 44 DeviceHelper::DeviceHelper() : in DeviceHelper() function in vclcanvas::DeviceHelper 48 void DeviceHelper::init( const OutDevProviderSharedPtr& rOutDev ) in init() 53 geometry::RealSize2D DeviceHelper::getPhysicalResolution() in getPhysicalResolution() 68 geometry::RealSize2D DeviceHelper::getPhysicalSize() in getPhysicalSize() 83 uno::Reference< rendering::XLinePolyPolygon2D > DeviceHelper::createCompatibleLinePolyPolygon( in createCompatibleLinePolyPolygon() 99 …uno::Reference< rendering::XBezierPolyPolygon2D > DeviceHelper::createCompatibleBezierPolyPolygon( in createCompatibleBezierPolyPolygon() 115 uno::Reference< rendering::XBitmap > DeviceHelper::createCompatibleBitmap( in createCompatibleBitmap() 129 uno::Reference< rendering::XVolatileBitmap > DeviceHelper::createVolatileBitmap( in createVolatileBitmap() 136 uno::Reference< rendering::XBitmap > DeviceHelper::createCompatibleAlphaBitmap( in createCompatibleAlphaBitmap() 150 uno::Reference< rendering::XVolatileBitmap > DeviceHelper::createVolatileAlphaBitmap( in createVolatileAlphaBitmap() [all …]
|
| H A D | spritedevicehelper.cxx | 48 DeviceHelper::init(pOutDev); in init() 99 DeviceHelper::disposing(); in disposing() 104 return DeviceHelper::isAccelerated(); in isAccelerated() 109 return DeviceHelper::getDeviceHandle(); in getDeviceHandle() 130 DeviceHelper::dumpScreenContent(); in dumpScreenContent()
|
| H A D | devicehelper.hxx | 46 class DeviceHelper : private ::boost::noncopyable class 49 DeviceHelper();
|
| H A D | spritedevicehelper.hxx | 48 class SpriteDeviceHelper : public DeviceHelper
|
| H A D | canvas.hxx | 63 DeviceHelper,
|
| /AOO41X/main/canvas/source/directx/ |
| H A D | dx_devicehelper.cxx | 58 DeviceHelper::DeviceHelper() : in DeviceHelper() function in dxcanvas::DeviceHelper 64 void DeviceHelper::init( HDC hdc, in init() 71 void DeviceHelper::disposing() in disposing() 78 geometry::RealSize2D DeviceHelper::getPhysicalResolution() in getPhysicalResolution() 96 geometry::RealSize2D DeviceHelper::getPhysicalSize() in getPhysicalSize() 114 uno::Reference< rendering::XLinePolyPolygon2D > DeviceHelper::createCompatibleLinePolyPolygon( in createCompatibleLinePolyPolygon() 126 … uno::Reference< rendering::XBezierPolyPolygon2D > DeviceHelper::createCompatibleBezierPolyPolygon( in createCompatibleBezierPolyPolygon() 138 uno::Reference< rendering::XBitmap > DeviceHelper::createCompatibleBitmap( in createCompatibleBitmap() 154 uno::Reference< rendering::XVolatileBitmap > DeviceHelper::createVolatileBitmap( in createVolatileBitmap() 161 uno::Reference< rendering::XBitmap > DeviceHelper::createCompatibleAlphaBitmap( in createCompatibleAlphaBitmap() [all …]
|
| H A D | dx_spritedevicehelper.cxx | 55 DeviceHelper(), in SpriteDeviceHelper() 111 DeviceHelper::init(GetDC(mpRenderModule->getHWND()), in init() 123 DeviceHelper::disposing(); in disposing()
|
| H A D | dx_canvas.hxx | 62 DeviceHelper, 119 DeviceHelper,
|
| H A D | dx_devicehelper.hxx | 43 class DeviceHelper : private ::boost::noncopyable class 46 DeviceHelper();
|
| H A D | dx_spritedevicehelper.hxx | 45 class SpriteDeviceHelper : public DeviceHelper
|
| /AOO41X/main/canvas/inc/canvas/base/ |
| H A D | graphicdevicebase.hxx | 105 class DeviceHelper, 112 typedef DeviceHelper DeviceHelperType; 126 boost::bind(&DeviceHelper::isAccelerated, in GraphicDeviceBase() 129 boost::bind(&DeviceHelper::getDeviceHandle, in GraphicDeviceBase() 132 boost::bind(&DeviceHelper::getSurfaceHandle, in GraphicDeviceBase()
|
| H A D | bufferedgraphicdevicebase.hxx | 88 class DeviceHelper, 91 public GraphicDeviceBase< Base, DeviceHelper, Mutex, UnambiguousBase > 94 typedef GraphicDeviceBase< Base, DeviceHelper, Mutex, UnambiguousBase > BaseType;
|