Lines Matching refs:mxLayer
90 mxLayer = xLayer; in SetVirDevGraphics()
99 if( !mxLayer ) in SetVirDevGraphics()
106 const CGSize aSize = CGLayerGetSize( mxLayer ); in SetVirDevGraphics()
119 mpXorEmulation->SetTarget( mnWidth, mnHeight, mnBitmapDepth, mrContext, mxLayer ); in SetVirDevGraphics()
193 rReleaseLayer = mxLayer; in CheckContext()
195 mxLayer = NULL; in CheckContext()
203 mxLayer = CGLayerCreateWithContext( xCGContext, aLayerSize, NULL ); in CheckContext()
204 if( mxLayer ) in CheckContext()
205 mrContext = CGLayerGetContext( mxLayer ); in CheckContext()
222 mpXorEmulation->SetTarget( mnWidth, mnHeight, mnBitmapDepth, mrContext, mxLayer ); in CheckContext()
278 if( (mxLayer != NULL) && (pContext != NULL) ) in UpdateWindow()
292 CGContextDrawLayerAtPoint( rCGContext, CGPointZero, mxLayer ); in UpdateWindow()