Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp1239 …int bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmp… in computeOverAnnotationAdjustment() local
1240 result = std::max(result, bottomOfEmphasisMark - allowedPosition); in computeOverAnnotationAdjustment()
1283 …LayoutUnit bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->… in computeUnderAnnotationAdjustment() local
1284 result = std::max(result, bottomOfEmphasisMark - allowedPosition); in computeUnderAnnotationAdjustment()