Home | History | Annotate | Download | only in rendering

Lines Matching refs:affectsDescent

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;