Searched refs:rubyText (Results 1 – 4 of 4) sorted by relevance
66 RenderRubyText* RenderRubyRun::rubyText() const in rubyText() function in blink::RenderRubyRun203 RenderRubyText* rt = rubyText(); in layoutSpecialExcludedChild()216 RenderRubyText* rt = rubyText(); in layout()266 RenderRubyText* rubyText = this->rubyText(); in getOverhang() local268 if (!rubyBase || !rubyText) in getOverhang()294 int halfWidthOfFontSize = rubyText->style(firstLine)->fontSize() / 2; in getOverhang()
1212 RenderRubyText* rubyText = rubyRun.rubyText(); in computeOverAnnotationAdjustment() local1213 if (!rubyText) in computeOverAnnotationAdjustment()1217 …LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText-… in computeOverAnnotationAdjustment()1223 …ottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBo… in computeOverAnnotationAdjustment()1260 RenderRubyText* rubyText = rubyRun.rubyText(); in computeUnderAnnotationAdjustment() local1261 if (!rubyText) in computeUnderAnnotationAdjustment()1265 …LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText-… in computeUnderAnnotationAdjustment()1271 …ottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBo… in computeUnderAnnotationAdjustment()
50 RenderRubyText* rubyText() const;
373 RenderRubyText* rubyText = toRenderRubyRun(containingBlock->parent())->rubyText(); in getEmphasisMarkPosition() local376 return !rubyText || !rubyText->firstLineBox(); in getEmphasisMarkPosition()