Lines Matching refs:X11Surface

104     X11Surface::X11Surface( const X11SysData&            rSysData,   in X11Surface()  function in cairo::X11Surface
123 X11Surface::X11Surface( const CairoSurfaceSharedPtr& pSurface ) : in X11Surface() function in cairo::X11Surface
143 X11Surface::X11Surface( const X11SysData& rSysData, int x, int y, int width, int height ) : in X11Surface() function in cairo::X11Surface
167 X11Surface::X11Surface( const X11SysData& rSysData, in X11Surface() function in cairo::X11Surface
185 CairoSharedPtr X11Surface::getCairo() const in getCairo()
204 SurfaceSharedPtr X11Surface::getSimilar( Content aContent, int width, int height ) const in getSimilar()
235 new X11Surface( aSysData, in getSimilar()
248 new X11Surface( maSysData, in getSimilar()
255 boost::shared_ptr<VirtualDevice> X11Surface::createVirtualDevice() const in createVirtualDevice()
276 void X11Surface::Resize( int width, int height ) in Resize()
281 void X11Surface::flush() const in flush()
291 int X11Surface::getDepth() const in getDepth()
301 return SurfaceSharedPtr(new X11Surface(rSurface)); in createSurface()
323 return SurfaceSharedPtr(new X11Surface(getSysData((const Window&)rRefDevice), in createSurface()
326 return SurfaceSharedPtr(new X11Surface(getSysData((const VirtualDevice&)rRefDevice), in createSurface()
341 … return SurfaceSharedPtr(new X11Surface(getSysData((const Window&)rRefDevice), rData )); in createBitmapSurface()
343 … return SurfaceSharedPtr(new X11Surface(getSysData((const VirtualDevice&)rRefDevice), rData )); in createBitmapSurface()