Searched refs:xSrcContext (Results 1 – 1 of 1) sorted by relevance
1206 const CGContextRef xSrcContext = CGLayerGetContext( xSrcLayer ); in copyArea() local1210 ::CGContextTranslateCTM( xSrcContext, 0, +nSrcHeight ); in copyArea()1211 ::CGContextScaleCTM( xSrcContext, +1, -1 ); in copyArea()1214 ::CGContextDrawLayerAtPoint( xSrcContext, aSrcPoint, mxLayer ); in copyArea()
Completed in 39 milliseconds