Lines Matching refs:exposed
116 * Recompute the clipList, borderClip, exposed and borderExposed
124 * clipList, borderClip, exposed and borderExposed are altered.
131 RegionPtr universe, VTKind kind, RegionPtr exposed)
232 RegionNull(&pChild->valdata->after.exposed);
256 * We translate the old clipList because that will be exposed or copied
271 RegionNull(&pParent->valdata->after.exposed);
278 * the area that used to be exposed from the new.
279 * This leaves a region of pieces that weren't exposed before.
289 RegionSubtract(exposed, universe, borderVisible);
293 RegionSubtract(exposed, universe, &pParent->borderClip);
301 exposed, &pParent->winSize);
351 kind, exposed);
376 RegionCopy(&pParent->valdata->after.exposed, universe);
380 RegionSubtract(&pParent->valdata->after.exposed,
439 * The clipList, borderClip, exposed, and borderExposed regions for
476 RegionRec exposed; /* For intermediate calculations */
485 RegionNull(&exposed);
504 RootlessComputeClips(pWin, pScreen, &childClip, kind, &exposed);
524 is ever exposed by moving or mapping its children. */
525 RegionNull(&pRoot->valdata->after.exposed);