Home
last modified time | relevance | path

Searched refs:rCGContext (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdiutils.cxx280 CGContextRef rCGContext = reinterpret_cast<CGContextRef>([pContext graphicsPort]); in UpdateWindow() local
285 CGContextSaveGState( rCGContext ); in UpdateWindow()
286 CGContextBeginPath( rCGContext ); in UpdateWindow()
287 CGContextAddPath( rCGContext, rClip ); in UpdateWindow()
288 CGContextClip( rCGContext ); in UpdateWindow()
292 CGContextDrawLayerAtPoint( rCGContext, CGPointZero, mxLayer ); in UpdateWindow()
294 CGContextRestoreGState( rCGContext ); in UpdateWindow()
H A Dsalvd.cxx62 if( pGraphic && pData && pData->rCGContext ) in AquaSalVirtualDevice()
68 mpGraphics->SetVirDevGraphics( mxLayer, pData->rCGContext ); in AquaSalVirtualDevice()
H A Dsalgdi.cxx2335 aRes.rCGContext = mrContext; in GetGraphicsData()
/trunk/main/canvas/source/cairo/
H A Dcairo_quartz_cairo.cxx263 aSystemGraphicsData.rCGContext = getCGContext(); in createVirtualDevice()
306 if (aSysData.rCGContext) in createSurface()
307 … surf = SurfaceSharedPtr(new QuartzSurface(aSysData.rCGContext, x, y, width, height)); in createSurface()
/trunk/main/vcl/inc/vcl/
H A Dsysdata.hxx112 CGContextRef rCGContext; // QUARTZ graphic context member
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx1301 CGContextRef rCGContext = reinterpret_cast<CGContextRef>([pContext graphicsPort]); in CreateNSImage() local
1304 CGContextDrawImage( rCGContext, aDstRect, xImage ); in CreateNSImage()

Completed in 42 milliseconds