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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGGradientStop.h 49 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); }
RenderSVGInline.h 46 virtual FloatRect repaintRectInLocalCoordinates() const;
SVGRootInlineBox.h 53 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); }
RenderSVGForeignObject.h 50 virtual FloatRect repaintRectInLocalCoordinates() const { return m_viewport; }
RenderSVGInline.cpp 62 FloatRect RenderSVGInline::repaintRectInLocalCoordinates() const
65 return object->repaintRectInLocalCoordinates();
RenderSVGContainer.cpp 103 FloatRect repaintRect = repaintRectInLocalCoordinates();
144 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates()));
RenderSVGContainer.h 58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
RenderSVGImage.h 58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
RenderSVGModelObject.cpp 66 IntRect box = enclosingIntRect(repaintRectInLocalCoordinates());
RenderSVGPath.h 56 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
RenderSVGText.h 43 virtual FloatRect repaintRectInLocalCoordinates() const;
RenderSVGImage.cpp 111 FloatRect boundingBox = repaintRectInLocalCoordinates();
188 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates());
RenderSVGRoot.h 74 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; }
SVGRenderSupport.cpp 56 IntRect repaintRect = enclosingIntRect(object->repaintRectInLocalCoordinates());
94 FloatRect repaintRect = object->repaintRectInLocalCoordinates();
173 repaintBoundingBox.unite(current->repaintRectInLocalCoordinates());
177 repaintBoundingBox.unite(transform.mapRect(current->repaintRectInLocalCoordinates()));
RenderSVGResourceGradient.cpp 88 FloatRect absoluteTargetRect = absoluteTransform.mapRect(textRootBlock->repaintRectInLocalCoordinates());
120 targetRect = textRootBlock->repaintRectInLocalCoordinates();
RenderSVGResourceMasker.cpp 101 FloatRect absoluteTargetRect = absoluteTransform.mapRect(object->repaintRectInLocalCoordinates());
190 m_maskContentBoundaries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates()));
RenderSVGResourceMarker.cpp 79 FloatRect coordinates = RenderSVGContainer::repaintRectInLocalCoordinates();
RenderSVGPath.cpp 208 FloatRect boundingBox = repaintRectInLocalCoordinates();
247 IntRect rect = enclosingIntRect(repaintRectInLocalCoordinates());
RenderSVGResourceClipper.cpp 104 return applyClippingToContext(object, object->objectBoundingBox(), object->repaintRectInLocalCoordinates(), context);
295 m_clipBoundaries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates()));
RenderSVGText.cpp 262 FloatRect RenderSVGText::repaintRectInLocalCoordinates() const
  /external/webkit/Source/WebCore/rendering/
RenderObject.h 368 virtual FloatRect repaintRectInLocalCoordinates() const;
    [all...]
RenderObject.cpp     [all...]

Completed in 431 milliseconds