HomeSort by relevance Sort by last modified time
    Searched full:lasty (Results 1 - 25 of 28) sorted by null

1 2

  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
DoodleView.java 49 private float lastY;
65 colorPaths.lastElement().path().moveTo(lastX, lastY);
104 lastY = y;
108 path.quadTo(lastX, lastY, (lastX + x) / 2, (lastY + y) / 2);
111 lastY = y;
117 path.lineTo(lastX + 1, lastY + 1);
CropView.java 83 private float lastY;
249 lastY = y;
254 performMove(x - lastX, y - lastY);
257 lastY = y;
  /external/skia/src/core/
SkEdge.h 47 SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY, fLastY, SkFixedToFloat(fX), SkFixedToFloat(fDX), fWinding);
49 SkDebugf("edge: firstY:%d lastY:%d x:%x dx:%x w:%d\n", fFirstY, fLastY, fX, fDX, fWinding);
SkAAClip.cpp 199 const int lastY = fBounds.height() - 1;
206 SkASSERT(yoff->fY <= lastY);
217 SkASSERT(yoff->fY == lastY);
550 const YOffset& lastY = yoff[head->fRowCount - 1];
551 SkASSERT(lastY.fY + 1 <= fBounds.height());
552 fBounds.fBottom = fBounds.fTop + lastY.fY + 1;
553 SkASSERT(lastY.fY + 1 == fBounds.height());
834 int lastY;
835 const uint8_t* row = this->findRow(top, &lastY);
836 if (lastY < bottom)
    [all...]
SkEdge.cpp 450 // SkDebugf("LastX err=%d, LastY err=%d\n", (oldx + (fCDx >> shift) - fLastX), (oldy + (fCDy >> shift) - fLastY));
SkRegion_path.cpp 43 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 187 float lastY = height;
191 mPathStroke.moveTo(lastX, lastY);
192 mPathFill.moveTo(lastX, lastY);
218 final float startY = lastY;
232 lastY = endY;
240 mPathStroke.lineTo(lastX, lastY);
241 mPathFill.lineTo(lastX, lastY);
259 mPathEstimate.moveTo(lastX, lastY);
282 lastY = mVert.convertToPoint(totalData);
284 mPathEstimate.lineTo(lastX, lastY);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 119 int lasty= 0; local
129 g.drawLine(lastx, lasty, xposition, yposition);
142 if (i > 0 && yposition < lasty)
154 lasty= yposition;
TimeLineGraph.java 86 int lasty = 0; local
107 g.drawLine(lastx, lasty, xposition, yposition);
127 if (i > 0 && yposition < lasty)
141 lasty = yposition;
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
CropView.java 59 private float lastY;
186 lastY = y;
191 moveEdges(x - lastX, y - lastY);
194 lastY = y;
  /external/regex-re2/benchlog/
mktable 45 %lasty = ();
56 $lasty{$who} = $val;
80 $y1 = $lasty{$who};
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 277 float lastX = 0, lastY = 0;
289 canvas.drawLine(lastX, lastY, x, y, mPathPaint);
290 canvas.drawPoint(lastX, lastY, mPaint);
294 lastY = y;
315 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint);
333 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint);
  /external/jmonkeyengine/engine/src/android/com/jme3/input/android/
AndroidInput.java 49 private int lastY;
422 lastY = -1;
432 lastY = -1;
440 dy = newY - lastY;
449 lastY = newY;
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 697 private int lastY;
707 if(x == lastX && y == lastY) dir = 0;
708 else if (y == 0 && lastY == 0 && x > lastX) dir = 1;
709 else if (y == 0 && lastY == 0 && x < lastX) dir = -1;
711 else if (y == 2 && lastY == 2 && x > lastX) dir = -1;
712 else if (y == 2 && lastY == 2 && x < lastX) dir = 1;
714 else if (y < lastY && x <= 4) dir = 1;
715 else if (y < lastY && x >= 5) dir = -1;
717 else if (y > lastY && x <= 4) dir = -1;
718 else if (y > lastY && x >= 5) dir = 1;
    [all...]
  /external/freetype/src/raster/
ftraster.c 481 Long lastX, lastY;
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 516 int x = 0, y = 0, startX = 0, lastX = -1, lastY = -1;
532 if (lastY != y) {
558 lastY = y;
635 finishPaths(x+1, h, levelh, startX, lastY, curLevelPath, lastX,
638 lastX = lastY = -1;
649 finishPaths(w, h, levelh, startX, lastY, curLevelPath, lastX,
  /external/v8/benchmarks/
navier-stokes.js 185 var lastY = y[currentRow];
189 lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow])) * invC;
  /external/libvpx/vp8/decoder/
threading.c 393 int lasty = pc->yv12_fb[ref_fb_idx].y_width + VP8BORDERINPIXELS; local
398 pbi->mt_yabove_row[mb_row +1][lasty + i] = pbi->mt_yabove_row[mb_row +1][lasty -1];
880 int lasty = pc->yv12_fb[ref_fb_idx].y_width + VP8BORDERINPIXELS; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 559 final int lastY = mLastY;
599 final int dy = y - lastY;
606 + "up[%d,%d]/down[%d,%d] events", lastX, lastY, x, y));
609 ResearchLogger.pointerTracker_onMoveEvent(x, y, lastX, lastY);
LatinKeyboardView.java 740 final int lastY = tracker.getLastY();
741 mOldKey = tracker.getKeyOn(lastX, lastY);
742 tracker.onUpEvent(lastX, lastY, eventTime);
    [all...]
  /external/openssl/crypto/rand/
rand_win.c 650 static int lastx,lasty,lastdx,lastdy; local
656 dy=lasty-y;
659 lastx=x, lasty=y;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ResearchLogger.java 737 final int lastY) {
740 + "up[%d,%d]/down[%d,%d] events", lastX, lastY, x, y);
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 1171 double lasty = height - 1.0; local
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 1191 double lasty = height - 1.0; local
    [all...]

Completed in 800 milliseconds

1 2