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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MotionIndicatorView.java 215 int xLeft = mXSize * 1/8 + (mXSize * 3/4 % xNStep)/2;
218 canvas.drawRect(xLeft, XBAR_MARGIN,
219 xLeft+xStepSize*xNStep-1, XBAR_WIDTH+XBAR_MARGIN, mRangePaint);
225 xLeft+xStepSize*(i+2), XBAR_MARGIN,
226 xLeft+xStepSize*(i+3)-1, XBAR_WIDTH + XBAR_MARGIN,
232 canvas.drawRect(xLeft+xStepSize*2-4, XBAR_MARGIN,
233 xLeft+xStepSize*2+3, XBAR_WIDTH+XBAR_MARGIN, mLimitPaint);
234 canvas.drawRect(xLeft+xStepSize*(xNStep-2)-4, XBAR_MARGIN,
235 xLeft+xStepSize*(xNStep-2)+3, XBAR_WIDTH+XBAR_MARGIN, mLimitPaint);
238 t = (int)(xLeft+xStepSize*(mXCovered.getLastValue()+2))
    [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/misc/windows/sdl2/test/
testautomation_rect.c 57 int xLeft = -SDLTest_RandomIntegerInRange(1, refRect.w);
62 x1 = xLeft;
195 int xLeft = -SDLTest_RandomIntegerInRange(1, refRect.w);
200 x1 = xLeft;
202 x2 = xLeft;
206 _validateIntersectRectAndLineResults(intersected, SDL_FALSE, &rect, &refRect, x1, y1, x2, y2, xLeft, 0, xLeft, 31);
    [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 680 milliseconds