Searched defs:localToParentTransform (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGTransformableContainer.h34 virtual const AffineTransform& localToParentTransform() const { return m_localTransform; } function in class:WebCore::RenderSVGTransformableContainer
H A DRenderSVGViewportContainer.cpp73 const AffineTransform& RenderSVGViewportContainer::localToParentTransform() const function in class:WebCore::RenderSVGViewportContainer
H A DRenderSVGImage.h54 virtual const AffineTransform& localToParentTransform() const { return m_localTransform; } function in class:WebCore::RenderSVGImage
H A DRenderSVGText.h73 virtual const AffineTransform& localToParentTransform() const { return m_localTransform; } function in class:WebCore::RenderSVGText
H A DRenderSVGPath.h57 virtual const AffineTransform& localToParentTransform() const { return m_localTransform; } function in class:WebCore::RenderSVGPath
H A DRenderSVGForeignObject.cpp81 const AffineTransform& RenderSVGForeignObject::localToParentTransform() const function in class:WebCore::RenderSVGForeignObject
H A DRenderSVGResourceMarker.cpp82 coordinates = localToParentTransform().mapRect(coordinates);
87 const AffineTransform& RenderSVGResourceMarker::localToParentTransform() const function in class:WebCore::RenderSVGResourceMarker
H A DRenderSVGRoot.cpp264 return AffineTransform::translation(parentOriginInContainer.x(), parentOriginInContainer.y()) * localToParentTransform();
267 const AffineTransform& RenderSVGRoot::localToParentTransform() const function in class:WebCore::RenderSVGRoot
331 IntPoint localPoint = localToParentTransform().inverse().mapPoint(pointInParent);
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp2656 const AffineTransform& RenderObject::localToParentTransform() const function in class:WebCore::RenderObject

Completed in 88 milliseconds