Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGMarkerData.h52 FloatSize inslopeChange = m_inslopePoints[1] - m_inslopePoints[0]; in currentAngle()
99 m_inslopePoints[0] = points[1]; in updateMarkerDataForPathElement()
100 m_inslopePoints[1] = points[2]; in updateMarkerDataForPathElement()
119 m_inslopePoints[0] = m_origin; in updateInslope()
120 m_inslopePoints[1] = point; in updateInslope()
127 FloatPoint m_inslopePoints[2]; variable