Searched refs:PATINVERT (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 1322 PatBlt( getHDC(), (int)nX, (int)nY, (int)1, (int)1, PATINVERT ); in drawPixel() 1347 PatBlt( getHDC(), (int)nX, (int)nY, (int)1, (int)1, PATINVERT ); in drawPixel() 1388 PatBlt( getHDC(), (int)nX2, (int)nY2, (int)1, (int)1, PATINVERT ); in drawLine() 1406 mbXORMode ? PATINVERT : PATCOPY ); in drawRect()
|
H A D | salgdi2.cxx | 763 PatBlt( getHDC(), nX, nY, nWidth, nHeight, PATINVERT ); in invert()
|
/aoo4110/main/embedserv/source/embed/ |
H A D | tracker.cxx | 155 PatBlt(hDC,rect.left,rect.top,(rect.right-rect.left),(rect.bottom-rect.top),PATINVERT); in DrawDragRect() 166 PatBlt(hDC,rect.left, rect.top,(rect.right-rect.left),(rect.bottom-rect.top), PATINVERT); in DrawDragRect()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | winmtf.hxx | 180 #define PATINVERT 0x005A0049L macro
|
Completed in 38 milliseconds