Searched refs:vf_map_count (Results 1 – 5 of 5) sorted by relevance
| /src/sys/dev/vt/ |
| H A D | vt_font.c | 102 vf->vf_map_count[bold_map], src); in vtfont_lookup() 107 vf->vf_map_count[normal_map], src); in vtfont_lookup() 194 vf->vf_map_count[i] = f->map_count[i]; in vtfont_load() 202 error = vtfont_validate_map(vf->vf_map[i], vf->vf_map_count[i], in vtfont_load()
|
| H A D | vt_core.c | 1746 vfp->vf_map_count[i] = fi->fi_map_count[i]; in parse_font_info_static() 1795 vfp->vf_map_count[i] = fi->fi_map_count[i]; in parse_font_info()
|
| /src/sys/dev/vt/font/ |
| H A D | vt_font_default.c | 3493 .vf_map_count = { 322, 0, 336, 0 },
|
| /src/stand/common/ |
| H A D | gfx_fb.c | 2292 state->tg_font.vf_map_count[i] = in setup_font() 2293 font_data->vfbd_font->vf_map_count[i]; in setup_font() 2355 vf->vf_map_count[VFNT_MAP_BOLD], c); in font_lookup() 2360 vf->vf_map_count[VFNT_MAP_NORMAL], c); in font_lookup() 2374 if (fp->vf_map_count[n] == 0) in load_mapping() 2377 size = fp->vf_map_count[n] * sizeof(*mp); in load_mapping() 2390 for (i = 0; i < fp->vf_map_count[n]; i++) { in load_mapping() 2407 if (fp->vf_map_count[n] == 0) in builtin_mapping() 2410 size = fp->vf_map_count[n] * sizeof(*mp); in builtin_mapping() 2485 fp->vf_map_count[i] = in load_font() [all …]
|
| /src/sys/sys/ |
| H A D | font.h | 79 uint32_t vf_map_count[VFNT_MAPS]; member
|