Home
last modified time | relevance | path

Searched refs:floatLinesBoundingBox (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGInlineText.h44 FloatRect floatLinesBoundingBox() const;
52 virtual FloatRect objectBoundingBox() const OVERRIDE { return floatLinesBoundingBox(); } in objectBoundingBox()
DRenderSVGInlineText.cpp129 FloatRect RenderSVGInlineText::floatLinesBoundingBox() const in floatLinesBoundingBox() function in blink::RenderSVGInlineText
139 return enclosingIntRect(floatLinesBoundingBox()); in linesBoundingBox()
DSVGRenderTreeAsText.cpp609 …ts << " " << enclosingIntRect(FloatRect(text.firstRunOrigin(), text.floatLinesBoundingBox().size()… in writeSVGInlineText()