Lines Matching refs:borderClip
116 * Recompute the clipList, borderClip, exposed and borderExposed
124 * clipList, borderClip, exposed and borderExposed are altered.
218 RegionTranslate(&pChild->borderClip, dx, dy);
229 borderExposed, &pChild->borderClip,
251 * borderClip and clipList regions to the window's new location so there
259 RegionTranslate(&pParent->borderClip, dx, dy);
264 RegionEmpty(&pParent->borderClip);
274 * Since the borderClip must not be clipped by the children, we do
277 * 'universe' is the window's borderClip. To figure the exposures, remove
293 RegionSubtract(exposed, universe, &pParent->borderClip);
304 RegionCopy(&pParent->borderClip, universe);
315 RegionCopy(&pParent->borderClip, universe);
439 * The clipList, borderClip, exposed, and borderExposed regions for
445 * adjusted to correspond to their new positions. The borderClip
453 * and borderClip are invalid, we can't do this and have to do the
474 RegionRec childClip; /* The new borderClip for the current
487 if (RegionBroken(&pRoot->clipList) && !RegionBroken(&pRoot->borderClip)) {
515 RegionEmpty(&pWin->borderClip);