Searched defs:localCoordinateSpaceTransform (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGStyledLocatableElement.h42 virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope mode) const { return SVGLocatable::localCoordinateSpaceTransform(mode); } function in class:WebCore::SVGStyledLocatableElement
H A DSVGTextElement.h50 virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope mode) const { return SVGTransformable::localCoordinateSpaceTransform(mode); } function in class:WebCore::SVGTextElement
H A DSVGStyledTransformableElement.h44 virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope mode) const { return SVGTransformable::localCoordinateSpaceTransform(mode); } function in class:WebCore::SVGStyledTransformableElement
H A DSVGTransformable.h49 virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope) const { return animatedLocalTransform(); } function in class:WebCore::SVGTransformable
H A DSVGLocatable.h58 virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope) const { return AffineTransform(); } function in class:WebCore::SVGLocatable
H A DSVGStyledElement.cpp422 AffineTransform SVGStyledElement::localCoordinateSpaceTransform(SVGLocatable::CTMScope) const function in class:WebCore::SVGStyledElement
H A DSVGSVGElement.cpp486 AffineTransform SVGSVGElement::localCoordinateSpaceTransform(SVGLocatable::CTMScope mode) const function in class:WebCore::SVGSVGElement

Completed in 123 milliseconds