Home
last modified time | relevance | path

Searched refs:emphasisMarkHeight (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp856 int emphasisMarkHeight = style->font().emphasisMarkHeight(style->textEmphasisMarkString()); in addTextBoxVisualOverflow() local
858 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()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.h142 int emphasisMarkHeight(const AtomicString&) const;
DFontFastPath.cpp381 int Font::emphasisMarkHeight(const AtomicString& mark) const in emphasisMarkHeight() function in WebCore::Font