Searched refs:vt_font (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/vt/ |
H A D | vt_font.c | 83 vtfont_lookup(const struct vt_font *vf, term_char_t c) in vtfont_lookup() 114 struct vt_font * 115 vtfont_ref(struct vt_font *vf) in vtfont_ref() 123 vtfont_unref(struct vt_font *vf) in vtfont_unref() 158 vtfont_load(vfnt_t *f, struct vt_font **ret) in vtfont_load() 161 struct vt_font *vf; in vtfont_load()
|
H A D | vt.h | 296 struct vt_font *vw_font; /* (d) Graphical font. */ 436 const uint8_t *vtfont_lookup(const struct vt_font *vf, term_char_t c); 437 struct vt_font *vtfont_ref(struct vt_font *vf); 438 void vtfont_unref(struct vt_font *vf); 439 int vtfont_load(vfnt_t *f, struct vt_font **ret); 456 void vt_termsize(struct vt_device *, struct vt_font *, term_pos_t *); 457 void vt_winsize(struct vt_device *, struct vt_font *, struct winsize *);
|
H A D | vt_core.c | 178 extern struct vt_font vt_font_default; 179 static struct vt_font vt_font_loader; 180 static struct vt_font *vt_font_assigned = &vt_font_default; 647 vt_termsize(struct vt_device *vd, struct vt_font *vf, term_pos_t *size) in vt_termsize() 663 vt_termrect(struct vt_device *vd, struct vt_font *vf, term_rect_t *rect) in vt_termrect() 685 vt_winsize(struct vt_device *vd, struct vt_font *vf, struct winsize *size) in vt_winsize() 705 struct vt_font *vf; in vt_compute_drawable_area() 1291 struct vt_font *vf; in vt_mark_mouse_position_as_dirty() 1405 struct vt_font *vf; in vt_bitblt_buffer() 1480 struct vt_font *vf; in vt_flush() [all …]
|
H A D | vt_cpulogos.c | 154 struct vt_font *vf; in vt_fini_logos() 211 struct vt_font *vf; in vt_init_logos()
|
/freebsd/sys/sys/ |
H A D | font.h | 74 struct vt_font { struct 89 struct vt_font *vfbd_font; argument
|
/freebsd/sys/dev/vt/font/ |
H A D | vt_font_default.c | 3483 struct vt_font vt_font_default = {
|
/freebsd/stand/common/ |
H A D | gfx_fb.h | 215 struct vt_font tg_font; 241 uint8_t *font_lookup(const struct vt_font *, teken_char_t,
|
H A D | gfx_fb.c | 2267 font_lookup(const struct vt_font *vf, teken_char_t c, const teken_attr_t *a) in font_lookup() 2288 load_mapping(int fd, struct vt_font *fp, int n) in load_mapping() 2319 builtin_mapping(struct vt_font *fp, int n) in builtin_mapping() 2355 struct vt_font *fp; in load_font() 2378 if ((fp = calloc(1, sizeof(struct vt_font))) == NULL) in load_font() 2429 if ((fp = calloc(1, sizeof(struct vt_font))) == NULL) { in load_font() 2939 struct vt_font *fd; in build_font_module()
|
/freebsd/usr.sbin/bsdconfig/console/ |
H A D | INDEX | 48 menu_selection="vt_font|font"
|
/freebsd/sys/dev/vt/hw/vga/ |
H A D | vt_vga.c | 614 const struct vt_font *vf; in vga_bitblt_one_text_pixels_block() 785 const struct vt_font *vf; in vga_bitblt_text_gfxmode()
|
/freebsd/sys/dev/vt/hw/fb/ |
H A D | vt_fb.c | 387 struct vt_font *vf; in vt_fb_bitblt_text()
|
/freebsd/sys/dev/vt/hw/ofwfb/ |
H A D | ofwfb.c | 262 struct vt_font *vf; in ofwfb_bitblt_text()
|
/freebsd/sys/conf/ |
H A D | files | 3477 dev/vt/vt_font.c optional vt
|