emphasisMarkHeight 872 Source/core/rendering/InlineFlowBox.cpp int emphasisMarkHeight = style->font().emphasisMarkHeight(style->textEmphasisMarkString()); emphasisMarkHeight 874 Source/core/rendering/InlineFlowBox.cpp topGlyphOverflow = min(topGlyphOverflow, -emphasisMarkHeight); emphasisMarkHeight 876 Source/core/rendering/InlineFlowBox.cpp bottomGlyphOverflow = max(bottomGlyphOverflow, emphasisMarkHeight); emphasisMarkHeight 1523 Source/core/rendering/InlineFlowBox.cpp int topOfEmphasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEmphasisMarkString()); emphasisMarkHeight 1526 Source/core/rendering/InlineFlowBox.cpp int bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString()); emphasisMarkHeight 1570 Source/core/rendering/InlineFlowBox.cpp LayoutUnit bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString()); emphasisMarkHeight 1573 Source/core/rendering/InlineFlowBox.cpp LayoutUnit topOfEmphasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEmphasisMarkString()); emphasisMarkHeight 114 Source/platform/fonts/Font.h int emphasisMarkHeight(const AtomicString&) const;