Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx72 if ( mbXORMode ) in copyBits()
438 bool bTryDirectPaint(!mbPrinter && !mbXORMode); in drawBitmap()
460 mbXORMode ? SRCINVERT : SRCCOPY ); in drawBitmap()
526 bool bTryDirectPaint(!mbPrinter && !mbXORMode); in drawBitmap()
585 if( mbXORMode ) in drawBitmap()
620 if( mbPen || !mbBrush || mbXORMode ) in drawAlphaRect()
H A Dsalgdi.cxx750 mbXORMode = FALSE; in WinSalGraphics()
1296 mbXORMode = bSet; in SetXORMode()
1318 if ( mbXORMode ) in drawPixel()
1343 if ( mbXORMode ) in drawPixel()
1384 if ( mbXORMode ) in drawLine()
1406 mbXORMode ? PATINVERT : PATCOPY ); in drawRect()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx92 mbXORMode ? ROP_SRCINVERT : ROP_SRCCOPY, BBO_IGNORE ); in copyBits()
97 mbXORMode ? ROP_SRCINVERT : ROP_SRCCOPY, BBO_IGNORE ); in copyBits()
433 mbXORMode ? ROP_SRCINVERT : ROP_SRCCOPY ); in drawBitmap()
638 mbXORMode ? ROP_SRCINVERT : ROP_SRCCOPY, BBO_IGNORE ); in getBitmap()
H A Dsalgdi.cxx105 mbXORMode = FALSE; in Os2SalGraphics()
367 mbXORMode = bSet; in SetXORMode()
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h142 bool mbXORMode; // _every_ output with RasterOp XOR member in Os2SalGraphics
/trunk/main/vcl/inc/win/
H A Dsalgdi.h174 bool mbXORMode : 1; // _every_ output with RasterOp XOR member in WinSalGraphics

Completed in 44 milliseconds