Searched refs:xCopyContext (Results 1 – 1 of 1) sorted by relevance
1132 CGContextRef xCopyContext = mrContext; in copyBits() local1135 xCopyContext = mpXorEmulation->GetTargetContext(); in copyBits()1137 CGContextSaveGState( xCopyContext ); in copyBits()1139 CGContextClipToRect( xCopyContext, aDstRect ); in copyBits()1144 …{ CGContextTranslateCTM( xCopyContext, 0, +mnHeight ); CGContextScaleCTM( xCopyContext, +1, -1 ); } in copyBits()1146 ::CGContextDrawLayerAtPoint( xCopyContext, aDstPoint, pSrc->mxLayer ); in copyBits()1147 CGContextRestoreGState( xCopyContext ); in copyBits()1193 CGContextRef xCopyContext = mrContext; in copyArea() local1195 xCopyContext = mpXorEmulation->GetTargetContext(); in copyArea()1205 xSrcLayer = ::CGLayerCreateWithContext( xCopyContext, aSrcSize, NULL ); in copyArea()[all …]
Completed in 32 milliseconds