Searched refs:pScratchGC (Results 1 – 1 of 1) sorted by relevance
250 GCPtr pScratchGC = NULL; in XaceCensorImage() local288 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()