Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/vt/
H A Dvt_font.c105 vf->vf_map_count[bold_map], src); in vtfont_lookup()
110 vf->vf_map_count[normal_map], src); in vtfont_lookup()
197 vf->vf_map_count[i] = f->map_count[i]; in vtfont_load()
205 error = vtfont_validate_map(vf->vf_map[i], vf->vf_map_count[i], in vtfont_load()
H A Dvt_core.c1549 vfp->vf_map_count[i] = fi->fi_map_count[i]; in parse_font_info_static()
1598 vfp->vf_map_count[i] = fi->fi_map_count[i]; in parse_font_info()
/freebsd-13.1/sys/dev/vt/font/
H A Dvt_font_default.c3339 .vf_map_count = { 308, 0, 319, 0 },
/freebsd-13.1/sys/sys/
H A Dfont.h81 uint32_t vf_map_count[VFNT_MAPS]; member
/freebsd-13.1/stand/common/
H A Dgfx_fb.c2199 state->tg_font.vf_map_count[i] = in setup_font()
2200 font_data->vfbd_font->vf_map_count[i]; in setup_font()
2262 vf->vf_map_count[VFNT_MAP_BOLD], c); in font_lookup()
2267 vf->vf_map_count[VFNT_MAP_NORMAL], c); in font_lookup()
2281 if (fp->vf_map_count[n] == 0) in load_mapping()
2284 size = fp->vf_map_count[n] * sizeof(*mp); in load_mapping()
2297 for (i = 0; i < fp->vf_map_count[n]; i++) { in load_mapping()
2314 if (fp->vf_map_count[n] == 0) in builtin_mapping()
2317 size = fp->vf_map_count[n] * sizeof(*mp); in builtin_mapping()
2392 fp->vf_map_count[i] = in load_font()
[all …]
H A Dmodule.c685 fi.fi_map_count[i] = fd->vf_map_count[i]; in build_font_module()
687 size += fd->vf_map_count[i] * sizeof (struct vfnt_map); in build_font_module()
706 if (fd->vf_map_count[i] != 0) { in build_font_module()
708 fd->vf_map_count[i] * sizeof (struct vfnt_map)); in build_font_module()