Lines Matching refs:mxLayer
265 , mxLayer( NULL ) in AquaSalGraphics()
298 if( mxLayer ) in ~AquaSalGraphics()
299 CGLayerRelease( mxLayer ); in ~AquaSalGraphics()
1124 DBG_ASSERT( pSrc->mxLayer!=NULL, "AquaSalGraphics::copyBits() from non-layered graphics" ); in copyBits()
1146 ::CGContextDrawLayerAtPoint( xCopyContext, aDstPoint, pSrc->mxLayer ); in copyBits()
1189 DBG_ASSERT( mxLayer!=NULL, "AquaSalGraphics::copyArea() for non-layered graphics" ); in copyArea()
1201 CGLayerRef xSrcLayer = mxLayer; in copyArea()
1214 ::CGContextDrawLayerAtPoint( xSrcContext, aSrcPoint, mxLayer ); in copyArea()
1222 if( xSrcLayer != mxLayer ) in copyArea()
1297 DBG_ASSERT( mxLayer, "AquaSalGraphics::getBitmap() with no layer" ); in getBitmap()
1302 if( !pBitmap->Create( mxLayer, mnBitmapDepth, nX, nY, nDX, nDY, !mbWindow ) ) in getBitmap()
1316 if( !mxLayer in getPixel()
1342 CGContextDrawLayerAtPoint( xOnePixelContext, aCGPoint, mxLayer ); in getPixel()
2371 mpXorEmulation->SetTarget( mnWidth, mnHeight, mnBitmapDepth, mrContext, mxLayer ); in SetXORMode()