Searched refs:bottomOfEmphasisMark (Results 1 – 1 of 1) sorted by relevance
1239 …int bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmp… in computeOverAnnotationAdjustment() local1240 result = std::max(result, bottomOfEmphasisMark - allowedPosition); in computeOverAnnotationAdjustment()1283 …LayoutUnit bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->… in computeUnderAnnotationAdjustment() local1284 result = std::max(result, bottomOfEmphasisMark - allowedPosition); in computeUnderAnnotationAdjustment()