Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx160 if( bXORMode_ ) return GetInvertGC(); in GetCopyGC()
250 XSetFunction( GetXDisplay(), pStippleGC_, bXORMode_ ? GXxor : GXcopy ); in GetStippleGC()
516 if( bXORMode_ in copyBits()
726 if( !bXORMode_ ) in drawMaskedBitmap()
746 sal_Bool bOldXORMode( bXORMode_ ); in drawMaskedBitmap()
747 bXORMode_ = sal_False; in drawMaskedBitmap()
757 bXORMode_ = bOldXORMode; in drawMaskedBitmap()
924 if( bPenGC_ || !bBrushGC_ || bXORMode_ ) in drawAlphaRect()
H A Dsalgdi.cxx148 bXORMode_ = sal_False; in X11SalGraphics()
300 XSetFunction ( pDisplay, pPenGC_, bXORMode_ ? GXxor : GXcopy ); in SelectPen()
347 XSetFunction ( pDisplay, pBrushGC_, bXORMode_ ? GXxor : GXcopy ); in SelectBrush()
759 if( !bXORMode_ == bSet ) in SetXORMode()
761 bXORMode_ = bSet; in SetXORMode()
870 if( !bXORMode_ ) in drawPolygon()
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h132 bool bXORMode_ : 1; // is ROP XOR Mode set member in X11SalGraphics

Completed in 53 milliseconds