Searched refs:localTransform (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGTransformableContainer.h42 virtual AffineTransform localTransform() const OVERRIDE { return m_localTransform; }
H A DRenderSVGForeignObject.cpp61 childPaintInfo.applyTransform(localTransform());
95 m_localToParentTransform = localTransform();
176 FloatPoint localPoint = localTransform().inverse().mapPoint(pointInParent);
H A DRenderSVGBlock.h41 virtual AffineTransform localTransform() const OVERRIDE FINAL { return m_localTransform; }
H A DRenderSVGImage.h69 virtual AffineTransform localTransform() const OVERRIDE { return m_localTransform; }
H A DSVGRenderSupport.h65 static bool paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransform& localTransform, const PaintInfo&);
H A DRenderSVGShape.h86 virtual AffineTransform localTransform() const OVERRIDE FINAL { return m_localTransform; }
H A DRenderSVGText.cpp482 const AffineTransform& localTransform = localToParentTransform(); local
483 if (!localTransform.isIdentity()) {
485 blockInfo.applyTransform(localTransform, false);
H A DSVGRenderSupport.cpp157 bool SVGRenderSupport::paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransform& localTransform, const PaintInfo& paintInfo) argument
159 return localTransform.mapRect(localRepaintRect).intersects(paintInfo.rect);
H A DSVGRenderTreeAsText.cpp275 if (!object.localTransform().isIdentity())
276 writeNameValuePair(ts, "transform", object.localTransform());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h462 virtual AffineTransform localTransform() const;
H A DRenderObject.cpp3469 AffineTransform RenderObject::localTransform() const function in class:WebCore::RenderObject

Completed in 155 milliseconds