Home
last modified time | relevance | path

Searched refs:vf_map_count (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt_font.c102 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 Dvt_core.c1741 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 Dvt_font_default.c3493 .vf_map_count = { 322, 0, 336, 0 },
/freebsd/stand/common/
H A Dgfx_fb.c2204 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 Dfont.h79 uint32_t vf_map_count[VFNT_MAPS]; member