Home
last modified time | relevance | path

Searched refs:OTF_DIRENT (Results 1 – 3 of 3) sorted by relevance

/third_party/cups-filters/fontembed/
Dsfnt.h11 } OTF_DIRENT; typedef
19 OTF_DIRENT *tables;
34 OTF_DIRENT *glyfTable;
Dsfnt.c176 otf->tables=malloc(sizeof(OTF_DIRENT)*otf->numTables); in otf_do_load()
364 const unsigned int aa=((const OTF_DIRENT *)a)->tag; in otf_dirent_compare()
365 const unsigned int bb=((const OTF_DIRENT *)b)->tag; in otf_dirent_compare()
405 OTF_DIRENT key={.tag=tag},*res; in otf_find_table()
432 const OTF_DIRENT *table=otf->tables+idx; in otf_get_table()
792 const OTF_DIRENT *table=otf->tables+table_no; in otf_action_copy()
819 const OTF_DIRENT *table=otf->tables+table_no; in otf_action_copy_head()
Dsfnt_subset.c303 const OTF_DIRENT *table=otf->tables+idx; in otf_cff_extract()