Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.h105 FloatPoint firstRunOrigin() const;
DRenderText.cpp1174 FloatPoint RenderText::firstRunOrigin() const in firstRunOrigin() function in blink::RenderText
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderTreeAsText.cpp609 …ts << " " << enclosingIntRect(FloatRect(text.firstRunOrigin(), text.floatLinesBoundingBox().size()… in writeSVGInlineText()