Searched defs:createSVGTransformFromMatrix (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGTransformList.cpp41 SVGTransform SVGTransformList::createSVGTransformFromMatrix(const AffineTransform& matrix) const function in class:SVGTransformList
43 return SVGSVGElement::createSVGTransformFromMatrix(matrix);
H A DSVGSVGElement.cpp432 SVGTransform SVGSVGElement::createSVGTransformFromMatrix(const AffineTransform& matrix) function in class:WebCore::SVGSVGElement

Completed in 28 milliseconds