Home | History | Annotate | Download | only in text

Lines Matching full:descent

51                 fmi.ascent, fmi.descent);
65 * Top and bottom padding are affected, as is the line descent and height.
74 assertVertMetrics(l, fmi.top - fmi.ascent, fmi.bottom - fmi.descent,
80 * Ascent of top line and descent of bottom line are affected.
90 assertVertMetrics(l, fmi.top - fmi.ascent, fmi.bottom - fmi.descent,
91 fmi.top, fmi.descent,
97 * First line ascent is top, bottom line descent is bottom.
108 assertVertMetrics(l, fmi.top - fmi.ascent, fmi.bottom - fmi.descent,
109 fmi.top, fmi.descent,
110 fmi.ascent, fmi.descent,
136 assertVertMetrics(l, fmi.top - fmi.ascent, fmi.bottom - fmi.descent,
137 fmi.top, fmi.descent,
138 fmi.ascent, fmi.descent,
157 assertVertMetrics(l, fmi.top - fmi.ascent, fmi.bottom - fmi.descent,
158 fmi.top, fmi.descent + spacingAdd,
159 fmi.ascent, fmi.descent + spacingAdd,
179 assertVertMetrics(l, fmi.top - fmi.ascent, fmi.bottom - fmi.descent,
180 fmi.top, fmi.descent + s.scale(fmi.descent - fmi.top),
181 fmi.ascent, fmi.descent + s.scale(fmi.descent - fmi.ascent),
201 assertVertMetrics(l, fmi.top - fmi.ascent, fmi.bottom - fmi.descent,
202 fmi.top, fmi.descent + s.scale(fmi.descent - fmi.top),
203 fmi.ascent, fmi.descent + s.scale(fmi.descent - fmi.ascent),
312 int top, int ascent, int descent, int height) {
316 assertEquals(info, descent, l.getLineDescent(line));