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.cpp41 int cheight; member
71 *y = gr_font->cheight; in gr_font_size()
112 bold = bold && (font->texture->height != font->cheight); in gr_text()
119 if (outside(x, y) || outside(x+font->cwidth-1, y+font->cheight-1)) break; in gr_text()
126 (bold ? font->cheight * font->texture->row_bytes : 0); in gr_text()
131 font->cwidth, font->cheight); in gr_text()
280 gr_font->cheight = gr_font->texture->height / 2; in gr_init_font()
302 gr_font->cheight = font.cheight; in gr_init_font()