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

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
DoodleView.java 47 private final PointF lastPoint = new PointF();
98 doodle = new Doodle(color, new PointF(lastPoint.x, lastPoint.y));
115 doodle.addControlPoint(new PointF(lastPoint.x, lastPoint.y));
133 mapPhotoPoint(x, y, lastPoint);
138 mapPhotoPoint(x, y, lastPoint);
145 mapPhotoPoint(x + 1, y + 1, lastPoint);
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.h 112 const PathPoint& lastPoint() const
124 void inflateRectToContainMe(FloatRect& r, const FloatPoint& lastPoint) const;
151 FloatPoint lastPoint() const { return m_elements.isEmpty() ? FloatPoint(0, 0) : m_elements.last().lastPoint(); }
PathWinCE.cpp 160 return m_path->lastPoint();
PlatformPathWinCE.cpp 414 void PlatformPathElement::inflateRectToContainMe(FloatRect& r, const FloatPoint& lastPoint) const
419 startPoint = lastPoint;
549 e.inflateRectToContainMe(m_boundingRect, lastPoint());
559 it->inflateRectToContainMe(m_boundingRect, lastPoint());
  /external/replicaisland/tools/
ExtractPoints.js 73 var lastPoint = points[(y + 1) % points.length];
80 edge.endX = lastPoint.anchor[0];
81 edge.endY = lastPoint.anchor[1];

Completed in 140 milliseconds