Lines Matching refs:SVGMatrix
14374 Convert SVGMatrix/SVGTransform/SVGTransformList to the new SVGPropertyTearOff concept
14377 …Move the last list type, SVGTransformList, and the last POD types, SVGMatrix & SVGTransform, over …
14389 svg/dom/SVGMatrix.html
14396 …hParentTearOff.h/SVGTransformListPropertyTearOff.h/SVGAnimatedTransformList.h/SVGMatrix.h to build.
14403 …* bindings/scripts/CodeGenerator.pm: Convert SVGMatrix/SVGTransform/SVGTransformList to the new co…
14422 …* svg/SVGMatrix.h: Added. SVGMatrix inherits from AffineTransform, and is only used in the binding…
14423 … (WebCore::SVGMatrix::translate): Returns a copy of the matrix, not affecting the original matrix.
14424 (WebCore::SVGMatrix::scale): Ditto.
14425 (WebCore::SVGMatrix::scaleNonUniform): Ditto.
14426 (WebCore::SVGMatrix::rotate): Ditto.
14427 (WebCore::SVGMatrix::flipX): Ditto.
14428 (WebCore::SVGMatrix::flipY): Ditto.
14429 (WebCore::SVGMatrix::skewX): Ditto.
14430 (WebCore::SVGMatrix::skewY): Ditto.
14431 (WebCore::SVGMatrix::multiply): Ditto.
14432 (WebCore::SVGMatrix::inverse): Ditto.
14433 (WebCore::SVGMatrix::rotateFromVector): Dittto.
14434 …* svg/SVGMatrix.idl: Enable StrictTypeChecking/RequiresAllArguments=Raise on all attributes/functi…
14440 …TypeChecking/RequiresAllArguments=Raise for 'matrixTransform', now that SVGMatrix has been convert…
14498 …that are using this concept themselves. (SVGMatrix attribute of SVGTransform, both are POD types, …