Searched refs:tag_info (Results 1 – 4 of 4) sorted by relevance
277 entry &tag_info(tag_type t) in tag_info() function512 int tfm_type = tag_info(type_tag).value; in check_type()530 f.seek(tag_info(design_units_per_em_tag).value); in check_units()537 f.seek(tag_info(inches_per_point_tag).value); in check_units()548 if (!tag_info(t).present) in require_tag()558 if (!tag_info(font_name_tag).present) in output_font_name()560 int count = tag_info(font_name_tag).count; in output_font_name()564 f.seek(tag_info(font_name_tag).value); in output_font_name()572 count, tag_info(font_name_tag).orig_value); in output_font_name()587 printf("spacewidth %d\n", scale(tag_info(word_spacing_tag).value)); in output_spacewidth()[all …]
59 struct tag_info struct607 struct tag_info *ti; in check_fileproc()680 p->data = ti = xmalloc (sizeof (struct tag_info)); in check_fileproc()880 struct tag_info *ti; in tag_delproc()883 ti = (struct tag_info *) p->data; in tag_delproc()908 struct tag_info *taginfo = (struct tag_info *)p->data; in pretag_list_to_args_proc()
4841 (check_fileproc): Add proper tag_info struct as node data rather than a4845 (tag_delproc): Handle new tag_info struct data members.
2985 AttrInfo tag_info[] = {{XCS("c"), XCS("3")}, {NULL, NULL}}; in START_TEST() local2990 info[1].attributes = tag_info; in START_TEST()