firstRunX        1184 Source/core/rendering/RenderText.cpp     return IntPoint(firstRunX(), firstRunY());
firstRunX         105 Source/core/rendering/RenderText.h     float firstRunX() const;
firstRunX         194 Source/core/rendering/RenderTreeAsText.cpp         r = IntRect(text.firstRunX(), text.firstRunY(), linesBox.width(), linesBox.height());