Lines Matching refs:ascent
154 overall_ink->y = -(overall.ascent);
156 overall_ink->height = overall.ascent + overall.descent;
243 ink_buf->y = -(cs->ascent);
245 ink_buf->height = cs->ascent + cs->descent;
249 logical_buf->y = -(font->ascent);
251 logical_buf->height = font->ascent + font->descent;
258 overall.ascent = max(overall.ascent, cs->ascent);
272 overall_ink->y = -(overall.ascent);
274 overall_ink->height = overall.ascent + overall.descent;
279 overall_logical->y = -(font->ascent);
281 overall_logical->height = font->ascent + font->descent;