Searched refs:bottomOfEmphasisMark (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.cpp1345 int bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString()); local
1346 result = max(result, bottomOfEmphasisMark - allowedPosition);
1368 int bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString()); local
1369 result = max(result, bottomOfEmphasisMark - allowedPosition);

Completed in 37 milliseconds