Searched refs:QuartzSurface (Results 1 – 3 of 3) sorted by relevance
/trunk/main/canvas/source/cairo/ |
H A D | cairo_quartz_cairo.cxx | 62 QuartzSurface::QuartzSurface( const CairoSurfaceSharedPtr& pSurface ) : in QuartzSurface() function in cairo::QuartzSurface 83 QuartzSurface::QuartzSurface( NSView* pView, int x, int y, int width, int height ) : in QuartzSurface() function in cairo::QuartzSurface 117 QuartzSurface::QuartzSurface( CGContextRef rContext, int x, int y, int width, int height ) : in QuartzSurface() function in cairo::QuartzSurface 143 CairoSharedPtr QuartzSurface::getCairo() const in getCairo() 169 new QuartzSurface( in getSimilar() 184 void QuartzSurface::Resize( int width, int height ) in Resize() 193 void QuartzSurface::flush() const in flush() 227 int QuartzSurface::getDepth() const in getDepth() 246 CGContextRef QuartzSurface::getCGContext() const in getCGContext() 259 boost::shared_ptr<VirtualDevice> QuartzSurface::createVirtualDevice() const in createVirtualDevice() [all …]
|
H A D | cairo_quartz_cairo.hxx | 36 class QuartzSurface : public Surface class 43 explicit QuartzSurface( const CairoSurfaceSharedPtr& pSurface ); 46 explicit QuartzSurface( CGContextRef rContext, int x, int y, int width, int height ); 49 QuartzSurface( NSView* pView, int x, int y, int width, int height );
|
H A D | cairo_canvasbitmap.cxx | 170 QuartzSurface* pQuartzSurface = dynamic_cast<QuartzSurface*>(mpBufferSurface.get()); in getFastPropertyValue() 219 QuartzSurface* pQuartzSurface=dynamic_cast<QuartzSurface*>(pAlphaSurface.get()); in getFastPropertyValue()
|
Completed in 18 milliseconds