Searched refs:toTransformationMatrix (Results 1 – 3 of 3) sorted by relevance
112 TransformationMatrix toTransformationMatrix() const;
344 TransformationMatrix AffineTransform::toTransformationMatrix() const in toTransformationMatrix() function in WebCore::AffineTransform
108 applyTransform(transformFromContainer.toTransformationMatrix(), accumulate, wasClamped); in applyTransform()