Home
last modified time | relevance | path

Searched refs:pScratchGC (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxace.c250 GCPtr pScratchGC = NULL; in XaceCensorImage() local
288 pScratchGC = GetScratchGC(depth, pPix->drawable.pScreen); in XaceCensorImage()
289 if (!pScratchGC) { in XaceCensorImage()
294 ValidateGC(&pPix->drawable, pScratchGC); in XaceCensorImage()
295 (*pScratchGC->ops->PolyFillRect) (&pPix->drawable, in XaceCensorImage()
296 pScratchGC, nRects, pRects); in XaceCensorImage()
306 if (pScratchGC) in XaceCensorImage()
307 FreeScratchGC(pScratchGC); in XaceCensorImage()