Searched refs:font_map (Results 1 – 5 of 5) sorted by relevance
62 struct font_map { struct70 struct font_map *vf_map[VFNT_MAPS]; /* Mapping tables. */ argument
127 cf_font.vf_map[i] = (struct font_map *)ptr; in xbi_init_font()128 ptr += (fi->fi_map_count[i] * sizeof (struct font_map)); in xbi_init_font()
576 size += fd->vf_map_count[i] * sizeof (struct font_map); in build_font_module()614 fd->vf_map_count[i] * sizeof (struct font_map)); in build_font_module()
1939 struct font_map *mp; in load_mapping()1969 struct font_map *mp; in builtin_mapping()
318 font_bisearch(const struct font_map *map, uint32_t len, uint32_t src) in font_bisearch()