Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dfont_10x18.h4 unsigned cwidth; member
10 .cwidth = 10,
Dgraphics.c51 unsigned cwidth; member
212 return gr_font->cwidth * strlen(s); in gr_measure()
217 *x = gr_font->cwidth; in gr_font_size()
238 gl->texCoord2i(gl, (off * font->cwidth) - x, 0 - y); in gr_text()
239 gl->recti(gl, x, y, x + font->cwidth, y + font->cheight); in gr_text()
241 x += font->cwidth; in gr_text()
326 gr_font->cwidth = font.cwidth; in gr_init_font()