HomeSort by relevance Sort by last modified time
    Searched defs:xRight (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_aaline.c 370 GLfloat xLeft, xRight, yBot, yTop;
374 xRight = x1 + line->halfWidth;
386 xRight = x0 + line->halfWidth;
398 ixRight = (GLint) (xRight + 1.0F);
416 GLfloat yBot, yTop, xLeft, xRight;
423 xRight = x0 + line->halfWidth;
427 xRight = x0 + 3.0F * line->halfWidth;
435 xRight = x1 + line->halfWidth;
439 xRight = x1 + 3.0F * line->halfWidth;
446 /*printf("avg span width: %g\n", xRight - xLeft);*
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_rect.c 58 int xRight = refRect.w + SDLTest_RandomIntegerInRange(1, refRect.w);
64 x2 = xRight;
196 int xRight = refRect.w + SDLTest_RandomIntegerInRange(1, refRect.w);
208 x1 = xRight;
210 x2 = xRight;
214 _validateIntersectRectAndLineResults(intersected, SDL_FALSE, &rect, &refRect, x1, y1, x2, y2, xRight, 0, xRight, 31);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h 143 FIX xRight;
    [all...]

Completed in 79 milliseconds