Lines Matching refs:pGCT
378 GCPtr pGCT; in miOpqStipDrawable() local
389 pGCT = GetScratchGC(1, pDraw->pScreen); in miOpqStipDrawable()
390 if (!pGCT) { in miOpqStipDrawable()
396 ChangeGC(NullClient, pGCT, GCBackground, gcv); in miOpqStipDrawable()
397 ValidateGC((DrawablePtr) pPixmap, pGCT); in miOpqStipDrawable()
398 miClearDrawable((DrawablePtr) pPixmap, pGCT); in miOpqStipDrawable()
404 FreeScratchGC(pGCT); in miOpqStipDrawable()
415 (*pGCT->funcs->ChangeClip) (pGCT, CT_REGION, prgnSrcClip, 0); in miOpqStipDrawable()
416 ValidateGC((DrawablePtr) pPixmap, pGCT); in miOpqStipDrawable()
426 (*pGCT->ops->SetSpans) ((DrawablePtr) pPixmap, pGCT, (char *) pbits, in miOpqStipDrawable()
462 ChangeGC(NullClient, pGCT, GCFunction, gcv); in miOpqStipDrawable()
463 ValidateGC((DrawablePtr) pPixmap, pGCT); in miOpqStipDrawable()
464 (*pGCT->ops->CopyArea) ((DrawablePtr) pPixmap, (DrawablePtr) pPixmap, in miOpqStipDrawable()
465 pGCT, 0, 0, w + srcx, h, 0, 0); in miOpqStipDrawable()
498 (*pGCT->funcs->ChangeClip) (pGCT, CT_NONE, NULL, 0); in miOpqStipDrawable()
499 FreeScratchGC(pGCT); in miOpqStipDrawable()