Home
last modified time | relevance | path

Searched refs:font_height (Results 1 – 3 of 3) sorted by relevance

/trueos/usr.sbin/vidcontrol/
HDvidcontrol.c96 static int font_height; variable
527 font_height = sizes[i].h; in load_font()
554 font_height = sizes[i].h; in load_font()
765 if (font_height == 0) in video_mode()
766 font_height = cur_info.console_info.font_size; in video_mode()
768 size[2] = font_height; in video_mode()
781 if ((vesa_rows * font_height > new_mode_info.vi_height) || in video_mode()
784 font_height; in video_mode()
/trueos/sys/powerpc/ofw/
HDofw_syscons.c366 int font_height; in ofwfb_init() local
374 font_height = 16; in ofwfb_init()
375 TUNABLE_INT_FETCH("hw.syscons.fsize", &font_height); in ofwfb_init()
376 if (font_height == 8) { in ofwfb_init()
379 } else if (font_height == 14) { in ofwfb_init()
/trueos/sys/xen/interface/
HDxen.h762 uint16_t font_height; member