Home | History | Annotate | Download | only in text

Lines Matching refs:fm

128         Paint.FontMetricsInt fm = mFontMetricsInt;
320 paint.getFontMetricsInt(fm);
326 widths, fm);
331 fm.ascent += mWorkPaint.baselineShift;
332 fm.top += mWorkPaint.baselineShift;
334 fm.descent += mWorkPaint.baselineShift;
335 fm.bottom += mWorkPaint.baselineShift;
339 int fmtop = fm.top;
340 int fmbottom = fm.bottom;
341 int fmascent = fm.ascent;
342 int fmdescent = fm.descent;
460 choosehtv, fm, tab,
496 choosehtv, fm, tab,
512 choosehtv, fm, tab,
523 source, here, here + 1, fm, tab,
528 fm.ascent, fm.descent,
529 fm.top, fm.bottom,
532 choosehtv, fm, tab,
563 paint.getFontMetricsInt(fm);
565 fittop = fm.top;
566 fitbottom = fm.bottom;
567 fitascent = fm.ascent;
568 fitdescent = fm.descent;
578 choosehtv, fm, tab,
594 paint.getFontMetricsInt(fm);
597 bufend, bufend, fm.ascent, fm.descent,
598 fm.top, fm.bottom,
601 null, fm, false,
973 Paint.FontMetricsInt fm, boolean tab,
1001 fm.ascent = above;
1002 fm.descent = below;
1003 fm.top = top;
1004 fm.bottom = bottom;
1009 chooseHeight(text, start, end, choosehtv[i], v, fm, paint);
1012 chooseht[i].chooseHeight(text, start, end, choosehtv[i], v, fm);
1016 above = fm.ascent;
1017 below = fm.descent;
1018 top = fm.top;
1019 bottom = fm.bottom;