Searched refs:Os2Surface (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/canvas/source/cairo/ |
| H A D | cairo_os2_cairo.cxx | 71 Os2Surface::Os2Surface( const CairoSurfaceSharedPtr& pSurface ) : in Os2Surface() function in cairo::Os2Surface 86 Os2Surface::Os2Surface( HWND hwnd, int x, int y, int w, int h) : in Os2Surface() function in cairo::Os2Surface 104 Os2Surface::Os2Surface( const BitmapSystemData& rBmpData ) : in Os2Surface() function in cairo::Os2Surface 139 CairoSharedPtr Os2Surface::getCairo() const in getCairo() 158 SurfaceSharedPtr Os2Surface::getSimilar( Content aContent, int width, int height ) const in getSimilar() 165 new Os2Surface( in getSimilar() 180 void Os2Surface::Resize( int width, int height) in Resize() 185 void Os2Surface::flush() const in flush() 196 int Os2Surface::getDepth() const in getDepth() 216 boost::shared_ptr<VirtualDevice> Os2Surface::createVirtualDevice() const in createVirtualDevice() [all …]
|
| H A D | cairo_os2_cairo.hxx | 33 class Os2Surface : public Surface class 39 explicit Os2Surface( const CairoSurfaceSharedPtr& pSurface ); 41 Os2Surface( HWND hWnd, int x, int y, int w, int h); 43 Os2Surface( const BitmapSystemData& rBmpData );
|