Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp732 bool& affectsAscent, bool& affectsDescent) const in ascentAndDescentForBox()
745 affectsDescent = true; in ascentAndDescentForBox()
783 if (!affectsDescent) in ascentAndDescentForBox()
784 affectsDescent = usedFontDescent + box->logicalTop() > 0; in ascentAndDescentForBox()
799 affectsDescent = descentWithLeading + box->logicalTop() > 0; in ascentAndDescentForBox()
807 affectsDescent = fontDescent + box->logicalTop() > 0; in ascentAndDescentForBox()
813 affectsDescent = glyphOverflow->bottom + box->logicalTop() > 0; in ascentAndDescentForBox()
829 affectsDescent = true; in ascentAndDescentForBox()
DRootInlineBox.h159 …wAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
DInlineFlowBox.cpp522 bool affectsDescent = false; in computeLogicalBoxHeights() local
529 …x->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent); in computeLogicalBoxHeights()
552 bool affectsDescent = false; in computeLogicalBoxHeights() local
561 …tBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent); in computeLogicalBoxHeights()
585 if (affectsDescent && (maxDescent < descent || !setMaxDescent)) { in computeLogicalBoxHeights()