Lines Matching refs:run
60 pPixmap = pScrPriv->layer[i].u.run.pixmap;
71 RegionEmpty(&pScrPriv->layer[i].u.run.region);
86 (*pScreen->DestroyPixmap) (pScrPriv->layer[i].u.run.pixmap);
87 RegionUninit(&pScrPriv->layer[i].u.run.region);
103 (void *) pScrPriv->layer[i].u.run.pixmap)
139 pScrPriv->layer[i].u.run.pixmap = pPixmap;
140 RegionInit(&pScrPriv->layer[i].u.run.region, &box, 0);
142 pScreen->devPrivate = pScrPriv->layer[0].u.run.pixmap;
169 RegionUnion(&pScrPriv->layer[i].u.run.region,
170 &pScrPriv->layer[i].u.run.region, prgn);
172 else if (RegionNotEmpty(&pScrPriv->layer[i].u.run.region)) {
175 RegionIntersect(&rgnNew, prgn, &pScrPriv->layer[i].u.run.region);
176 (*pScrPriv->PaintKey) (&pScrPriv->layer[i].u.run.pixmap->drawable,
180 RegionSubtract(&pScrPriv->layer[i].u.run.region,
181 &pScrPriv->layer[i].u.run.region, prgn);
216 &pScrPriv->layer[i].u.run.region);
219 pPixmap = pScrPriv->layer[i].u.run.pixmap;