Home | History | Annotate | Download | only in rendering

Lines Matching defs:emphasisMarkHeight

769         int emphasisMarkHeight = style->font().emphasisMarkHeight(style->textEmphasisMarkString());
771 topGlyphOverflow = min(topGlyphOverflow, -emphasisMarkHeight);
773 bottomGlyphOverflow = max(bottomGlyphOverflow, emphasisMarkHeight);
1342 int topOfEmphasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEmphasisMarkString());
1345 int bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString());
1368 int bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString());
1371 int topOfEmphasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEmphasisMarkString());