Searched refs:hrgn (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winsetsp.c | 53 HRGN hrgn = NULL, combined = NULL; local in function:winSetSpansNativeGDI 66 hrgn = CreateRectRgn (pbox->x1, pbox->y1, pbox->x2, pbox->y2); 67 CombineRgn (combined, combined, hrgn, RGN_OR); 68 DeleteObject (hrgn); 69 hrgn = NULL;
|
| H A D | winfillsp.c | 81 HRGN hrgn = NULL, combined = NULL; local in function:winFillSpansNativeGDI 93 hrgn = CreateRectRgn (pbox->x1, pbox->y1, pbox->x2, pbox->y2); 94 CombineRgn (combined, combined, hrgn, RGN_OR); 95 DeleteObject (hrgn); 96 hrgn = NULL;
|
Completed in 3 milliseconds