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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
SVGTextPainter.cpp 23 blockInfo.applyTransform(m_renderSVGText.localToParentTransform(), &stateSaver);
SVGImagePainter.cpp 31 if (!SVGRenderSupport::paintInfoIntersectsPaintInvalidationRect(boundingBox, m_renderSVGImage.localToParentTransform(), paintInfo))
37 childPaintInfo.applyTransform(m_renderSVGImage.localToParentTransform(), &stateSaver);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTransformableContainer.h 36 virtual const AffineTransform& localToParentTransform() const OVERRIDE { return m_localTransform; }
RenderSVGContainer.cpp 115 if (!SVGRenderSupport::paintInfoIntersectsPaintInvalidationRect(paintInvalidationRect, localToParentTransform(), paintInfo))
125 childPaintInfo.applyTransform(localToParentTransform());
151 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(paintInvalidationRect));
159 LayoutRect paintRectInParent = LayoutRect(localToParentTransform().mapRect(paintInvalidationRectInLocalCoordinates()));
177 if (!SVGRenderSupport::transformToUserSpaceAndCheckClipping(this, localToParentTransform(), pointInParent, localPoint))
RenderSVGViewportContainer.h 50 virtual const AffineTransform& localToParentTransform() const OVERRIDE { return m_localToParentTransform; }
RenderSVGForeignObject.h 59 virtual const AffineTransform& localToParentTransform() const OVERRIDE;
RenderSVGImage.h 46 virtual const AffineTransform& localToParentTransform() const OVERRIDE { return m_localTransform; }
RenderSVGResourceMarker.h 52 virtual const AffineTransform& localToParentTransform() const OVERRIDE;
RenderSVGText.h 59 virtual const AffineTransform& localToParentTransform() const OVERRIDE { return m_localTransform; }
RenderSVGResourceMarker.cpp 84 coordinates = localToParentTransform().mapRect(coordinates);
89 const AffineTransform& RenderSVGResourceMarker::localToParentTransform() const
RenderSVGRoot.cpp 331 const AffineTransform& RenderSVGRoot::localToParentTransform() const
424 const AffineTransform& localToParentTransform = this->localToParentTransform();
425 if (localToParentTransform.isInvertible()) {
426 FloatPoint localPoint = localToParentTransform.inverse().mapPoint(FloatPoint(pointInParent));
SVGRenderSupport.cpp 66 paintInvalidationRect = object->localToParentTransform().mapRect(paintInvalidationRect);
72 transformState.applyTransform(object->localToParentTransform());
96 TransformationMatrix matrix(object->localToParentTransform());
100 geometryMap.push(object, object->localToParentTransform());
138 const AffineTransform& transform = current->localToParentTransform();
RenderSVGForeignObject.cpp 56 const AffineTransform& RenderSVGForeignObject::localToParentTransform() const
RenderSVGRoot.h 95 virtual const AffineTransform& localToParentTransform() const OVERRIDE;
RenderSVGShape.h 86 virtual const AffineTransform& localToParentTransform() const OVERRIDE FINAL { return m_localTransform; }
RenderSVGImage.cpp 167 if (!SVGRenderSupport::transformToUserSpaceAndCheckClipping(this, localToParentTransform(), pointInParent, localPoint))
RenderSVGResourceMasker.cpp 160 m_maskContentBoundaries.unite(renderer->localToParentTransform().mapRect(renderer->paintInvalidationRectInLocalCoordinates()));
SVGRenderingContext.cpp 219 absoluteTransform = renderer->localToParentTransform() * absoluteTransform;
RenderSVGResourceClipper.cpp 321 m_clipBoundaries.unite(renderer->localToParentTransform().mapRect(renderer->paintInvalidationRectInLocalCoordinates()));
RenderSVGText.cpp 434 if (!SVGRenderSupport::transformToUserSpaceAndCheckClipping(this, localToParentTransform(), pointInParent, localPoint))
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 71 return renderer->localToParentTransform().mapRect(
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 499 // most callsites want localToParentTransform() instead.
504 virtual const AffineTransform& localToParentTransform() const;
    [all...]
RenderObject.cpp     [all...]

Completed in 178 milliseconds