Searched refs:rubyText (Results 1 – 4 of 4) sorted by relevance
74 RenderRubyText* RenderRubyRun::rubyText() const in rubyText() function in WebCore::RenderRubyRun221 RenderRubyText* rt = rubyText(); in layoutSpecialExcludedChild()235 RenderRubyText* rt = rubyText(); in layout()285 RenderRubyText* rubyText = this->rubyText(); in getOverhang() local287 if (!rubyBase || !rubyText) in getOverhang()313 int halfWidthOfFontSize = rubyText->style(firstLine)->fontSize() / 2; in getOverhang()
1477 RenderRubyText* rubyText = rubyRun->rubyText(); in computeOverAnnotationAdjustment() local1478 if (!rubyText) in computeOverAnnotationAdjustment()1482 …LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText-… in computeOverAnnotationAdjustment()1488 …ottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBo… in computeOverAnnotationAdjustment()1525 RenderRubyText* rubyText = rubyRun->rubyText(); in computeUnderAnnotationAdjustment() local1526 if (!rubyText) in computeUnderAnnotationAdjustment()1530 …LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText-… in computeUnderAnnotationAdjustment()1536 …ottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBo… in computeUnderAnnotationAdjustment()
51 RenderRubyText* rubyText() const;
464 RenderRubyText* rubyText = toRenderRubyRun(containingBlock->parent())->rubyText(); in getEmphasisMarkPosition() local467 return !rubyText || !rubyText->firstLineBox(); in getEmphasisMarkPosition()