Home
last modified time | relevance | path

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

/third_party/cups-filters/fontembed/
Dembed_pdf.h26 } 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…
Dembed_pdf.c91 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()
Dembed_sfnt_int.h12 void emb_otf_get_pdf_fontdescr(OTF_FILE *otf,EMB_PDF_FONTDESCR *ret);
Dtest_pdf.c111 EMB_PDF_FONTDESCR *fdes=emb_pdf_fontdescr(emb); in main()
Dembed_sfnt.c81 void emb_otf_get_pdf_fontdescr(OTF_FILE *otf,EMB_PDF_FONTDESCR *ret) // {{{ in emb_otf_get_pdf_fontdescr()
/third_party/cups-filters/filter/
Dpdfutils.c303 EMB_PDF_FONTDESCR *fdes=emb_pdf_fontdescr(emb); in pdfOut_write_font()