Home
last modified time | relevance | path

Searched refs:topOfFirstRubyTextLine (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.cpp1323 …int topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText->firstR… in computeOverAnnotationAdjustment() local
1324 if (topOfFirstRubyTextLine >= 0) in computeOverAnnotationAdjustment()
1326 topOfFirstRubyTextLine += curr->logicalTop(); in computeOverAnnotationAdjustment()
1327 result = max(result, allowedPosition - topOfFirstRubyTextLine); in computeOverAnnotationAdjustment()