Searched refs:m_inslopePoints (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGMarkerData.h52 FloatSize inslopeChange = m_inslopePoints[1] - m_inslopePoints[0];
99 m_inslopePoints[0] = points[1];
100 m_inslopePoints[1] = points[2];
119 m_inslopePoints[0] = m_origin;
120 m_inslopePoints[1] = point;
127 FloatPoint m_inslopePoints[2]; member in class:WebCore::SVGMarkerData

Completed in 34 milliseconds