Lines Matching refs:clipList
262 if (RegionNotEmpty(&pWin->clipList)) { in log_window_info()
264 rects = RegionRects(&pWin->clipList); in log_window_info()
265 for (i = 0; i < RegionNumRects(&pWin->clipList); i++) in log_window_info()
269 pWin->clipList.extents.x1, pWin->clipList.extents.y1, in log_window_info()
270 pWin->clipList.extents.x2, pWin->clipList.extents.y2); in log_window_info()
627 RegionInit(&pWin->clipList, &box, 1); in CreateRootWindow()
898 RegionNull(&pWin->clipList); in CreateWindow()
1014 RegionUninit(&pWin->clipList); in FreeWindowResources()
2721 RegionCopy(&temp, &pWin->clipList); in MapWindow()
3700 RegionBreak(&pWin->clipList); in SetRootClip()
3712 RegionBreak(&pWin->clipList); in SetRootClip()