Home
last modified time | relevance | path

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

/third_party/cups-filters/fontembed/
Dsfnt.c789 int otf_action_copy(void *param,int table_no,OUTPUT_FN output,void *context) // {{{ in otf_action_copy() argument
792 const OTF_DIRENT *table=otf->tables+table_no; in otf_action_copy()
817 …const int table_no=otf_find_table(otf,OTF_TAG('h','e','a','d')); // we can't have csum AND table_n… in otf_action_copy_head() local
818 assert(table_no!=-1); in otf_action_copy_head()
819 const OTF_DIRENT *table=otf->tables+table_no; in otf_action_copy_head()