Lines Matching refs:Os2Surface
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()
238 return SurfaceSharedPtr(new Os2Surface(rSurface)); in createSurface()
267 surf = SurfaceSharedPtr(new Os2Surface( in createSurface()
299 return SurfaceSharedPtr(new Os2Surface( rData )); in createBitmapSurface()