Searched refs:xSrcLayer (Results 1 – 1 of 1) sorted by relevance
1201 CGLayerRef xSrcLayer = mxLayer; in copyArea() local1205 xSrcLayer = ::CGLayerCreateWithContext( xCopyContext, aSrcSize, NULL ); in copyArea()1206 const CGContextRef xSrcContext = CGLayerGetContext( xSrcLayer ); in copyArea()1219 ::CGContextDrawLayerAtPoint( xCopyContext, aDstPoint, xSrcLayer ); in copyArea()1222 if( xSrcLayer != mxLayer ) in copyArea()1223 CGLayerRelease( xSrcLayer ); in copyArea()
Completed in 21 milliseconds