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