Searched refs:topOfFirstRubyTextLine (Results 1 – 1 of 1) sorted by relevance
1323 …int topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText->firstR… in computeOverAnnotationAdjustment() local1324 if (topOfFirstRubyTextLine >= 0) in computeOverAnnotationAdjustment()1326 topOfFirstRubyTextLine += curr->logicalTop(); in computeOverAnnotationAdjustment()1327 result = max(result, allowedPosition - topOfFirstRubyTextLine); in computeOverAnnotationAdjustment()