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

1 2

  /external/webkit/WebCore/rendering/
RenderSVGTSpan.h 39 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); }
RenderSVGGradientStop.h 48 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); }
RenderSVGInline.h 45 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); }
RenderSVGHiddenContainer.h 55 virtual FloatRect repaintRectInLocalCoordinates() const;
RenderSVGHiddenContainer.cpp 75 FloatRect RenderSVGHiddenContainer::repaintRectInLocalCoordinates() const
RenderForeignObject.h 50 virtual FloatRect repaintRectInLocalCoordinates() const;
RenderSVGContainer.cpp 99 FloatRect boundingBox = repaintRectInLocalCoordinates();
121 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates()));
129 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates()));
146 FloatRect RenderSVGContainer::repaintRectInLocalCoordinates() const
RenderSVGText.h 66 virtual FloatRect repaintRectInLocalCoordinates() const;
RenderPath.h 53 virtual FloatRect repaintRectInLocalCoordinates() const;
RenderSVGContainer.h 60 virtual FloatRect repaintRectInLocalCoordinates() const;
RenderSVGImage.h 50 virtual FloatRect repaintRectInLocalCoordinates() const;
RenderSVGModelObject.cpp 72 IntRect box = enclosingIntRect(repaintRectInLocalCoordinates());
RenderSVGRoot.h 64 virtual FloatRect repaintRectInLocalCoordinates() const;
RenderSVGImage.cpp 140 FloatRect RenderSVGImage::repaintRectInLocalCoordinates() const
191 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates());
SVGRootInlineBox.h 69 virtual FloatRect repaintRectInLocalCoordinates() const { return FloatRect(); }
RenderPath.cpp 144 FloatRect RenderPath::repaintRectInLocalCoordinates() const
219 FloatRect boundingBox = repaintRectInLocalCoordinates();
257 IntRect rect = enclosingIntRect(repaintRectInLocalCoordinates());
RenderForeignObject.cpp 75 FloatRect RenderForeignObject::repaintRectInLocalCoordinates() const
RenderSVGViewportContainer.cpp 43 FloatRect coordinates = repaintRectInLocalCoordinates();
RenderSVGRoot.cpp 151 FloatRect boundingBox = repaintRectInLocalCoordinates();
235 FloatRect RenderSVGRoot::repaintRectInLocalCoordinates() const
SVGRenderSupport.cpp 57 IntRect repaintRect = enclosingIntRect(object->repaintRectInLocalCoordinates());
232 FloatRect childBBox = includeAllPaintedContent ? current->repaintRectInLocalCoordinates() : current->objectBoundingBox();
RenderSVGText.cpp 208 FloatRect RenderSVGText::repaintRectInLocalCoordinates() const
RenderObject.h 349 virtual FloatRect repaintRectInLocalCoordinates() const;
    [all...]
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerGradient.cpp 150 FloatRect maskAbsoluteBoundingBox = transform.mapRect(textRootBlock->repaintRectInLocalCoordinates());
179 context->clipToImageBuffer(textRootBlock->repaintRectInLocalCoordinates(), imageBuffer.get());
266 context->fillRect(textRootBlock->repaintRectInLocalCoordinates());
  /external/webkit/WebCore/svg/
SVGMaskElement.cpp 175 maskDestRect = object->repaintRectInLocalCoordinates();
189 repaintRect.unite(node->renderer()->localToParentTransform().mapRect(node->renderer()->repaintRectInLocalCoordinates()));
SVGPatternElement.cpp 227 patternContentBoundaries.unite(n->renderer()->repaintRectInLocalCoordinates());

Completed in 51 milliseconds

1 2