Searched refs:emphasisMarkHeight (Results 1 – 3 of 3) sorted by relevance
884 int emphasisMarkHeight = style->font().emphasisMarkHeight(style->textEmphasisMarkString()); in addTextBoxVisualOverflow() local886 topGlyphOverflow = std::min(topGlyphOverflow, -emphasisMarkHeight); in addTextBoxVisualOverflow()888 bottomGlyphOverflow = std::max(bottomGlyphOverflow, emphasisMarkHeight); in addTextBoxVisualOverflow()1236 …int topOfEmphasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEmphasisM… in computeOverAnnotationAdjustment()1239 …int bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmp… in computeOverAnnotationAdjustment()1283 …tUnit bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textE… in computeUnderAnnotationAdjustment()1286 …LayoutUnit topOfEmphasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEm… in computeUnderAnnotationAdjustment()
122 int emphasisMarkHeight(const AtomicString&) const;
654 int Font::emphasisMarkHeight(const AtomicString& mark) const in emphasisMarkHeight() function in blink::Font