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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DirectionClassifier.java 35 Point lastPoint = stroke.getPoints().get(stroke.getPoints().size() - 1);
36 return DirectionEvaluator.evaluate(lastPoint.x - firstPoint.x, lastPoint.y - firstPoint.y,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PathMeasure_Delegate.java 185 float[] lastPoint = new float[2];
186 iterator.getCurrentSegmentEnd(lastPoint);
187 Path_Delegate.native_moveTo(native_dst_path, lastPoint[0], lastPoint[1]);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
LineAndPointRenderer.java 73 protected void appendToPath(Path path, PointF thisPoint, PointF lastPoint) {
81 PointF lastPoint = null;
102 //appendToPath(path, thisPoint, lastPoint);
118 if(lastPoint != null) {
119 appendToPath(path, thisPoint, lastPoint);
122 lastPoint = thisPoint;
124 if(lastPoint != null) {
125 renderPath(canvas, plotArea, path, firstPoint, lastPoint, formatter);
128 lastPoint = null;
132 renderPath(canvas, plotArea, path, firstPoint, lastPoint, formatter);
    [all...]
  /external/skia/src/gpu/batches/
GrAAConvexTessellator.h 51 const SkPoint& lastPoint() const { return fPts.top(); }
73 const SkPoint& lastPoint() const { return fPts.top().fPt; }
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
SplitPane.java 52 Vector2 lastPoint = new Vector2();
89 lastPoint.set(x, y);
105 float delta = x - lastPoint.x;
114 lastPoint.set(x, y);
116 float delta = y - lastPoint.y;
125 lastPoint.set(x, y);
ScrollPane.java 67 final Vector2 lastPoint = new Vector2();
124 lastPoint.set(x, y);
137 lastPoint.set(x, y);
157 float delta = x - lastPoint.x;
164 lastPoint.set(x, y);
166 float delta = y - lastPoint.y;
173 lastPoint.set(x, y);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
CachedPathIteratorFactory.java 407 float lastPoint[] = new float[2];
413 mCoordinates[mNextIndex], lastPoint[0], lastPoint[1],
431 getShapeEndPoint(mTypes[mNextIndex], mCoordinates[mNextIndex], lastPoint);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 306 ControlPoint lastPoint = points[points.length - 1];
307 path.lineTo(lastPoint.x, lastPoint.y);
308 path.lineTo(w, lastPoint.y);
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 1143 milliseconds