Home
last modified time | relevance | path

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

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