Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1132 CGContextRef xCopyContext = mrContext; in copyBits() local
1135 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() local
1195 xCopyContext = mpXorEmulation->GetTargetContext(); in copyArea()
1205 xSrcLayer = ::CGLayerCreateWithContext( xCopyContext, aSrcSize, NULL ); in copyArea()
[all …]

Completed in 24 milliseconds