Home
last modified time | relevance | path

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

/third_party/cups-filters/fontembed/
Dtest_analyze.c198 if (otf->numTTC) { in main()
199 printf("TTC has %d fonts, using %d\n",otf->numTTC,otf->useTTC); in main()
Dsfnt.h15 unsigned int numTTC,useTTC; member
Dsfnt.c131 if (!otf->numTTC) { // >0 if TTC... in otf_get_ttc_start()
136 if ( (use_ttc<0)||(use_ttc>=otf->numTTC)|| in otf_get_ttc_start()
327 otf->numTTC=get_ULONG(buf+8); in otf_load()
Dembed.c208 } else if (emb->font->sfnt->numTTC) { // in emb_embed()
Dsfnt_subset.c14 assert(otf->numTTC); in otf_ttc_extract()