Home
last modified time | relevance | path

Searched refs:__vesacon_font_height (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/lib/sys/vesa/
Dinitvesa.c50 int __vesacon_font_height; variable
100 __vesacon_font_height = syslinux_font_query(&rom_font); in vesacon_set_mode()
101 if (!__vesacon_font_height) in vesacon_set_mode()
102 __vesacon_font_height = firmware->vesa->font_query(&rom_font); in vesacon_set_mode()
105 __vesacon_font_height); in vesacon_set_mode()
147 __vesacon_text_rows = TEXT_PIXEL_ROWS / __vesacon_font_height; in init_text_display()
156 __vesacon_init_cursor(__vesacon_font_height); in init_text_display()
Dvideo.h80 extern int __vesacon_font_height;
Ddrawtxt.c76 const int height = __vesacon_font_height; in vesacon_update_characters()
Dbackground.c60 (TEXT_PIXEL_ROWS % __vesacon_font_height); in draw_background()