HomeSort by relevance Sort by last modified time
    Searched refs:localCoordinateSpaceTransform (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGraphicsElement.h 53 virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const OVERRIDE { return animatedLocalTransform(); }
SVGPatternElement.h 49 virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const OVERRIDE;
SVGSVGElement.h 159 virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const OVERRIDE;
SVGElement.h 75 virtual AffineTransform localCoordinateSpaceTransform(CTMScope) const;
SVGGraphicsElement.cpp 84 ctm = toSVGElement(currentElement)->localCoordinateSpaceTransform(mode).multiply(ctm);
SVGPatternElement.cpp 203 AffineTransform SVGPatternElement::localCoordinateSpaceTransform(SVGElement::CTMScope) const
SVGSVGElement.cpp 477 AffineTransform SVGSVGElement::localCoordinateSpaceTransform(SVGElement::CTMScope mode) const
SVGElement.cpp 239 AffineTransform SVGElement::localCoordinateSpaceTransform(CTMScope) const
    [all...]

Completed in 121 milliseconds