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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 370 GLfloat xLeft, xRight, yBot, yTop;
373 xLeft = x0 - line->halfWidth;
385 xLeft = x1 - line->halfWidth;
401 for (ix = (GLint) xLeft; ix < ixRight; ix++) {
416 GLfloat yBot, yTop, xLeft, xRight;
422 xLeft = x0 - 3.0F * line->halfWidth;
426 xLeft = x0 - line->halfWidth;
434 xLeft = x1 - 3.0F * line->halfWidth;
438 xLeft = x1 - line->halfWidth;
446 /*printf("avg span width: %g\n", xRight - xLeft);*/
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 370 GLfloat xLeft, xRight, yBot, yTop;
373 xLeft = x0 - line->halfWidth;
385 xLeft = x1 - line->halfWidth;
401 for (ix = (GLint) xLeft; ix < ixRight; ix++) {
416 GLfloat yBot, yTop, xLeft, xRight;
422 xLeft = x0 - 3.0F * line->halfWidth;
426 xLeft = x0 - line->halfWidth;
434 xLeft = x1 - 3.0F * line->halfWidth;
438 xLeft = x1 - line->halfWidth;
446 /*printf("avg span width: %g\n", xRight - xLeft);*/
    [all...]
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 629 int xLeft = (int) mX - mLanderWidth / 2;
667 mCrashedImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
671 mFiringImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
675 mLanderImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h 141 FIX xLeft;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 221 milliseconds