Searched refs:EMB_PDF_FONTDESCR (Results 1 – 6 of 6) sorted by relevance
/third_party/cups-filters/fontembed/ |
D | embed_pdf.h | 26 } EMB_PDF_FONTDESCR; typedef 44 EMB_PDF_FONTDESCR *emb_pdf_fontdescr(EMB_PARAMS *emb); 48 char *emb_pdf_simple_fontdescr(EMB_PARAMS *emb,EMB_PDF_FONTDESCR *fdes,int fontfile_obj_ref); 49 char *emb_pdf_simple_font(EMB_PARAMS *emb,EMB_PDF_FONTDESCR *fdes,EMB_PDF_FONTWIDTHS *fwid,int font…
|
D | embed_pdf.c | 91 static EMB_PDF_FONTDESCR *emb_pdf_fd_new(const char *fontname, in emb_pdf_fd_new() 98 EMB_PDF_FONTDESCR *ret; in emb_pdf_fd_new() 100 int len=sizeof(EMB_PDF_FONTDESCR); in emb_pdf_fd_new() 151 EMB_PDF_FONTDESCR *emb_pdf_fontdescr(EMB_PARAMS *emb) // {{{ - to be freed by user in emb_pdf_fontdescr() 186 EMB_PDF_FONTDESCR *ret; in emb_pdf_fontdescr() 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()
|
D | embed_sfnt_int.h | 12 void emb_otf_get_pdf_fontdescr(OTF_FILE *otf,EMB_PDF_FONTDESCR *ret);
|
D | test_pdf.c | 111 EMB_PDF_FONTDESCR *fdes=emb_pdf_fontdescr(emb); in main()
|
D | embed_sfnt.c | 81 void emb_otf_get_pdf_fontdescr(OTF_FILE *otf,EMB_PDF_FONTDESCR *ret) // {{{ in emb_otf_get_pdf_fontdescr()
|
/third_party/cups-filters/filter/ |
D | pdfutils.c | 303 EMB_PDF_FONTDESCR *fdes=emb_pdf_fontdescr(emb); in pdfOut_write_font()
|