Searched refs:xright (Results 1 - 4 of 4) sorted by path

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dblendeq.c102 int i, xleft, xright; local in function:PrintColorStrings
106 xright = 5 + windW/2;
114 glReadPixels(xright, i+10, 1, 1, GL_RGB, GL_UNSIGNED_BYTE, ubbuf);
117 glRasterPos2f(xright, i);
125 int x1, x2, xleft, xright; local in function:Draw
169 xright = 5 + windW/2;
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmizerline.c112 int xleft, ytop, xright, ybottom; local in function:miZeroLine
130 xright = pDraw->x + pDraw->width - 1;
138 xright -= pDraw->x;
146 if (xright > MAX_COORDINATE)
147 xright = MAX_COORDINATE;
155 width = xright - xleft + 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, ybotto
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmizerline.c108 int xleft, ytop, xright, ybottom; local in function:miZeroLine
126 xright = pDraw->x + pDraw->width - 1;
133 xright -= pDraw->x;
141 if (xright > MAX_COORDINATE)
142 xright = MAX_COORDINATE;
150 width = xright - xleft + 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, ybotto
[all...]
/xsrc/external/mit/xwininfo/dist/
H A Dxwininfo.c948 int rx, ry, xright, ybelow; local in function:Display_Stats_Info
961 xright = (dw - rx - w->geometry->border_width * 2 -
1020 rx, ry, xright, ry, xright, ybelow, rx, ybelow);
1092 xright = dw - frame_geometry->x - frame_geometry->width -
1116 (abs (xright) <= 100 && abs (xright) < abs (rx)
1125 printf ("-%d", xright);

Completed in 15 milliseconds