Searched refs:vf_map_count (Results 1 – 5 of 5) sorted by relevance
/freebsd/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 | 1741 vfp->vf_map_count[i] = fi->fi_map_count[i]; in parse_font_info_static() 1790 vfp->vf_map_count[i] = fi->fi_map_count[i]; in parse_font_info()
|
/freebsd/sys/dev/vt/font/ |
H A D | vt_font_default.c | 3493 .vf_map_count = { 322, 0, 336, 0 },
|
/freebsd/stand/common/ |
H A D | gfx_fb.c | 2204 state->tg_font.vf_map_count[i] = in setup_font() 2205 font_data->vfbd_font->vf_map_count[i]; in setup_font() 2267 vf->vf_map_count[VFNT_MAP_BOLD], c); in font_lookup() 2272 vf->vf_map_count[VFNT_MAP_NORMAL], c); in font_lookup() 2286 if (fp->vf_map_count[n] == 0) in load_mapping() 2289 size = fp->vf_map_count[n] * sizeof(*mp); in load_mapping() 2302 for (i = 0; i < fp->vf_map_count[n]; i++) { in load_mapping() 2319 if (fp->vf_map_count[n] == 0) in builtin_mapping() 2322 size = fp->vf_map_count[n] * sizeof(*mp); in builtin_mapping() 2397 fp->vf_map_count[i] = in load_font() [all …]
|
/freebsd/sys/sys/ |
H A D | font.h | 79 uint32_t vf_map_count[VFNT_MAPS]; member
|