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

  /external/skia/src/core/
SkEdge.h 55 SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY, fLastY, SkFixedToFloat(fX), SkFixedToFloat(fDX), fWinding);
57 SkDebugf("edge: firstY:%d lastY:%d x:%x dx:%x w:%d\n", fFirstY, fLastY, fX, fDX, fWinding);
SkEdge.cpp 457 // SkDebugf("LastX err=%d, LastY err=%d\n", (oldx + (fCDx >> shift) - fLastX), (oldy + (fCDy >> shift) - fLastY));
SkRegion_path.cpp 51 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount);
  /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 474 Long lastX, lastY;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 255 float lastX = 0, lastY = 0;
267 canvas.drawLine(lastX, lastY, x, y, mPathPaint);
268 canvas.drawPoint(lastX, lastY, mPaint);
272 lastY = y;
281 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 500 int x = 0, y = 0, startX = 0, lastX = -1, lastY = -1;
516 if (lastY != y) {
542 lastY = y;
619 finishPaths(x+1, h, levelh, startX, lastY, curLevelPath, lastX,
622 lastX = lastY = -1;
633 finishPaths(w, h, levelh, startX, lastY, curLevelPath, lastX,
  /external/libvpx/vp8/decoder/
threading.c 414 int lasty = pc->yv12_fb[ref_fb_idx].y_width + VP8BORDERINPIXELS; local
419 pbi->mt_yabove_row[mb_row +1][lasty + i] = pbi->mt_yabove_row[mb_row +1][lasty -1];
960 int lasty = pc->yv12_fb[ref_fb_idx].y_width + VP8BORDERINPIXELS; local
    [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/
LatinKeyboardBaseView.java     [all...]
  /external/webkit/WebCore/editing/
SelectionController.cpp 697 int lastY = startY;
712 if (nextY >= lastY) {
713 lastY = nextY;
    [all...]
  /frameworks/base/libs/ui/
InputReader.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderBlock.cpp     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 495 milliseconds