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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmifpolycon.c212 int cxl, cxr; local in function:miFillSppPoly
216 cxl = ICEIL(xl);
221 *(width++) = cxr - cxl;
222 (ptsOut++)->x = cxl + xTrans;
226 *(width++) = cxl - cxr;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c1278 int cxl, cxr; local in function:miFillSppPoly
1282 cxl = ICEIL(xl);
1286 *(width++) = cxr - cxl;
1287 (ptsOut++)->x = cxl + xTrans;
1290 *(width++) = cxl - cxr;

Completed in 8 milliseconds