HomeSort by relevance Sort by last modified time
    Searched refs:affectsAscent (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
620 affectsAscent = true;
657 if (!affectsAscent)
658 affectsAscent = usedFontAscent - box->logicalTop() > 0;
674 affectsAscent = ascentWithLeading - box->logicalTop() > 0;
682 affectsAscent = fontAscent - box->logicalTop() > 0;
688 affectsAscent = glyphOverflow->top - box->logicalTop() > 0;
704 affectsAscent = true;
    [all...]
RootInlineBox.h 154 void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
InlineFlowBox.cpp 533 bool affectsAscent = false;
541 rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
563 bool affectsAscent = false;
573 rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
592 if (affectsAscent && (maxAscent < ascent || !setMaxAscent)) {
    [all...]

Completed in 98 milliseconds