Home | History | Annotate | Download | only in text

Lines Matching defs:DESCENT

291                 int fmDescent = fm.descent;
464 fitDescent = fm.descent;
496 bufEnd, bufEnd, fm.ascent, fm.descent,
539 fm.descent = below;
554 below = fm.descent;
599 lines[off + DESCENT] = below + extra;
787 int descent = mLines[mColumns * line + DESCENT];
790 descent += getBottomPadding();
792 return descent;
872 private static final int DESCENT = 2;