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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmizerline.c112 int xleft, ytop, xright, ybottom; local in function:miZeroLine
131 ybottom = pDraw->y + pDraw->height - 1;
139 ybottom -= pDraw->y;
148 if (ybottom > MAX_COORDINATE)
149 ybottom = MAX_COORDINATE;
156 height = ybottom - ytop + 1;
185 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom);
216 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom);
238 result = miZeroClipLine(xleft, ytop, xright, ybottom,
302 result = miZeroClipLine(xleft, ytop, xright, ybottom,
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmizerline.c108 int xleft, ytop, xright, ybottom; local in function:miZeroLine
127 ybottom = pDraw->y + pDraw->height - 1;
134 ybottom -= pDraw->y;
143 if (ybottom > MAX_COORDINATE)
144 ybottom = MAX_COORDINATE;
151 height = ybottom - ytop + 1;
179 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom);
199 MIOUTCODES(oc2, x2, y2, xleft, ytop, xright, ybottom);
227 result = miZeroClipLine(xleft, ytop, xright, ybottom,
287 result = miZeroClipLine(xleft, ytop, xright, ybottom,
[all...]

Completed in 3 milliseconds