Searched refs:topOfFirstRubyTextLine (Results 1 – 1 of 1) sorted by relevance
1482 …LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText-… in computeOverAnnotationAdjustment() local1483 if (topOfFirstRubyTextLine >= 0) in computeOverAnnotationAdjustment()1485 topOfFirstRubyTextLine += curr->logicalTop(); in computeOverAnnotationAdjustment()1486 result = max(result, allowedPosition - topOfFirstRubyTextLine); in computeOverAnnotationAdjustment()1530 …LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText-… in computeUnderAnnotationAdjustment() local1531 if (topOfFirstRubyTextLine >= 0) in computeUnderAnnotationAdjustment()1533 topOfFirstRubyTextLine += curr->logicalTop(); in computeUnderAnnotationAdjustment()1534 result = max(result, allowedPosition - topOfFirstRubyTextLine); in computeUnderAnnotationAdjustment()