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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DPlatformPathWinCE.h112 const PathPoint& lastPoint() const function in class:WebCore::PlatformPathElement
151 FloatPoint lastPoint() const { return m_elements.isEmpty() ? FloatPoint(0, 0) : m_elements.last().lastPoint(); } function in class:WebCore::PlatformPath

Completed in 67 milliseconds