Searched refs:xCGContext (Results 1 – 2 of 2) sorted by relevance
176 CGContextRef xCGContext = NULL; in SetSize() local187 xCGContext = mxBitmapContext; in SetSize()211 … xCGContext = 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()
202 CGContextRef xCGContext = reinterpret_cast<CGContextRef>([pNSGContext graphicsPort]); in CheckContext() local203 mxLayer = CGLayerCreateWithContext( xCGContext, aLayerSize, NULL ); in CheckContext()
Completed in 11 milliseconds