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

  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.h 107 const PathPoint& lastPoint() const
119 void inflateRectToContainMe(FloatRect& r, const FloatPoint& lastPoint) const;
146 FloatPoint lastPoint() const { return m_elements.isEmpty() ? FloatPoint(0, 0) : m_elements.last().lastPoint(); }
PlatformPathWince.cpp 415 void PlatformPathElement::inflateRectToContainMe(FloatRect& r, const FloatPoint& lastPoint) const
420 startPoint = lastPoint;
550 e.inflateRectToContainMe(m_boundingRect, lastPoint());
560 it->inflateRectToContainMe(m_boundingRect, lastPoint());

Completed in 50 milliseconds