Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.h107 float firstRunY() const;
DRenderTreeAsText.cpp199 r = IntRect(text.firstRunX(), text.firstRunY(), linesBox.width(), linesBox.height()); in writeRenderObject()
DRenderText.cpp1176 return IntPoint(firstRunX(), firstRunY()); in firstRunOrigin()
1184 float RenderText::firstRunY() const in firstRunY() function in blink::RenderText