Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.h107 const PathPoint& lastPoint() const in lastPoint() function
146 …FloatPoint lastPoint() const { return m_elements.isEmpty() ? FloatPoint(0, 0) : m_elements.last().… in lastPoint() function