Home
last modified time | relevance | path

Searched refs:pdfOut_write_font (Results 1 – 4 of 4) sorted by relevance

/third_party/cups-filters/filter/
Dpdfutils.h80 int pdfOut_write_font(pdfOut *pdf,struct _EMB_PARAMS *emb);
Dtest_pdf2.c87 int font_obj=pdfOut_write_font(pdf,emb); in main()
Dpdfutils.c298 int pdfOut_write_font(pdfOut *pdf,EMB_PARAMS *emb) // {{{ in pdfOut_write_font() function
Dtexttopdf.c183 emb->font->fobj=pdfOut_write_font(pdf,emb); in WriteEpilogue()