HomeSort by relevance Sort by last modified time
    Searched refs:affectsDescent (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 608 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;
    [all...]
RootInlineBox.h 154 void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
InlineFlowBox.cpp 534 bool affectsDescent = false;
541 rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
564 bool affectsDescent = false;
573 rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
597 if (affectsDescent && (maxDescent < descent || !setMaxDescent)) {
    [all...]

Completed in 76 milliseconds