Searched refs:affectsDescent (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RootInlineBox.cpp | 732 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()
|
D | RootInlineBox.h | 159 …wAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
|
D | InlineFlowBox.cpp | 522 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()
|