Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp644 int usedFontAscent = fontMetrics.ascent(baselineType()); in ascentAndDescentForBox() local
647 int usedFontAscentAndLeading = usedFontAscent + halfLeading; in ascentAndDescentForBox()
650 … setAscentAndDescent(ascent, descent, usedFontAscent, usedFontDescent, ascentDescentSet); in ascentAndDescentForBox()
658 affectsAscent = usedFontAscent - box->logicalTop() > 0; in ascentAndDescentForBox()