Searched defs:emphasisMarkHeight (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFontFastPath.cpp311 int Font::emphasisMarkHeight(const AtomicString& mark) const function in class:WebCore::Font
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp260 int Font::emphasisMarkHeight(const AtomicString&) const function in class:WebCore::Font
/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.cpp769 int emphasisMarkHeight = style->font().emphasisMarkHeight(style->textEmphasisMarkString()); local
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());

Completed in 1115 milliseconds