Home
last modified time | relevance | path

Searched refs:cheight (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/minui/
Dfont_10x18.h5 unsigned cheight; member
11 .cheight = 18,
Dgraphics.c52 unsigned cheight; member
218 *y = gr_font->cheight; in gr_font_size()
239 gl->recti(gl, x, y, x + font->cwidth, y + font->cheight); in gr_text()
327 gr_font->cheight = font.cheight; in gr_init_font()
328 gr_font->ascent = font.cheight - 2; in gr_init_font()