Home
last modified time | relevance | path

Searched refs:mxTempContext (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2407 , 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()
[all …]
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h437 CGContextRef mxTempContext; member in XorEmulation

Completed in 23 milliseconds