HomeSort by relevance Sort by last modified time
    Searched refs:xLeft (Results 1 - 7 of 7) 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...]
  /external/chromium_org/third_party/skia/bench/
ChartBench.cpp 35 SkScalar xLeft, SkScalar xDelta,
48 SkScalar x = xLeft;
81 fill->lineTo(xLeft, yBase);
  /external/chromium_org/third_party/skia/samplecode/
SampleChart.cpp 31 SkScalar xLeft, SkScalar xDelta,
44 SkScalar x = xLeft;
77 fill->lineTo(xLeft, yBase);
  /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...]
  /external/chromium_org/chrome/browser/resources/chromeos/
power.js 291 var xLeft = xOrigin + Math.floor(start / (size - 1) * (width - 1));
296 plotCtx.fillRect(xLeft + 1, yOrigin, xRight - xLeft - 2, height - 1);
  /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 441 milliseconds