/aoo4110/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() 152 sal_Bool DeviceHelper::hasFullScreenMode() in hasFullScreenMode() 171 void DeviceHelper::destroyBuffers() in destroyBuffers() 192 uno::Any DeviceHelper::isAccelerated() const in isAccelerated() 197 uno::Any DeviceHelper::getDeviceHandle() const in getDeviceHandle() 202 uno::Any DeviceHelper::getSurfaceHandle() const in getSurfaceHandle() [all …]
|
H A D | null_devicehelper.hxx | 41 class DeviceHelper : private ::boost::noncopyable class 44 DeviceHelper();
|
H A D | null_spritecanvas.hxx | 62 DeviceHelper,
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_devicehelper.cxx | 46 DeviceHelper::DeviceHelper() : in DeviceHelper() function in cairocanvas::DeviceHelper 62 void DeviceHelper::init( SurfaceProvider& rSurfaceProvider, in init() 75 void DeviceHelper::disposing() in disposing() 106 geometry::RealSize2D DeviceHelper::getPhysicalResolution() in getPhysicalResolution() 117 geometry::RealSize2D DeviceHelper::getPhysicalSize() in getPhysicalSize() 203 sal_Bool DeviceHelper::hasFullScreenMode() in hasFullScreenMode() 215 uno::Any DeviceHelper::isAccelerated() const in isAccelerated() 220 uno::Any DeviceHelper::getDeviceHandle() const in getDeviceHandle() 225 uno::Any DeviceHelper::getSurfaceHandle() const in getSurfaceHandle() 248 void DeviceHelper::dumpScreenContent() const in dumpScreenContent() [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,
|
/aoo4110/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() 157 sal_Bool DeviceHelper::hasFullScreenMode() in hasFullScreenMode() 162 sal_Bool DeviceHelper::enterFullScreenMode( sal_Bool bEnter ) in enterFullScreenMode() 168 void DeviceHelper::disposing() in disposing() 174 uno::Any DeviceHelper::isAccelerated() const in isAccelerated() 179 uno::Any DeviceHelper::getDeviceHandle() const in getDeviceHandle() 188 uno::Any DeviceHelper::getSurfaceHandle() const in getSurfaceHandle() [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,
|
/aoo4110/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() 138 uno::Reference< rendering::XBitmap > DeviceHelper::createCompatibleBitmap( in createCompatibleBitmap() 184 sal_Bool DeviceHelper::hasFullScreenMode() in hasFullScreenMode() 189 sal_Bool DeviceHelper::enterFullScreenMode( sal_Bool /*bEnter*/ ) in enterFullScreenMode() 194 uno::Any DeviceHelper::isAccelerated() const in isAccelerated() 199 uno::Any DeviceHelper::getDeviceHandle() const in getDeviceHandle() [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
|
/aoo4110/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;
|