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

  /external/mesa3d/src/mesa/swrast/
s_aaline.c 370 GLfloat xLeft, xRight, yBot, yTop;
377 yTop = y0 + line->halfWidth;
381 yTop = y0 + 3.0F * line->halfWidth;
389 yTop = y1 + line->halfWidth;
393 yTop = y1 + 3.0F * line->halfWidth;
400 /*printf("avg span height: %g\n", yTop - yBot);*/
403 const GLint iyTop = (GLint) (yTop + 1.0F);
410 yTop += dydx;
416 GLfloat yBot, yTop, xLeft, xRight;
420 yTop = y1 + line->halfWidth
    [all...]
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 628 int yTop = mCanvasHeight - ((int) mY + mLanderHeight / 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...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c     [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_rect.c 59 int yTop = -SDLTest_RandomIntegerInRange(1, refRect.h);
71 y1 = yTop;
197 int yTop = -SDLTest_RandomIntegerInRange(1, refRect.h);
217 y1 = yTop;
219 y2 = yTop;
222 _validateIntersectRectAndLineResults(intersected, SDL_FALSE, &rect, &refRect, x1, y1, x2, y2, 0, yTop, 31, yTop);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 702 int yTop = spacing + (row * mBlockHeight);
708 canvas.drawBitmap(mOutline[type], xPos, yTop, null);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h 142 FIX yTop;
    [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 263 milliseconds