Lines Matching refs:pValue
192 xnestChangeClip(GCPtr pGC, int type, pointer pValue, int nRects)
207 nRects = RegionNumRects((RegionPtr)pValue);
210 pBox = RegionRects((RegionPtr)pValue);
224 xnestPixmap((PixmapPtr)pValue));
229 pGC->clientClip = (pointer) (*pGC->pScreen->BitmapToRegion)((PixmapPtr)pValue);
230 (*pGC->pScreen->DestroyPixmap)((PixmapPtr)pValue);
231 pValue = pGC->clientClip;
238 (XRectangle *)pValue, nRects, Unsorted);
244 (XRectangle *)pValue, nRects, YSorted);
250 (XRectangle *)pValue, nRects, YXSorted);
256 (XRectangle *)pValue, nRects, YXBanded);
275 (xRectangle *)pValue, type);
276 free(pValue);
277 pValue = pGC->clientClip;
284 pGC->clientClip = pValue;