Searched refs:affectsDescent (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.cpp608 bool& affectsAscent, bool& affectsDescent) const
621 affectsDescent = true;
659 if (!affectsDescent)
660 affectsDescent = usedFontDescent + box->logicalTop() > 0;
675 affectsDescent = descentWithLeading + box->logicalTop() > 0;
683 affectsDescent = fontDescent + box->logicalTop() > 0;
689 affectsDescent = glyphOverflow->bottom + box->logicalTop() > 0;
705 affectsDescent = true;
H A DRootInlineBox.h154 void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
H A DInlineFlowBox.cpp534 bool affectsDescent = false; local
541 rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
564 bool affectsDescent = false; local
573 rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
597 if (affectsDescent && (maxDescent < descent || !setMaxDescent)) {

Completed in 565 milliseconds