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

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

Completed in 635 milliseconds