Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.h241 uint8_t *font_lookup(const struct vt_font *, teken_char_t,
H A Dgfx_fb.c974 glyph = font_lookup(&state->tg_font, c, a); in gfx_fb_putchar()
1000 glyph = font_lookup(&state->tg_font, c, a); in gfx_fb_fill()
1039 glyph = font_lookup(&state->tg_font, screen_buffer[idx].c, in gfx_fb_cursor_draw()
2259 font_lookup(const struct vt_font *vf, teken_char_t c, const teken_attr_t *a) in font_lookup() function
/freebsd/stand/i386/libi386/
H A Dvidconsole.c852 from = font_lookup(&gfx_state.tg_font, c, &a); in vidc_install_font()