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

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 564 bool& affectsAscent, bool& affectsDescent) const
577 affectsDescent = true;
615 if (!affectsDescent)
616 affectsDescent = usedFontDescent + box->logicalTop() > 0;
631 affectsDescent = descentWithLeading + box->logicalTop() > 0;
639 affectsDescent = fontDescent + box->logicalTop() > 0;
645 affectsDescent = glyphOverflow->bottom + box->logicalTop() > 0;
661 affectsDescent = true;
    [all...]
RootInlineBox.h 136 void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
InlineFlowBox.cpp 499 bool affectsDescent = false;
506 rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
529 bool affectsDescent = false;
538 rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
562 if (affectsDescent && (maxDescent < descent || !setMaxDescent)) {
    [all...]

Completed in 272 milliseconds