Symbol: vt_font
stand/common/gfx_fb.c
2532
font_lookup(const struct vt_font *vf, teken_char_t c, const teken_attr_t *a)
stand/common/gfx_fb.c
2553
load_mapping(int fd, struct vt_font *fp, int n)
stand/common/gfx_fb.c
2584
builtin_mapping(struct vt_font *fp, int n)
stand/common/gfx_fb.c
2620
struct vt_font *fp;
stand/common/gfx_fb.c
2643
if ((fp = calloc(1, sizeof(struct vt_font))) == NULL)
stand/common/gfx_fb.c
2694
if ((fp = calloc(1, sizeof(struct vt_font))) == NULL) {
stand/common/gfx_fb.c
3204
struct vt_font *fd;
stand/common/gfx_fb.h
215
struct vt_font tg_font;
stand/common/gfx_fb.h
247
uint8_t *font_lookup(const struct vt_font *, teken_char_t,
sys/dev/vt/font/vt_font_default.c
3483
struct vt_font vt_font_default = {
sys/dev/vt/hw/fb/vt_fb.c
394
struct vt_font *vf;
sys/dev/vt/hw/ofwfb/ofwfb.c
262
struct vt_font *vf;
sys/dev/vt/hw/vga/vt_vga.c
614
const struct vt_font *vf;
sys/dev/vt/hw/vga/vt_vga.c
785
const struct vt_font *vf;
sys/dev/vt/vt.h
297
struct vt_font *vw_font; /* (d) Graphical font. */
sys/dev/vt/vt.h
437
const uint8_t *vtfont_lookup(const struct vt_font *vf, term_char_t c);
sys/dev/vt/vt.h
438
struct vt_font *vtfont_ref(struct vt_font *vf);
sys/dev/vt/vt.h
439
void vtfont_unref(struct vt_font *vf);
sys/dev/vt/vt.h
440
int vtfont_load(vfnt_t *f, struct vt_font **ret);
sys/dev/vt/vt.h
457
void vt_termsize(struct vt_device *, struct vt_font *, term_pos_t *);
sys/dev/vt/vt.h
458
void vt_winsize(struct vt_device *, struct vt_font *, struct winsize *);
sys/dev/vt/vt_core.c
1301
struct vt_font *vf;
sys/dev/vt/vt_core.c
1415
struct vt_font *vf;
sys/dev/vt/vt_core.c
1490
struct vt_font *vf;
sys/dev/vt/vt_core.c
1733
static struct vt_font *
sys/dev/vt/vt_core.c
1736
struct vt_font *vfp;
sys/dev/vt/vt_core.c
1783
static struct vt_font *
sys/dev/vt/vt_core.c
1786
struct vt_font *vfp;
sys/dev/vt/vt_core.c
179
extern struct vt_font vt_font_default;
sys/dev/vt/vt_core.c
180
static struct vt_font vt_font_loader;
sys/dev/vt/vt_core.c
181
static struct vt_font *vt_font_assigned = &vt_font_default;
sys/dev/vt/vt_core.c
1833
struct vt_font *font;
sys/dev/vt/vt_core.c
1848
struct vt_font *font;
sys/dev/vt/vt_core.c
2149
vt_change_font(struct vt_window *vw, struct vt_font *vf)
sys/dev/vt/vt_core.c
2313
struct vt_font *vf;
sys/dev/vt/vt_core.c
2391
struct vt_font *vf;
sys/dev/vt/vt_core.c
2892
struct vt_font *vf;
sys/dev/vt/vt_core.c
648
vt_termsize(struct vt_device *vd, struct vt_font *vf, term_pos_t *size)
sys/dev/vt/vt_core.c
664
vt_termrect(struct vt_device *vd, struct vt_font *vf, term_rect_t *rect)
sys/dev/vt/vt_core.c
686
vt_winsize(struct vt_device *vd, struct vt_font *vf, struct winsize *size)
sys/dev/vt/vt_core.c
706
struct vt_font *vf;
sys/dev/vt/vt_cpulogos.c
154
struct vt_font *vf;
sys/dev/vt/vt_cpulogos.c
211
struct vt_font *vf;
sys/dev/vt/vt_font.c
114
struct vt_font *
sys/dev/vt/vt_font.c
115
vtfont_ref(struct vt_font *vf)
sys/dev/vt/vt_font.c
123
vtfont_unref(struct vt_font *vf)
sys/dev/vt/vt_font.c
158
vtfont_load(vfnt_t *f, struct vt_font **ret)
sys/dev/vt/vt_font.c
161
struct vt_font *vf;
sys/dev/vt/vt_font.c
83
vtfont_lookup(const struct vt_font *vf, term_char_t c)
sys/sys/font.h
89
struct vt_font *vfbd_font;