Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_accumulatedTransform

2951     if (transformState.m_accumulatedTransform.isAffine())
2958 FloatPoint3D backmappedPoint = transformState.m_accumulatedTransform.mapPoint(FloatPoint3D(targetPoint));
3019 // transformState.m_accumulatedTransform holds the transform from the containing flattening layer.
3053 if (!newTransformState->m_accumulatedTransform.isInvertible())
3092 TransformationMatrix invertedMatrix = localTransformState->m_accumulatedTransform.inverse();