Searched refs:xorDC (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowicons.c | 312 HDC xorDC = CreateCompatibleDC(hdc); local in function:NetWMToWinIconThreshold 317 SelectObject(xorDC, ii.hbmColor); 323 SetPixelV(xorDC, col, row, RGB(((char*)pixels)[2], ((char*)pixels)[1], 328 SetPixelV(xorDC, col, row, RGB(0, 0, 0)); 334 DeleteDC(xorDC);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowicons.c | 295 HDC xorDC = CreateCompatibleDC(hdc); local in function:NetWMToWinIconThreshold 304 SelectObject(xorDC, ii.hbmColor); 310 SetPixelV(xorDC, col, row, 316 SetPixelV(xorDC, col, row, RGB(0, 0, 0)); 322 DeleteDC(xorDC);
|
Completed in 4 milliseconds