Searched refs:psRegions (Results 1 – 1 of 1) sorted by relevance
266 psb_x11_clip_list_t *psRegions = NULL; in psb_x11_createWindowClipBoxList() local286 psRegions = psb_x11_createClipBoxNode(&sRect, psRegions); in psb_x11_createWindowClipBoxList()308 psb_x11_freeWindowClipBoxList(psRegions); in psb_x11_createWindowClipBoxList()324 psb_x11_freeWindowClipBoxList(psRegions); in psb_x11_createWindowClipBoxList()331 psRegions = psb_x11_createClipBoxNode(&sRect, psRegions); in psb_x11_createWindowClipBoxList()342 if (psRegions) { in psb_x11_createWindowClipBoxList()344 *ppWindowClipBoxList = psb_x11_substractRects(display, psRegions, &sRect); in psb_x11_createWindowClipBoxList()345 psb_x11_freeWindowClipBoxList(psRegions); in psb_x11_createWindowClipBoxList()347 psRegions = *ppWindowClipBoxList; in psb_x11_createWindowClipBoxList()349 while (psRegions) { in psb_x11_createWindowClipBoxList()[all …]