Searched refs:affectsDescent (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RootInlineBox.cpp | 608 bool& affectsAscent, bool& affectsDescent) const in ascentAndDescentForBox() 621 affectsDescent = true; in ascentAndDescentForBox() 659 if (!affectsDescent) in ascentAndDescentForBox() 660 affectsDescent = usedFontDescent + box->logicalTop() > 0; in ascentAndDescentForBox() 675 affectsDescent = descentWithLeading + box->logicalTop() > 0; in ascentAndDescentForBox() 683 affectsDescent = fontDescent + box->logicalTop() > 0; in ascentAndDescentForBox() 689 affectsDescent = glyphOverflow->bottom + box->logicalTop() > 0; in ascentAndDescentForBox() 705 affectsDescent = true; in ascentAndDescentForBox()
|
D | InlineFlowBox.cpp | 534 bool affectsDescent = false; in computeLogicalBoxHeights() local 541 …x->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent); in computeLogicalBoxHeights() 564 bool affectsDescent = false; in computeLogicalBoxHeights() local 573 …tBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent); in computeLogicalBoxHeights() 597 if (affectsDescent && (maxDescent < descent || !setMaxDescent)) { in computeLogicalBoxHeights()
|
D | RootInlineBox.h | 154 …wAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
|