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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c194 unsigned int newcapstyle; local in function:ChangeGC
195 NEXTVAL(unsigned int, newcapstyle);
196 if (newcapstyle <= CapProjecting)
197 pGC->capStyle = newcapstyle;
201 client->errorValue = newcapstyle;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c192 unsigned int newcapstyle; local in function:ChangeGC
193 NEXTVAL(unsigned int, newcapstyle);
195 if (newcapstyle <= CapProjecting)
196 pGC->capStyle = newcapstyle;
199 client->errorValue = newcapstyle;

Completed in 4 milliseconds