Searched refs:pathTransform (Results 1 – 2 of 2) sorted by relevance
297 if (!m_data->currentPath.isEmpty() && m_common->state.pathTransform.isInvertible()) { in restorePlatformState()298 QMatrix matrix = m_common->state.pathTransform; in restorePlatformState()944 m_common->state.pathTransform.translate(x, y); in translate()966 m_common->state.pathTransform.rotate(radians); in rotate()980 m_common->state.pathTransform.scale(s.width(), s.height()); in scale()1051 m_common->state.pathTransform.multiply(transform); in concatCTM()
75 TransformationMatrix pathTransform; member