Searched refs:X11Surface (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/canvas/source/cairo/ |
| H A D | cairo_xlib_cairo.cxx | 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() [all …]
|
| H A D | cairo_xlib_cairo.hxx | 68 class X11Surface : public Surface class 74 …X11Surface( const X11SysData& rSysData, const X11PixmapSharedPtr& rPixmap, const CairoSurfaceShare… 78 explicit X11Surface( const CairoSurfaceSharedPtr& pSurface ); 80 X11Surface( const X11SysData& rSysData, int x, int y, int width, int height ); 82 X11Surface( const X11SysData& rSysData, const BitmapSystemData& rBmpData );
|
| H A D | cairo_canvasbitmap.cxx | 161 X11Surface* pXlibSurface=dynamic_cast<X11Surface*>(mpBufferSurface.get()); in getFastPropertyValue() 196 X11Surface* pXlibSurface=dynamic_cast<X11Surface*>(pAlphaSurface.get()); in getFastPropertyValue()
|