Searched refs:xLeft (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aaline.c372 GLfloat xLeft, xRight, yBot, yTop; local in function:segment
375 xLeft = x0 - line->halfWidth;
387 xLeft = x1 - line->halfWidth;
403 for (ix = (GLint) xLeft; ix < ixRight; ix++) {
418 GLfloat yBot, yTop, xLeft, xRight; local in function:segment
424 xLeft = x0 - 3.0F * line->halfWidth;
428 xLeft = x0 - line->halfWidth;
436 xLeft = x1 - 3.0F * line->halfWidth;
440 xLeft = x1 - line->halfWidth;
448 /*printf("avg span width: %g\n", xRight - xLeft);*/
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aaline.c371 GLfloat xLeft, xRight, yBot, yTop; local in function:segment
374 xLeft = x0 - line->halfWidth;
386 xLeft = x1 - line->halfWidth;
402 for (ix = (GLint) xLeft; ix < ixRight; ix++) {
417 GLfloat yBot, yTop, xLeft, xRight; local in function:segment
423 xLeft = x0 - 3.0F * line->halfWidth;
427 xLeft = x0 - line->halfWidth;
435 xLeft = x1 - 3.0F * line->halfWidth;
439 xLeft = x1 - line->halfWidth;
447 /*printf("avg span width: %g\n", xRight - xLeft);*/
[all...]
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DVBoxVideoIPRT.h185 int32_t xLeft; member in struct:RTRECT
H A DVBoxVideo.h1880 int16_t xLeft; member in struct:VBOXCMDVBVA_RECT

Completed in 8 milliseconds