Home
last modified time | relevance | path

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

/external/syslinux/core/
Dgraphics.c32 __export uint16_t VGAFontSize = 16; /* Defaults to 16 byte font */ variable
277 rows = (GraphYSize + VGAFontSize) - 1; in vgadisplayfile()
278 rows = rows / VGAFontSize; in vgadisplayfile()
Dfont.c78 VGAFontSize = hdr.height; in loadfont()
95 uint8_t bytes = VGAFontSize; in use_font()
/external/syslinux/com32/lib/syslinux/video/
Dfontquery.c46 return VGAFontSize; in syslinux_font_query()
/external/syslinux/core/include/
Dgraphics.h47 extern uint16_t VGAFontSize;