Searched refs:affectsAscent (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() argument 744 affectsAscent = true; in ascentAndDescentForBox() 781 if (!affectsAscent) in ascentAndDescentForBox() 782 affectsAscent = usedFontAscent - box->logicalTop() > 0; in ascentAndDescentForBox() 798 affectsAscent = ascentWithLeading - box->logicalTop() > 0; in ascentAndDescentForBox() 806 affectsAscent = fontAscent - box->logicalTop() > 0; in ascentAndDescentForBox() 812 affectsAscent = glyphOverflow->top - box->logicalTop() > 0; in ascentAndDescentForBox() 828 affectsAscent = true; in ascentAndDescentForBox()
|
D | RootInlineBox.h | 159 …, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affects…
|
D | InlineFlowBox.cpp | 521 bool affectsAscent = false; in computeLogicalBoxHeights() local 529 …rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDe… in computeLogicalBoxHeights() 551 bool affectsAscent = false; in computeLogicalBoxHeights() local 561 …rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDesce… in computeLogicalBoxHeights() 580 if (affectsAscent && (maxAscent < ascent || !setMaxAscent)) { in computeLogicalBoxHeights()
|