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 615 bool& affectsAscent, bool& affectsDescent) const
627 affectsAscent = true;
664 if (!affectsAscent)
665 affectsAscent = usedFontAscent - box->logicalTop() > 0;
681 affectsAscent = ascentWithLeading - box->logicalTop() > 0;
689 affectsAscent = fontAscent - box->logicalTop() > 0;
695 affectsAscent = glyphOverflow->top - box->logicalTop() > 0;
711 affectsAscent = true;
    [all...]
RootInlineBox.h 155 void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
InlineFlowBox.cpp 524 bool affectsAscent = false;
532 rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
554 bool affectsAscent = false;
564 rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
583 if (affectsAscent && (maxAscent < ascent || !setMaxAscent)) {
    [all...]

Completed in 40 milliseconds