Searched defs:rubyText (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderRubyRun.cpp73 RenderRubyText* RenderRubyRun::rubyText() const function in class:WebCore::RenderRubyRun
217 RenderRubyText* rt = rubyText();
231 RenderRubyText* rt = rubyText();
279 RenderRubyText* rubyText = this->rubyText(); local
281 if (!rubyBase || !rubyText)
290 int logicalLeftOverhang = rubyText->style(firstLine)->fontSize() / 2;
H A DInlineFlowBox.cpp1318 RenderRubyText* rubyText = rubyRun->rubyText(); local
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
[all...]

Completed in 229 milliseconds