Searched refs:rCGContext (Results  1 – 6 of 6) sorted by relevance
| /aoo42x/main/vcl/aqua/source/gdi/ | 
| H A D | salgdiutils.cxx | 280         CGContextRef rCGContext = reinterpret_cast<CGContextRef>([pContext graphicsPort]);  in UpdateWindow()  local285             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 D | salvd.cxx | 62     if( pGraphic && pData && pData->rCGContext )  in AquaSalVirtualDevice()68 	    mpGraphics->SetVirDevGraphics( mxLayer, pData->rCGContext );  in AquaSalVirtualDevice()
 
 | 
| H A D | salgdi.cxx | 2335     aRes.rCGContext = mrContext;  in GetGraphicsData()
 | 
| /aoo42x/main/canvas/source/cairo/ | 
| H A D | cairo_quartz_cairo.cxx | 263         aSystemGraphicsData.rCGContext = getCGContext();  in createVirtualDevice()306             if (aSysData.rCGContext)  in createSurface()
 307 …             surf =  SurfaceSharedPtr(new QuartzSurface(aSysData.rCGContext, x, y, width, height));  in createSurface()
 
 | 
| /aoo42x/main/vcl/inc/vcl/ | 
| H A D | sysdata.hxx | 112 	CGContextRef	rCGContext;		// QUARTZ graphic context  member
 | 
| /aoo42x/main/vcl/aqua/source/app/ | 
| H A D | salinst.cxx | 1301         CGContextRef rCGContext = reinterpret_cast<CGContextRef>([pContext graphicsPort]);  in CreateNSImage()  local1304         CGContextDrawImage( rCGContext, aDstRect, xImage );  in CreateNSImage()
 
 | 
        Completed in 303 milliseconds