Searched refs:andDC (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowicons.c313 HDC andDC = CreateCompatibleDC(hdc); local in function:NetWMToWinIconThreshold
318 SelectObject(andDC, ii.hbmMask);
325 SetPixelV(andDC, col, row, RGB(0, 0, 0)); /* black mask */
329 SetPixelV(andDC, col, row, RGB(255, 255, 255)); /* white mask */
335 DeleteDC(andDC);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowicons.c296 HDC andDC = CreateCompatibleDC(hdc); local in function:NetWMToWinIconThreshold
305 SelectObject(andDC, ii.hbmMask);
313 SetPixelV(andDC, col, row, RGB(0, 0, 0)); /* black mask */
317 SetPixelV(andDC, col, row, RGB(255, 255, 255)); /* white mask */
323 DeleteDC(andDC);

Completed in 8 milliseconds