Searched refs:mbXORMode (Results 1 – 6 of 6) sorted by relevance
72 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()
750 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()
92 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()
105 mbXORMode = FALSE; in Os2SalGraphics()367 mbXORMode = bSet; in SetXORMode()
142 bool mbXORMode; // _every_ output with RasterOp XOR member in Os2SalGraphics
174 bool mbXORMode : 1; // _every_ output with RasterOp XOR member in WinSalGraphics
Completed in 64 milliseconds