Searched refs:affectsAscent (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RootInlineBox.cpp | 564 bool& affectsAscent, bool& affectsDescent) const in ascentAndDescentForBox() argument 576 affectsAscent = true; in ascentAndDescentForBox() 613 if (!affectsAscent) in ascentAndDescentForBox() 614 affectsAscent = usedFontAscent - box->logicalTop() > 0; in ascentAndDescentForBox() 630 affectsAscent = ascentWithLeading - box->logicalTop() > 0; in ascentAndDescentForBox() 638 affectsAscent = fontAscent - box->logicalTop() > 0; in ascentAndDescentForBox() 644 affectsAscent = glyphOverflow->top - box->logicalTop() > 0; in ascentAndDescentForBox() 660 affectsAscent = true; in ascentAndDescentForBox()
|
D | RootInlineBox.h | 136 …, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affects…
|
D | InlineFlowBox.cpp | 498 bool affectsAscent = false; in computeLogicalBoxHeights() local 506 …rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDe… in computeLogicalBoxHeights() 528 bool affectsAscent = false; in computeLogicalBoxHeights() local 538 …rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDesce… in computeLogicalBoxHeights() 557 if (affectsAscent && (maxAscent < ascent || !setMaxAscent)) { in computeLogicalBoxHeights()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 41998 * rendering/InlineFlowBox.cpp: Reinstated the code that updates affectsAscent and
|