HomeSort by relevance Sort by last modified time
    Searched full:lasty (Results 1 - 11 of 11) 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);
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 186 float lastX=0, lastY=0;
198 canvas.drawLine(lastX, lastY, x, y, mPathPaint);
199 canvas.drawPoint(lastX, lastY, mPaint);
203 lastY = y;
212 canvas.drawLine(lastX, lastY, lastX+xVel, lastY+yVel, mPaint);
214 canvas.drawPoint(lastX, lastY, mPaint);
  /external/freetype/src/raster/
ftraster.c 474 Long lastX, lastY;
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 698 private int lastY;
708 if(x == lastX && y == lastY) dir = 0;
709 else if (y == 0 && lastY == 0 && x > lastX) dir = 1;
710 else if (y == 0 && lastY == 0 && x < lastX) dir = -1;
712 else if (y == 2 && lastY == 2 && x > lastX) dir = -1;
713 else if (y == 2 && lastY == 2 && x < lastX) dir = 1;
715 else if (y < lastY && x <= 4) dir = 1;
716 else if (y < lastY && x >= 5) dir = -1;
718 else if (y > lastY && x <= 4) dir = -1;
719 else if (y > lastY && x >= 5) dir = 1;
    [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;
  /frameworks/base/services/java/com/android/server/
InputDevice.java 349 int lasty = lastData[joff + MotionEvent.SAMPLE_Y]; local
350 int currDist = Math.abs(lasty - y);
353 yreplace = lasty;
    [all...]
  /external/webkit/WebCore/editing/
SelectionController.cpp 697 int lastY = startY;
712 if (nextY >= lastY) {
713 lastY = nextY;
    [all...]
  /external/webkit/WebCore/rendering/
RenderBlock.cpp     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 342 milliseconds