Searched refs:rotationCenter (Results 1 – 2 of 2) sorted by relevance
61 … FloatSize centerDistance = toSVGTransform.rotationCenter() - fromSVGTransform.rotationCenter(); in SVGTransformDistance()123 …epeatCount, first.rotationCenter().x() + second.rotationCenter().x() * repeatCount, first.rotation… in addSVGTransforms()174 FloatPoint center = transform.rotationCenter(); in addToSVGTransform()
60 FloatPoint rotationCenter() const { return m_center; } in rotationCenter() function