Home
last modified time | relevance | path

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

/src/stand/common/
H A Dgfx_fb.c2153 width / font->vfbd_width < cols) in gfx_get_font()
2206 *cols = width / font->vfbd_width; in set_font()
2218 *cols * font->vfbd_width <= width) || in set_font()
2222 font->vfbd_width == DEFAULT_FONT_DATA.vfbd_width)) { in set_font()
2233 *cols = width / font->vfbd_width; in set_font()
2253 *cols = width / font->vfbd_width; in set_font()
2461 fp->vf_width = DEFAULT_FONT_DATA.vfbd_width; in load_font()
2671 fh.fh_width = DEFAULT_FONT_DATA.vfbd_width; in insert_font()
2675 DEFAULT_FONT_DATA.vfbd_width, in insert_font()
2700 if (fh.fh_width == entry->font_data->vfbd_width && in insert_font()
[all …]
/src/sys/sys/
H A Dfont.h84 uint32_t vfbd_width; member