Home
last modified time | relevance | path

Searched refs:affectsAscent (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.cpp564 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()
DRootInlineBox.h136 …, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affects…
DInlineFlowBox.cpp498 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/
DChangeLog-2011-02-1641998 * rendering/InlineFlowBox.cpp: Reinstated the code that updates affectsAscent and