Symbol: vt_font
stand/common/gfx_fb.c
2347
font_lookup(const struct vt_font *vf, teken_char_t c, const teken_attr_t *a)
stand/common/gfx_fb.c
2368
load_mapping(int fd, struct vt_font *fp, int n)
stand/common/gfx_fb.c
2399
builtin_mapping(struct vt_font *fp, int n)
stand/common/gfx_fb.c
2435
struct vt_font *fp;
stand/common/gfx_fb.c
2458
if ((fp = calloc(1, sizeof(struct vt_font))) == NULL)
stand/common/gfx_fb.c
2509
if ((fp = calloc(1, sizeof(struct vt_font))) == NULL) {
stand/common/gfx_fb.c
3019
struct vt_font *fd;
stand/common/gfx_fb.h
215
struct vt_font tg_font;
stand/common/gfx_fb.h
241
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
295
struct vt_font *vw_font; /* (d) Graphical font. */
sys/dev/vt/vt.h
435
const uint8_t *vtfont_lookup(const struct vt_font *vf, term_char_t c);
sys/dev/vt/vt.h
436
struct vt_font *vtfont_ref(struct vt_font *vf);
sys/dev/vt/vt.h
437
void vtfont_unref(struct vt_font *vf);
sys/dev/vt/vt.h
438
int vtfont_load(vfnt_t *f, struct vt_font **ret);
sys/dev/vt/vt.h
455
void vt_termsize(struct vt_device *, struct vt_font *, term_pos_t *);
sys/dev/vt/vt.h
456
void vt_winsize(struct vt_device *, struct vt_font *, struct winsize *);
sys/dev/vt/vt_core.c
1296
struct vt_font *vf;
sys/dev/vt/vt_core.c
1410
struct vt_font *vf;
sys/dev/vt/vt_core.c
1485
struct vt_font *vf;
sys/dev/vt/vt_core.c
1716
static struct vt_font *
sys/dev/vt/vt_core.c
1719
struct vt_font *vfp;
sys/dev/vt/vt_core.c
1766
static struct vt_font *
sys/dev/vt/vt_core.c
1769
struct vt_font *vfp;
sys/dev/vt/vt_core.c
178
extern struct vt_font vt_font_default;
sys/dev/vt/vt_core.c
179
static struct vt_font vt_font_loader;
sys/dev/vt/vt_core.c
180
static struct vt_font *vt_font_assigned = &vt_font_default;
sys/dev/vt/vt_core.c
1816
struct vt_font *font;
sys/dev/vt/vt_core.c
1831
struct vt_font *font;
sys/dev/vt/vt_core.c
2132
vt_change_font(struct vt_window *vw, struct vt_font *vf)
sys/dev/vt/vt_core.c
2296
struct vt_font *vf;
sys/dev/vt/vt_core.c
2374
struct vt_font *vf;
sys/dev/vt/vt_core.c
2876
struct vt_font *vf;
sys/dev/vt/vt_core.c
647
vt_termsize(struct vt_device *vd, struct vt_font *vf, term_pos_t *size)
sys/dev/vt/vt_core.c
663
vt_termrect(struct vt_device *vd, struct vt_font *vf, term_rect_t *rect)
sys/dev/vt/vt_core.c
685
vt_winsize(struct vt_device *vd, struct vt_font *vf, struct winsize *size)
sys/dev/vt/vt_core.c
705
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;