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 615 bool& affectsAscent, bool& affectsDescent) const
628 affectsDescent = true;
666 if (!affectsDescent)
667 affectsDescent = usedFontDescent + box->logicalTop() > 0;
682 affectsDescent = descentWithLeading + box->logicalTop() > 0;
690 affectsDescent = fontDescent + box->logicalTop() > 0;
696 affectsDescent = glyphOverflow->bottom + box->logicalTop() > 0;
712 affectsDescent = true;
    [all...]
RootInlineBox.h 155 void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
InlineFlowBox.cpp 525 bool affectsDescent = false;
532 rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
555 bool affectsDescent = false;
564 rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
588 if (affectsDescent && (maxDescent < descent || !setMaxDescent)) {
    [all...]

Completed in 189 milliseconds