Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp878 int bottomGlyphOverflow = strokeOverflow + bottomGlyphEdge; in addTextBoxVisualOverflow() local
888 bottomGlyphOverflow = std::max(bottomGlyphOverflow, emphasisMarkHeight); in addTextBoxVisualOverflow()
900 …lBottom = std::max<LayoutUnit>(textShadowLogicalBottom + bottomGlyphOverflow, bottomGlyphOverflow); in addTextBoxVisualOverflow()