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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c1158 GC *origGC = NULL; local in function:doPolyText
1345 origGC = c->pGC;
1383 if (pFont != origGC->font)
1387 ChangeGC(NullClient, origGC, GCFont, &val);
1388 ValidateGC(c->pDraw, origGC);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c1101 GC *origGC = NULL; local in function:doPolyText
1275 origGC = c->pGC;
1315 if (pFont != origGC->font) {
1319 ChangeGC(NullClient, origGC, GCFont, &val);
1320 ValidateGC(c->pDraw, origGC);

Completed in 7 milliseconds