Home | History | Annotate | Download | only in text

Lines Matching refs:ascent

243                         float bmAscent = ascent(j);
357 float bmAscent = ascent(j);
686 final int previousAscent = fmi.ascent;
700 fmi.ascent = Math.min(fmi.ascent, previousAscent);
838 previousAscent = fmi.ascent;
995 * Returns the ascent of the text at start. This is used for scaling
999 * @return the ascent of the text at start
1001 float ascent(int pos) {
1003 return mPaint.ascent();
1009 return mPaint.ascent();
1017 return wp.ascent();