Searched refs:m_lastPlanarQuad (Results 1 – 2 of 2) sorted by relevance
47 m_lastPlanarQuad.move(x, y); in move()102 return m_lastPlanarQuad; in mappedQuad()105 return m_accumulatedTransform->mapQuad(m_lastPlanarQuad); in mappedQuad()107 return m_accumulatedTransform->inverse().projectQuad(m_lastPlanarQuad); in mappedQuad()115 m_lastPlanarQuad = t.mapQuad(m_lastPlanarQuad); in flattenWithTransform()120 m_lastPlanarQuad = inverseTransform.projectQuad(m_lastPlanarQuad); in flattenWithTransform()159 m_lastPlanarQuad = inverseTransform.projectQuad(m_lastPlanarQuad); in flattenWithTransform()172 return m_accumulatedTransform.inverse().projectQuad(m_lastPlanarQuad); in mappedQuad()
54 m_lastPlanarQuad = *quad; in m_lastPlanarPoint()69 FloatQuad lastPlanarQuad() const { return m_lastPlanarQuad; } in lastPlanarQuad()79 FloatQuad m_lastPlanarQuad; variable109 FloatQuad m_lastPlanarQuad; variable116 , m_lastPlanarQuad(quad) in HitTestingTransformState()124 , m_lastPlanarQuad(other.m_lastPlanarQuad) in HitTestingTransformState()