Searched refs:emphasisMarkHeight (Results 1 – 3 of 3) sorted by relevance
856 int emphasisMarkHeight = style->font().emphasisMarkHeight(style->textEmphasisMarkString()); in addTextBoxVisualOverflow() local858 topGlyphOverflow = min(topGlyphOverflow, -emphasisMarkHeight); in addTextBoxVisualOverflow()860 bottomGlyphOverflow = max(bottomGlyphOverflow, emphasisMarkHeight); in addTextBoxVisualOverflow()1501 …int topOfEmphasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEmphasisM… in computeOverAnnotationAdjustment()1504 …int bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmp… in computeOverAnnotationAdjustment()1548 …tUnit bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textE… in computeUnderAnnotationAdjustment()1551 …LayoutUnit topOfEmphasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEm… in computeUnderAnnotationAdjustment()
142 int emphasisMarkHeight(const AtomicString&) const;
381 int Font::emphasisMarkHeight(const AtomicString& mark) const in emphasisMarkHeight() function in WebCore::Font