Searched refs:pGCT (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mibitblt.c | 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() [all …]
|