repaintRectInLocalCoordinates  480 Source/core/rendering/RenderObject.h     virtual FloatRect repaintRectInLocalCoordinates() const;
repaintRectInLocalCoordinates  121 Source/core/rendering/svg/RenderSVGContainer.cpp     FloatRect repaintRect = repaintRectInLocalCoordinates();
repaintRectInLocalCoordinates  142 Source/core/rendering/svg/RenderSVGContainer.cpp                 cullSaver.cull(repaintRectInLocalCoordinates());
repaintRectInLocalCoordinates  166 Source/core/rendering/svg/RenderSVGContainer.cpp     IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates()));
repaintRectInLocalCoordinates   63 Source/core/rendering/svg/RenderSVGContainer.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE FINAL { return m_repaintBoundingBox; }
repaintRectInLocalCoordinates   45 Source/core/rendering/svg/RenderSVGForeignObject.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE { return FloatRect(FloatPoint(), m_viewport.size()); }
repaintRectInLocalCoordinates   49 Source/core/rendering/svg/RenderSVGGradientStop.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE { return FloatRect(); }
repaintRectInLocalCoordinates  132 Source/core/rendering/svg/RenderSVGImage.cpp     FloatRect boundingBox = repaintRectInLocalCoordinates();
repaintRectInLocalCoordinates  234 Source/core/rendering/svg/RenderSVGImage.cpp     IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates());
repaintRectInLocalCoordinates   56 Source/core/rendering/svg/RenderSVGImage.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE { return m_repaintBoundingBox; }
repaintRectInLocalCoordinates   84 Source/core/rendering/svg/RenderSVGInline.cpp         return object->repaintRectInLocalCoordinates();
repaintRectInLocalCoordinates   46 Source/core/rendering/svg/RenderSVGInline.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE FINAL;
repaintRectInLocalCoordinates  123 Source/core/rendering/svg/RenderSVGModelObject.cpp     quads.append(localToAbsoluteQuad(FloatQuad(repaintRectInLocalCoordinates())));
repaintRectInLocalCoordinates   81 Source/core/rendering/svg/RenderSVGResourceClipper.cpp     return applyClippingToContext(object, object->objectBoundingBox(), object->repaintRectInLocalCoordinates(), context, clipperContext);
repaintRectInLocalCoordinates  323 Source/core/rendering/svg/RenderSVGResourceClipper.cpp         m_clipBoundaries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates()));
repaintRectInLocalCoordinates   82 Source/core/rendering/svg/RenderSVGResourceMarker.cpp     FloatRect coordinates = RenderSVGContainer::repaintRectInLocalCoordinates();
repaintRectInLocalCoordinates   69 Source/core/rendering/svg/RenderSVGResourceMasker.cpp     FloatRect repaintRect = object->repaintRectInLocalCoordinates();
repaintRectInLocalCoordinates   88 Source/core/rendering/svg/RenderSVGResourceMasker.cpp     FloatRect repaintRect = object->repaintRectInLocalCoordinates();
repaintRectInLocalCoordinates  163 Source/core/rendering/svg/RenderSVGResourceMasker.cpp         m_maskContentBoundaries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates()));
repaintRectInLocalCoordinates  100 Source/core/rendering/svg/RenderSVGRoot.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE { return m_repaintBoundingBox; }
repaintRectInLocalCoordinates  243 Source/core/rendering/svg/RenderSVGShape.cpp     FloatRect boundingBox = repaintRectInLocalCoordinates();
repaintRectInLocalCoordinates  301 Source/core/rendering/svg/RenderSVGShape.cpp     IntRect rect = enclosingIntRect(repaintRectInLocalCoordinates());
repaintRectInLocalCoordinates   87 Source/core/rendering/svg/RenderSVGShape.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE FINAL { return m_repaintBoundingBox; }
repaintRectInLocalCoordinates   45 Source/core/rendering/svg/RenderSVGText.h     virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE;
repaintRectInLocalCoordinates   54 Source/core/rendering/svg/SVGRenderSupport.cpp     FloatRect repaintRect = object->repaintRectInLocalCoordinates();
repaintRectInLocalCoordinates  145 Source/core/rendering/svg/SVGRenderSupport.cpp         strokeBoundingBox.unite(transform.mapRect(current->repaintRectInLocalCoordinates()));
repaintRectInLocalCoordinates  121 Source/core/rendering/svg/SVGRenderingContext.cpp         FloatRect repaintRect = m_object->repaintRectInLocalCoordinates();
repaintRectInLocalCoordinates  356 Source/core/svg/SVGSVGElement.cpp     FloatRect mappedRepaintRect = ctm.mapRect(renderer->repaintRectInLocalCoordinates());
repaintRectInLocalCoordinates   72 Source/core/svg/graphics/filters/SVGFEImage.cpp         renderer->repaintRectInLocalCoordinates());