Searched refs:repaintRectInLocalCoordinates (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGGradientStop.h49 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); } function in class:WebCore::RenderSVGGradientStop
H A DRenderSVGInline.h46 virtual FloatRect repaintRectInLocalCoordinates() const;
H A DSVGRootInlineBox.h53 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); } function in class:WebCore::SVGRootInlineBox
H A DRenderSVGInline.cpp62 FloatRect RenderSVGInline::repaintRectInLocalCoordinates() const function in class:WebCore::RenderSVGInline
65 return object->repaintRectInLocalCoordinates();
H A DRenderSVGContainer.cpp103 FloatRect repaintRect = repaintRectInLocalCoordinates();
144 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates()));
H A DRenderSVGContainer.h58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } function in class:WebCore::RenderSVGContainer
H A DRenderSVGForeignObject.h50 virtual FloatRect repaintRectInLocalCoordinates() const { return m_viewport; } function in class:WebCore::RenderSVGForeignObject
H A DRenderSVGImage.h58 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } function in class:WebCore::RenderSVGImage
H A DRenderSVGModelObject.cpp66 IntRect box = enclosingIntRect(repaintRectInLocalCoordinates());
H A DRenderSVGImage.cpp111 FloatRect boundingBox = repaintRectInLocalCoordinates();
188 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates());
H A DRenderSVGPath.h56 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } function in class:WebCore::RenderSVGPath
H A DRenderSVGText.h43 virtual FloatRect repaintRectInLocalCoordinates() const;
H A DSVGRenderSupport.cpp56 IntRect repaintRect = enclosingIntRect(object->repaintRectInLocalCoordinates());
94 FloatRect repaintRect = object->repaintRectInLocalCoordinates();
173 repaintBoundingBox.unite(current->repaintRectInLocalCoordinates());
177 repaintBoundingBox.unite(transform.mapRect(current->repaintRectInLocalCoordinates()));
H A DRenderSVGRoot.h74 virtual FloatRect repaintRectInLocalCoordinates() const { return m_repaintBoundingBox; } function in class:WebCore::RenderSVGRoot
H A DRenderSVGResourceGradient.cpp88 FloatRect absoluteTargetRect = absoluteTransform.mapRect(textRootBlock->repaintRectInLocalCoordinates());
120 targetRect = textRootBlock->repaintRectInLocalCoordinates();
H A DRenderSVGResourceMasker.cpp101 FloatRect absoluteTargetRect = absoluteTransform.mapRect(object->repaintRectInLocalCoordinates());
190 m_maskContentBoundaries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates()));
H A DRenderSVGResourceMarker.cpp79 FloatRect coordinates = RenderSVGContainer::repaintRectInLocalCoordinates();
H A DRenderSVGPath.cpp208 FloatRect boundingBox = repaintRectInLocalCoordinates();
247 IntRect rect = enclosingIntRect(repaintRectInLocalCoordinates());
H A DRenderSVGResourceClipper.cpp104 return applyClippingToContext(object, object->objectBoundingBox(), object->repaintRectInLocalCoordinates(), context);
295 m_clipBoundaries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates()));
H A DRenderSVGText.cpp262 FloatRect RenderSVGText::repaintRectInLocalCoordinates() const function in class:WebCore::RenderSVGText
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h370 virtual FloatRect repaintRectInLocalCoordinates() const;
H A DRenderObject.cpp2644 FloatRect RenderObject::repaintRectInLocalCoordinates() const function in class:WebCore::RenderObject

Completed in 1797 milliseconds