Home
last modified time | relevance | path

Searched refs:DeviceHelper (Results 1 – 20 of 20) sorted by relevance

/AOO41X/main/canvas/source/null/
H A Dnull_devicehelper.cxx50 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 Dnull_devicehelper.hxx41 class DeviceHelper : private ::boost::noncopyable class
44 DeviceHelper();
H A Dnull_spritecanvas.hxx62 DeviceHelper,
/AOO41X/main/canvas/source/cairo/
H A Dcairo_devicehelper.cxx46 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 Dcairo_spritedevicehelper.cxx66 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 Dcairo_devicehelper.hxx49 class DeviceHelper : private ::boost::noncopyable class
52 DeviceHelper();
H A Dcairo_spritedevicehelper.hxx46 class SpriteDeviceHelper : public DeviceHelper
H A Dcairo_canvas.hxx68 DeviceHelper,
/AOO41X/main/canvas/source/vcl/
H A Ddevicehelper.cxx44 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 Dspritedevicehelper.cxx48 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 Ddevicehelper.hxx46 class DeviceHelper : private ::boost::noncopyable class
49 DeviceHelper();
H A Dspritedevicehelper.hxx48 class SpriteDeviceHelper : public DeviceHelper
H A Dcanvas.hxx63 DeviceHelper,
/AOO41X/main/canvas/source/directx/
H A Ddx_devicehelper.cxx58 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 Ddx_spritedevicehelper.cxx55 DeviceHelper(), in SpriteDeviceHelper()
111 DeviceHelper::init(GetDC(mpRenderModule->getHWND()), in init()
123 DeviceHelper::disposing(); in disposing()
H A Ddx_canvas.hxx62 DeviceHelper,
119 DeviceHelper,
H A Ddx_devicehelper.hxx43 class DeviceHelper : private ::boost::noncopyable class
46 DeviceHelper();
H A Ddx_spritedevicehelper.hxx45 class SpriteDeviceHelper : public DeviceHelper
/AOO41X/main/canvas/inc/canvas/base/
H A Dgraphicdevicebase.hxx105 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 Dbufferedgraphicdevicebase.hxx88 class DeviceHelper,
91 public GraphicDeviceBase< Base, DeviceHelper, Mutex, UnambiguousBase >
94 typedef GraphicDeviceBase< Base, DeviceHelper, Mutex, UnambiguousBase > BaseType;