Searched refs:bottomOfLastRubyTextLine (Results 1 – 1 of 1) sorted by relevance
1488 …LayoutUnit bottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText… in computeOverAnnotationAdjustment() local1489 if (bottomOfLastRubyTextLine <= curr->logicalHeight()) in computeOverAnnotationAdjustment()1491 bottomOfLastRubyTextLine += curr->logicalTop(); in computeOverAnnotationAdjustment()1492 result = max(result, bottomOfLastRubyTextLine - allowedPosition); in computeOverAnnotationAdjustment()1536 …LayoutUnit bottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText… in computeUnderAnnotationAdjustment() local1537 if (bottomOfLastRubyTextLine <= curr->logicalHeight()) in computeUnderAnnotationAdjustment()1539 bottomOfLastRubyTextLine += curr->logicalTop(); in computeUnderAnnotationAdjustment()1540 result = max(result, bottomOfLastRubyTextLine - allowedPosition); in computeUnderAnnotationAdjustment()