Searched refs:pgcScratch (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c571 GCPtr pgcScratch; local in function:CreateDefaultTile
581 pgcScratch = GetScratchGC(pGC->depth, pGC->pScreen);
582 if (!pTile || !pgcScratch)
586 if (pgcScratch)
587 FreeScratchGC(pgcScratch);
593 (void)ChangeGC(NullClient, pgcScratch, GCFunction | GCForeground | GCFillStyle, tmpval);
594 ValidateGC((DrawablePtr)pTile, pgcScratch);
599 (*pgcScratch->ops->PolyFillRect)((DrawablePtr)pTile, pgcScratch, 1, &rect);
601 FreeScratchGC(pgcScratch);
912 GCPtr pgcScratch; local in function:CreateDefaultStipple
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c579 GCPtr pgcScratch; local in function:CreateDefaultTile
588 pgcScratch = GetScratchGC(pGC->depth, pGC->pScreen);
589 if (!pTile || !pgcScratch) {
592 if (pgcScratch)
593 FreeScratchGC(pgcScratch);
599 (void) ChangeGC(NullClient, pgcScratch,
601 ValidateGC((DrawablePtr) pTile, pgcScratch);
606 (*pgcScratch->ops->PolyFillRect) ((DrawablePtr) pTile, pgcScratch, 1,
609 FreeScratchGC(pgcScratch);
870 GCPtr pgcScratch; local in function:CreateDefaultStipple
[all...]

Completed in 29 milliseconds