Lines Matching refs:mxTempContext
2407 , mxTempContext( NULL ) in XorEmulation()
2437 if( mxTempContext ) in SetTarget()
2439 CGContextRelease( mxTempContext ); in SetTarget()
2441 mxTempContext = NULL; in SetTarget()
2487 mxTempContext = ::CGBitmapContextCreate( mpTempBuffer, in SetTarget()
2505 if( mxTempContext ) in SetTarget()
2506 CGContextConcatCTM( mxTempContext, aCTM ); in SetTarget()
2520 if( mxTempContext ) in UpdateTarget()
2521 CGContextDrawLayerAtPoint( mxTempContext, CGPointZero, mxTargetLayer ); in UpdateTarget()
2532 if( mxTempContext ) in UpdateTarget()
2534 CGImageRef xXorImage = CGBitmapContextCreateImage( mxTempContext ); in UpdateTarget()