Home
last modified time | relevance | path

Searched defs:emb (Results 1 – 8 of 8) sorted by relevance

/third_party/cups-filters/fontembed/
Dembed_pdf.c33 static inline int emb_multibyte(EMB_PARAMS *emb) // {{{ in emb_multibyte()
67 const char *emb_pdf_get_font_subtype(EMB_PARAMS *emb) // {{{ in emb_pdf_get_font_subtype()
75 const char *emb_pdf_get_fontfile_key(EMB_PARAMS *emb) // {{{ in emb_pdf_get_fontfile_key()
83 const char *emb_pdf_get_fontfile_subtype(EMB_PARAMS *emb) // {{{ in emb_pdf_get_fontfile_subtype()
151 EMB_PDF_FONTDESCR *emb_pdf_fontdescr(EMB_PARAMS *emb) // {{{ - to be freed by user in emb_pdf_fontdescr()
335 EMB_PDF_FONTWIDTHS *emb_pdf_fontwidths(EMB_PARAMS *emb) // {{{ in emb_pdf_fontwidths()
367 char *emb_pdf_simple_fontdescr(EMB_PARAMS *emb,EMB_PDF_FONTDESCR *fdes,int fontfile_obj_ref) // {{{… in emb_pdf_simple_fontdescr()
443 char *emb_pdf_simple_font(EMB_PARAMS *emb,EMB_PDF_FONTDESCR *fdes,EMB_PDF_FONTWIDTHS *fwid,int font… in emb_pdf_simple_font()
528 char *emb_pdf_simple_cidfont(EMB_PARAMS *emb,const char *fontname,int descendant_obj_ref) // {{{ - … in emb_pdf_simple_cidfont()
569 char *emb_pdf_simple_stdfont(EMB_PARAMS *emb) // {{{ - to be freed by user in emb_pdf_simple_stdfont()
Dtest_ps.c21 static inline void write_string(FILE *f,EMB_PARAMS *emb,const char *str) // {{{ in write_string()
60 EMB_PARAMS *emb=emb_new(ff, in main() local
Dembed.c177 int emb_embed(EMB_PARAMS *emb,OUTPUT_FN output,void *context) // {{{ in emb_embed()
249 void emb_close(EMB_PARAMS *emb) // {{{ in emb_close()
Dtest_pdf.c48 static inline void write_string(FILE *f,EMB_PARAMS *emb,const char *str) // {{{ in write_string()
87 EMB_PARAMS *emb=emb_new(ff, in main() local
Dembed.h68 static inline void emb_set(EMB_PARAMS *emb,int unicode,unsigned short gid) // {{{ in emb_set()
82 static inline unsigned short emb_get(EMB_PARAMS *emb,int unicode) // {{{ gid in emb_get()
/third_party/cups-filters/filter/
Dtest_pdf2.c9 static inline void write_string(pdfOut *pdf,EMB_PARAMS *emb,const char *str) // {{{ in write_string()
58 EMB_PARAMS *emb=emb_new(ff, in main() local
Dtexttopdf.c105 EMB_PARAMS *emb=emb_new(ff, in font_load() local
118 EMB_PARAMS *emb=emb_new(ff, in font_std() local
178 EMB_PARAMS *emb=Fonts[j][i]; in WriteEpilogue() local
201 EMB_PARAMS *emb=Fonts[j][i]; in WriteEpilogue() local
1111 EMB_PARAMS *emb=Fonts[lastfont][fontid]; in write_font_str() local
Dpdfutils.c298 int pdfOut_write_font(pdfOut *pdf,EMB_PARAMS *emb) // {{{ in pdfOut_write_font()