Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/vt/
HDvt_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()
HDvt_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-head/sys/dev/vt/font/
HDvt_font_default.c3493 .vf_map_count = { 322, 0, 336, 0 },
/freebsd-head/sys/sys/
HDfont.h79 uint32_t vf_map_count[VFNT_MAPS]; member
/freebsd-head/stand/common/
HDgfx_fb.c2212 state->tg_font.vf_map_count[i] = in setup_font()
2213 font_data->vfbd_font->vf_map_count[i]; in setup_font()
2275 vf->vf_map_count[VFNT_MAP_BOLD], c); in font_lookup()
2280 vf->vf_map_count[VFNT_MAP_NORMAL], c); in font_lookup()
2294 if (fp->vf_map_count[n] == 0) in load_mapping()
2297 size = fp->vf_map_count[n] * sizeof(*mp); in load_mapping()
2310 for (i = 0; i < fp->vf_map_count[n]; i++) { in load_mapping()
2327 if (fp->vf_map_count[n] == 0) in builtin_mapping()
2330 size = fp->vf_map_count[n] * sizeof(*mp); in builtin_mapping()
2405 fp->vf_map_count[i] = in load_font()
[all …]