Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp790 int ascentWithLeading = box->baselinePosition(baselineType()); in ascentAndDescentForBox() local
791 int descentWithLeading = box->lineHeight() - ascentWithLeading; in ascentAndDescentForBox()
792 … setAscentAndDescent(ascent, descent, ascentWithLeading, descentWithLeading, ascentDescentSet); in ascentAndDescentForBox()
798 affectsAscent = ascentWithLeading - box->logicalTop() > 0; in ascentAndDescentForBox()