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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.h 45 FloatRect floatLinesBoundingBox() const;
53 virtual FloatRect objectBoundingBox() const { return floatLinesBoundingBox(); }
RenderSVGInlineText.cpp 129 FloatRect RenderSVGInlineText::floatLinesBoundingBox() const
139 return enclosingIntRect(floatLinesBoundingBox());
SVGRenderTreeAsText.cpp 604 ts << " " << enclosingIntRect(FloatRect(text.firstRunOrigin(), text.floatLinesBoundingBox().size())) << "\n";

Completed in 601 milliseconds