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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGGradientStop.h 48 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); }
RenderSVGContainer.cpp 117 FloatRect repaintRect = repaintRectInLocalCoordinates();
158 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates()));
RenderSVGInline.cpp 70 FloatRect RenderSVGInline::repaintRectInLocalCoordinates() const
73 return object->repaintRectInLocalCoordinates();
RenderSVGForeignObject.h 47 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(FloatPoint(), m_viewport.size()); }
RenderSVGImage.h 58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
RenderSVGInline.h 45 virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE FINAL;
RenderSVGModelObject.cpp 72 LayoutRect box = enclosingLayoutRect(repaintRectInLocalCoordinates());
179 quads.append(localToAbsoluteQuad(FloatQuad(repaintRectInLocalCoordinates())));
192 return intersectsAllowingEmpty(rect, ctm.mapRect(svgElement->renderer()->repaintRectInLocalCoordinates()));
205 return rect.contains(ctm.mapRect(svgElement->renderer()->repaintRectInLocalCoordinates()));
RenderSVGContainer.h 64 virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE FINAL { return m_repaintBoundingBox; }
RenderSVGRoot.h 95 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
RenderSVGShape.h 85 virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE FINAL { return m_repaintBoundingBox; }
RenderSVGText.h 45 virtual FloatRect repaintRectInLocalCoordinates() const;
RenderSVGImage.cpp 130 FloatRect boundingBox = repaintRectInLocalCoordinates();
225 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates());
RenderSVGResourceMasker.cpp 91 FloatRect repaintRect = object->repaintRectInLocalCoordinates();
164 m_maskContentBoundaries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates()));
SVGRenderSupport.cpp 54 FloatRect repaintRect = object->repaintRectInLocalCoordinates();
145 strokeBoundingBox.unite(current->repaintRectInLocalCoordinates());
148 strokeBoundingBox.unite(transform.mapRect(current->repaintRectInLocalCoordinates()));
RenderSVGResourceMarker.cpp 78 FloatRect coordinates = RenderSVGContainer::repaintRectInLocalCoordinates();
RenderSVGResourceClipper.cpp 81 return applyClippingToContext(object, object->objectBoundingBox(), object->repaintRectInLocalCoordinates(), context);
278 m_clipBoundaries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates()));
RenderSVGShape.cpp 272 FloatRect boundingBox = repaintRectInLocalCoordinates();
305 IntRect rect = enclosingIntRect(repaintRectInLocalCoordinates());
SVGRenderingContext.cpp 104 FloatRect repaintRect = m_object->repaintRectInLocalCoordinates();
RenderSVGText.cpp 519 FloatRect RenderSVGText::repaintRectInLocalCoordinates() const
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 76 srcRect = filter()->absoluteTransform().mapRect(renderer->repaintRectInLocalCoordinates());
109 srcRect = filter()->absoluteTransform().mapRect(renderer->repaintRectInLocalCoordinates());
151 imageSize = enclosingIntRect(renderer->repaintRectInLocalCoordinates()).size();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 472 virtual FloatRect repaintRectInLocalCoordinates() const;
    [all...]
RenderObject.cpp     [all...]

Completed in 386 milliseconds