Searched refs:createSVGTransformFromMatrix (Results 1 – 7 of 7) sorted by relevance
31 SVGTransform SVGTransformList::createSVGTransformFromMatrix(const SVGMatrix& matrix) const in createSVGTransformFromMatrix() function in WebCore::SVGTransformList33 return SVGSVGElement::createSVGTransformFromMatrix(matrix); in createSVGTransformFromMatrix()
34 SVGTransform createSVGTransformFromMatrix(const SVGMatrix&) const;
38 … [StrictTypeChecking, RaisesException] SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
120 static SVGTransform createSVGTransformFromMatrix(const SVGMatrix&);
68 SVGTransform createSVGTransformFromMatrix([Default=Undefined] optional SVGMatrix matrix);
415 SVGTransform SVGSVGElement::createSVGTransformFromMatrix(const SVGMatrix& matrix) in createSVGTransformFromMatrix() function in WebCore::SVGSVGElement
42 …PassRefPtr<SVGPropertyTearOff<SVGTransform> > createSVGTransformFromMatrix(SVGPropertyTearOff<SVGM… in createSVGTransformFromMatrix() function49 …return SVGPropertyTearOff<SVGTransform>::create(m_values->createSVGTransformFromMatrix(matrix->pro… in createSVGTransformFromMatrix()