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

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 564 bool& affectsAscent, bool& affectsDescent) const
576 affectsAscent = true;
613 if (!affectsAscent)
614 affectsAscent = usedFontAscent - box->logicalTop() > 0;
630 affectsAscent = ascentWithLeading - box->logicalTop() > 0;
638 affectsAscent = fontAscent - box->logicalTop() > 0;
644 affectsAscent = glyphOverflow->top - box->logicalTop() > 0;
660 affectsAscent = true;
    [all...]
RootInlineBox.h 136 void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
InlineFlowBox.cpp 498 bool affectsAscent = false;
506 rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
528 bool affectsAscent = false;
538 rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
557 if (affectsAscent && (maxAscent < ascent || !setMaxAscent)) {
    [all...]

Completed in 37 milliseconds