Searched refs:hRgnRect (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmultiwindowshape.c | 88 HRGN hRgn, hRgnRect; in winReshapeMultiWindow() local 165 hRgnRect = CreateRectRgn(pRects->x1 + iOffsetX, in winReshapeMultiWindow() 169 if (hRgnRect == NULL) { in winReshapeMultiWindow() 183 if (CombineRgn(hRgn, hRgn, hRgnRect, RGN_OR) == ERROR) { in winReshapeMultiWindow() 189 DeleteObject(hRgnRect); in winReshapeMultiWindow()
|
| H A D | winwindow.c | 319 HRGN hRgn, hRgnRect; in winReshapeRootless() local 359 hRgnRect = CreateRectRgn(pRects->x1, pRects->y1, in winReshapeRootless() 361 if (hRgnRect == NULL) { in winReshapeRootless() 366 if (CombineRgn(hRgn, hRgn, hRgnRect, RGN_OR) == ERROR) { in winReshapeRootless() 371 DeleteObject(hRgnRect); in winReshapeRootless()
|
| H A D | winwin32rootless.c | 139 HRGN hRgn, hRgnRect; in winMWExtWMCreateRgnFromRegion() local 156 hRgnRect = CreateRectRgn(pRects->x1, in winMWExtWMCreateRgnFromRegion() 158 if (hRgnRect == NULL) { in winMWExtWMCreateRgnFromRegion() 166 if (CombineRgn(hRgn, hRgn, hRgnRect, RGN_OR) == ERROR) { in winMWExtWMCreateRgnFromRegion() 172 DeleteObject(hRgnRect); in winMWExtWMCreateRgnFromRegion()
|