Searched refs:m_lastPlanarPoint (Results 1 – 2 of 2) sorted by relevance
45 m_lastPlanarPoint.move(x, y); in move()91 return m_lastPlanarPoint; in mappedPoint()94 return m_accumulatedTransform->mapPoint(m_lastPlanarPoint); in mappedPoint()96 return m_accumulatedTransform->inverse().projectPoint(m_lastPlanarPoint); in mappedPoint()113 m_lastPlanarPoint = t.mapPoint(m_lastPlanarPoint); in flattenWithTransform()118 m_lastPlanarPoint = inverseTransform.projectPoint(m_lastPlanarPoint); in flattenWithTransform()158 m_lastPlanarPoint = inverseTransform.projectPoint(m_lastPlanarPoint); in flattenWithTransform()167 return m_accumulatedTransform.inverse().projectPoint(m_lastPlanarPoint); in mappedPoint()
48 : m_lastPlanarPoint(p) in m_lastPlanarPoint() function68 FloatPoint lastPlanarPoint() const { return m_lastPlanarPoint; } in lastPlanarPoint()78 FloatPoint m_lastPlanarPoint; variable108 FloatPoint m_lastPlanarPoint; variable115 : m_lastPlanarPoint(p) in HitTestingTransformState()123 , m_lastPlanarPoint(other.m_lastPlanarPoint) in HitTestingTransformState()