Home | History | Annotate | Download | only in rendering

Lines Matching refs:affectsAscent

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;