Searched refs:vf_map_count (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/dev/vt/ |
| H A D | vt_font.c | 103 vf->vf_map_count[bold_map], src); in vtfont_lookup() 108 vf->vf_map_count[normal_map], src); in vtfont_lookup() 195 vf->vf_map_count[i] = f->map_count[i]; in vtfont_load() 203 error = vtfont_validate_map(vf->vf_map[i], vf->vf_map_count[i], in vtfont_load()
|
| H A D | vt_core.c | 1730 vfp->vf_map_count[i] = fi->fi_map_count[i]; in parse_font_info_static() 1779 vfp->vf_map_count[i] = fi->fi_map_count[i]; in parse_font_info()
|
| /freebsd-14.2/sys/dev/vt/font/ |
| H A D | vt_font_default.c | 3493 .vf_map_count = { 322, 0, 336, 0 },
|
| /freebsd-14.2/sys/sys/ |
| H A D | font.h | 79 uint32_t vf_map_count[VFNT_MAPS]; member
|
| /freebsd-14.2/stand/common/ |
| H A D | gfx_fb.c | 2202 state->tg_font.vf_map_count[i] = in setup_font() 2203 font_data->vfbd_font->vf_map_count[i]; in setup_font() 2265 vf->vf_map_count[VFNT_MAP_BOLD], c); in font_lookup() 2270 vf->vf_map_count[VFNT_MAP_NORMAL], c); in font_lookup() 2284 if (fp->vf_map_count[n] == 0) in load_mapping() 2287 size = fp->vf_map_count[n] * sizeof(*mp); in load_mapping() 2317 if (fp->vf_map_count[n] == 0) in builtin_mapping() 2320 size = fp->vf_map_count[n] * sizeof(*mp); in builtin_mapping() 2395 fp->vf_map_count[i] = in load_font() 2976 fi.fi_map_count[i] = fd->vf_map_count[i]; in build_font_module() [all …]
|