Lines Matching refs:QuartzSurface
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()
166 SurfaceSharedPtr QuartzSurface::getSimilar( Content aContent, int width, int height ) const in getSimilar()
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()
277 return SurfaceSharedPtr(new QuartzSurface(rSurface)); in createSurface()
300 surf = SurfaceSharedPtr(new QuartzSurface(pSysData->pView, x, y, width, height)); in createSurface()
307 … surf = SurfaceSharedPtr(new QuartzSurface(aSysData.rCGContext, x, y, width, height)); in createSurface()
334 … return SurfaceSharedPtr(new QuartzSurface(rContext, 0, 0, rData.mnWidth, rData.mnHeight)); in createBitmapSurface()