Home
last modified time | relevance | path

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

/third_party/cups-filters/fontembed/
Dembed.h26 typedef enum { EMB_A_MULTIBYTE=0x01, // embedd as multibyte font? enumerator
71 if (emb->plan&EMB_A_MULTIBYTE) { in emb_set()
Dtest_pdf.c54 if (emb->plan&EMB_A_MULTIBYTE) { in write_string()
154 if (emb->plan&EMB_A_MULTIBYTE) { in main()
Dembed_pdf.c35 return (emb->plan&EMB_A_MULTIBYTE)?1:0; in emb_multibyte()
187 if (emb->plan&EMB_A_MULTIBYTE) { // multibyte in emb_pdf_fontdescr()
341 if (emb->plan&EMB_A_MULTIBYTE) { in emb_pdf_fontwidths()
464 if (emb->plan&EMB_A_MULTIBYTE) { // multibyte in emb_pdf_simple_font()
Dtest_ps.c27 if (emb->plan&EMB_A_MULTIBYTE) { in write_string()
Dembed.c147 ret->plan|=EMB_A_MULTIBYTE; in emb_new()
/third_party/cups-filters/filter/
Dtest_pdf2.c15 if (emb->plan&EMB_A_MULTIBYTE) { in write_string()
Dpdfutils.c394 if (emb->plan&EMB_A_MULTIBYTE) { in pdfOut_write_font()
Dtexttopdf.c110 assert(emb->plan&EMB_A_MULTIBYTE); in font_load()