Home
last modified time | relevance | path

Searched refs:xCGContext (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdiutils.cxx202 CGContextRef xCGContext = reinterpret_cast<CGContextRef>([pNSGContext graphicsPort]); in CheckContext() local
203 mxLayer = CGLayerCreateWithContext( xCGContext, aLayerSize, NULL ); in CheckContext()
H A Dsalvd.cxx176 CGContextRef xCGContext = NULL; in SetSize() local
187 xCGContext = mxBitmapContext; in SetSize()
211xCGContext = reinterpret_cast<CGContextRef>([pNSContext graphicsPort]); in SetSize()
224 xCGContext = mxBitmapContext; in SetSize()
229 DBG_ASSERT( xCGContext, "no context" ); in SetSize()
232 mxLayer = CGLayerCreateWithContext( xCGContext, aNewSize, NULL ); in SetSize()

Completed in 11 milliseconds