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 372 GLfloat xLeft, xRight, yBot, yTop;
379 yTop = y0 + line->halfWidth;
383 yTop = y0 + 3.0F * line->halfWidth;
391 yTop = y1 + line->halfWidth;
395 yTop = y1 + 3.0F * line->halfWidth;
402 /*printf("avg span height: %g\n", yTop - yBot);*/
405 const GLint iyTop = (GLint) (yTop + 1.0F);
412 yTop += dydx;
418 GLfloat yBot, yTop, xLeft, xRight;
422 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...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h 146 FIX yTop;
    [all...]

Completed in 372 milliseconds