Home
last modified time | relevance | path

Searched refs:lastPoint (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.h107 const PathPoint& lastPoint() const in lastPoint() function
119 void inflateRectToContainMe(FloatRect& r, const FloatPoint& lastPoint) const;
146 …FloatPoint lastPoint() const { return m_elements.isEmpty() ? FloatPoint(0, 0) : m_elements.last(). in lastPoint() function
DPlatformPathWince.cpp415 void PlatformPathElement::inflateRectToContainMe(FloatRect& r, const FloatPoint& lastPoint) const in inflateRectToContainMe()
420 startPoint = lastPoint; in inflateRectToContainMe()
550 e.inflateRectToContainMe(m_boundingRect, lastPoint()); in append()
560 it->inflateRectToContainMe(m_boundingRect, lastPoint()); in append()