getScreenCTM 261 Source/core/rendering/svg/RenderSVGResourceContainer.cpp AffineTransform transform = element->getScreenCTM(SVGGraphicsElement::DisallowStyleUpdate); getScreenCTM 191 Source/core/rendering/svg/RenderSVGShape.cpp return toSVGGraphicsElement(element())->getScreenCTM(SVGGraphicsElement::DisallowStyleUpdate); getScreenCTM 122 Source/core/svg/SVGGraphicsElement.cpp return SVGMatrixTearOff::create(getScreenCTM()); getScreenCTM 43 Source/core/svg/SVGGraphicsElement.h AffineTransform getScreenCTM(StyleUpdateStrategy = AllowStyleUpdate);