Lines Matching refs:pValue
191 xnestChangeClip(GCPtr pGC, int type, void *pValue, int nRects)
202 pValue = NULL;
206 nRects = RegionNumRects((RegionPtr) pValue);
208 pBox = RegionRects((RegionPtr) pValue);
222 xnestPixmap((PixmapPtr) pValue));
227 pGC->clientClip = (*pGC->pScreen->BitmapToRegion) ((PixmapPtr) pValue);
228 (*pGC->pScreen->DestroyPixmap) ((PixmapPtr) pValue);
229 pValue = pGC->clientClip;
235 (XRectangle *) pValue, nRects, Unsorted);
241 (XRectangle *) pValue, nRects, YSorted);
247 (XRectangle *) pValue, nRects, YXSorted);
253 (XRectangle *) pValue, nRects, YXBanded);
266 pGC->clientClip = RegionFromRects(nRects, (xRectangle *) pValue, type);
267 free(pValue);
268 pValue = pGC->clientClip;
272 pGC->clientClip = pValue;