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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInline.cpp 54 FloatRect RenderSVGInline::strokeBoundingBox() const
57 return object->strokeBoundingBox();
91 FloatRect textBoundingBox = object->strokeBoundingBox();
RenderSVGGradientStop.h 48 virtual FloatRect strokeBoundingBox() const { return FloatRect(); }
RenderSVGInline.h 45 virtual FloatRect strokeBoundingBox() const;
RenderSVGForeignObject.h 49 virtual FloatRect strokeBoundingBox() const { return m_viewport; }
SVGRenderSupport.h 60 static void computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox);
RenderSVGContainer.h 57 virtual FloatRect strokeBoundingBox() const { return m_strokeBoundingBox; }
RenderSVGImage.h 57 virtual FloatRect strokeBoundingBox() const { return m_objectBoundingBox; }
RenderSVGModelObject.cpp 81 quads.append(localToAbsoluteQuad(strokeBoundingBox()));
RenderSVGPath.h 55 virtual FloatRect strokeBoundingBox() const { return m_strokeAndMarkerBoundingBox; }
RenderSVGText.h 71 virtual FloatRect strokeBoundingBox() const;
SVGRenderSupport.cpp 163 void SVGRenderSupport::computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox)
172 strokeBoundingBox.unite(current->strokeBoundingBox());
176 strokeBoundingBox.unite(transform.mapRect(current->strokeBoundingBox()));
RenderSVGRoot.h 73 virtual FloatRect strokeBoundingBox() const { return m_strokeBoundingBox; }
RenderSVGText.cpp 229 quads.append(localToAbsoluteQuad(strokeBoundingBox()));
249 FloatRect RenderSVGText::strokeBoundingBox() const
264 FloatRect repaintRect = strokeBoundingBox();
RenderSVGResourceFilter.cpp 178 FloatRect drawingRegion = object->strokeBoundingBox();
  /external/webkit/Source/WebCore/rendering/
RenderObject.h 366 virtual FloatRect strokeBoundingBox() const;
    [all...]
RenderObject.cpp     [all...]

Completed in 1749 milliseconds