Home
last modified time | relevance | path

Searched refs:EMB_PDF_FONTWIDTHS (Results 1 – 7 of 7) sorted by relevance

/third_party/cups-filters/fontembed/
Dembed_pdf.h38 } EMB_PDF_FONTWIDTHS; typedef
45 EMB_PDF_FONTWIDTHS *emb_pdf_fontwidths(EMB_PARAMS *emb);
49 char *emb_pdf_simple_font(EMB_PARAMS *emb,EMB_PDF_FONTDESCR *fdes,EMB_PDF_FONTWIDTHS *fwid,int font…
Dembed_pdf_int.h4 EMB_PDF_FONTWIDTHS *emb_pdf_fw_new(int datasize);
8 EMB_PDF_FONTWIDTHS *emb_pdf_fw_cidwidths(const BITSET glyphs,int len,int default_width,int (*getGly…
Dembed_pdf.c205 EMB_PDF_FONTWIDTHS *emb_pdf_fw_new(int datasize) // {{{ in emb_pdf_fw_new()
208 EMB_PDF_FONTWIDTHS *ret=calloc(1,sizeof(EMB_PDF_FONTWIDTHS)+datasize*sizeof(int)); in emb_pdf_fw_new()
219 EMB_PDF_FONTWIDTHS *emb_pdf_fw_cidwidths(const BITSET glyphs,int len,int default_width,int (*getGly… in emb_pdf_fw_cidwidths()
262 EMB_PDF_FONTWIDTHS *ret=emb_pdf_fw_new(size+1); in emb_pdf_fw_cidwidths()
335 EMB_PDF_FONTWIDTHS *emb_pdf_fontwidths(EMB_PARAMS *emb) // {{{ in emb_pdf_fontwidths()
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.h13 EMB_PDF_FONTWIDTHS *emb_otf_get_pdf_widths(OTF_FILE *otf,const unsigned short *encoding,int len,con…
14 EMB_PDF_FONTWIDTHS *emb_otf_get_pdf_cidwidths(OTF_FILE *otf,const BITSET glyph);
Dembed_sfnt.c225 EMB_PDF_FONTWIDTHS *emb_otf_get_pdf_widths(OTF_FILE *otf,const unsigned short *encoding,int len,con… in emb_otf_get_pdf_widths()
263 EMB_PDF_FONTWIDTHS *ret=emb_pdf_fw_new(last-first+1); in emb_otf_get_pdf_widths()
295 EMB_PDF_FONTWIDTHS *emb_otf_get_pdf_cidwidths(OTF_FILE *otf,const BITSET glyphs) // {{{ // glyphs==… in emb_otf_get_pdf_cidwidths()
Dtest_pdf.c113 EMB_PDF_FONTWIDTHS *fwid=emb_pdf_fontwidths(emb); in main()
/third_party/cups-filters/filter/
Dpdfutils.c375 EMB_PDF_FONTWIDTHS *fwid=emb_pdf_fontwidths(emb); in pdfOut_write_font()