Lines Matching refs:mxLayer
60 , mxLayer( NULL ) in AquaSalVirtualDevice()
68 mpGraphics->SetVirDevGraphics( mxLayer, pData->rCGContext ); in AquaSalVirtualDevice()
114 mxLayer = NULL; in Destroy()
118 if( mxLayer ) in Destroy()
122 CGLayerRelease( mxLayer ); in Destroy()
123 mxLayer = NULL; in Destroy()
163 if( mxLayer ) in SetSize()
165 const CGSize aSize = CGLayerGetSize( mxLayer ); in SetSize()
232 mxLayer = CGLayerCreateWithContext( xCGContext, aNewSize, NULL ); in SetSize()
234 if( mxLayer && mpGraphics ) in SetSize()
237 CGContextRef xDrawContext = CGLayerGetContext( mxLayer ); in SetSize()
238 mpGraphics->SetVirDevGraphics( mxLayer, xDrawContext, mnBitmapDepth ); in SetSize()
241 return (mxLayer != NULL); in SetSize()
248 if( mxLayer ) in GetSize()
250 const CGSize aSize = CGLayerGetSize( mxLayer ); in GetSize()