Lines Matching refs:mpXorEmulation
267 , mpXorEmulation( NULL ) in AquaSalGraphics()
295 if( mpXorEmulation ) in ~AquaSalGraphics()
296 delete mpXorEmulation; in ~AquaSalGraphics()
1133 if( mpXorEmulation && mpXorEmulation->IsEnabled() ) in copyBits()
1135 xCopyContext = mpXorEmulation->GetTargetContext(); in copyBits()
1194 if( mpXorEmulation && mpXorEmulation->IsEnabled() ) in copyArea()
1195 xCopyContext = mpXorEmulation->GetTargetContext(); in copyArea()
2360 if( (mpXorEmulation == NULL) && !bSet ) in SetXORMode()
2362 if( (mpXorEmulation != NULL) && (bSet == mpXorEmulation->IsEnabled()) ) in SetXORMode()
2368 if( !mpXorEmulation ) in SetXORMode()
2370 mpXorEmulation = new XorEmulation(); in SetXORMode()
2371 mpXorEmulation->SetTarget( mnWidth, mnHeight, mnBitmapDepth, mrContext, mxLayer ); in SetXORMode()
2377 mpXorEmulation->Enable(); in SetXORMode()
2378 mrContext = mpXorEmulation->GetMaskContext(); in SetXORMode()
2383 mpXorEmulation->UpdateTarget(); in SetXORMode()
2384 mpXorEmulation->Disable(); in SetXORMode()
2385 mrContext = mpXorEmulation->GetTargetContext(); in SetXORMode()
2395 if( !mpXorEmulation ) in ApplyXorContext()
2397 if( mpXorEmulation->UpdateTarget() ) in ApplyXorContext()