Searched refs:map_folded_count (Results 1 – 1 of 1) sorted by relevance
| /src/usr.bin/vtfontcvt/ |
| H A D | vtfontcvt.c | 85 static unsigned int mapping_total, map_count[4], map_folded_count[4], variable 712 map_folded_count[map_idx]++; in fold_mappings() 777 fh.fh_map_count[0] = htobe32(map_folded_count[0]); in write_fnt() 778 fh.fh_map_count[1] = htobe32(map_folded_count[1]); in write_fnt() 779 fh.fh_map_count[2] = htobe32(map_folded_count[2]); in write_fnt() 780 fh.fh_map_count[3] = htobe32(map_folded_count[3]); in write_fnt() 942 map_folded_count[0], map_folded_count[1], map_folded_count[2], in write_fnt_source() 943 map_folded_count[3]) < 0) { in write_fnt_source() 1026 map_count[0], map_folded_count[0], in print_font_info() 1027 map_count[1], map_folded_count[1], in print_font_info() [all …]
|