Home | History | Annotate | Download | only in rendering

Lines Matching defs:rubyText

1318             RenderRubyText* rubyText = rubyRun->rubyText();
1319 if (!rubyText)
1323 int topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText->firstRootBox()->lineTop() : 0);
1329 int bottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBox()->lineBottom() : rubyText->logicalHeight());