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.cpp884 int emphasisMarkHeight = style->font().emphasisMarkHeight(style->textEmphasisMarkString()); in addTextBoxVisualOverflow() local
886 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()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.h122 int emphasisMarkHeight(const AtomicString&) const;
DFont.cpp654 int Font::emphasisMarkHeight(const AtomicString& mark) const in emphasisMarkHeight() function in blink::Font