OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastPoint
(Results
1 - 4
of
4
) 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));
114
if ((doodle != null) && doodle.addControlPoint(new PointF(
lastPoint
.x,
lastPoint
.y))) {
132
mapPhotoPoint(x, y,
lastPoint
);
137
mapPhotoPoint(x, y,
lastPoint
);
144
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
());
Completed in 200 milliseconds