Home | History | Annotate | Download | only in text

Lines Matching refs:descent

287                 int fmDescent = fm.descent;
404 below = fm.descent;
450 fitDescent = fm.descent;
480 bufEnd, bufEnd, fm.ascent, fm.descent,
614 fm.descent = below;
629 below = fm.descent;
668 lines[off + DESCENT] = below + extra;
858 int descent = mLines[mColumns * line + DESCENT];
861 descent += getBottomPadding();
863 return descent;
938 private static final int DESCENT = 2;