Home
last modified time | relevance | path

Searched refs:pdfOut_add_xref (Results 1 – 5 of 5) sorted by relevance

/dports/print/cups-filters/cups-filters-1.28.10/filter/
H A Dpdfutils.c109 int pdfOut_add_xref(pdfOut *pdf) // {{{ - returns obj_no in pdfOut_add_xref() function
183 pages_obj=pdfOut_add_xref(pdf); // fixed later in pdfOut_begin_pdf()
214 root_obj=pdfOut_add_xref(pdf); in pdfOut_finish_pdf()
224 info_obj=pdfOut_add_xref(pdf); in pdfOut_finish_pdf()
306 const int f_obj=pdfOut_add_xref(pdf); in pdfOut_write_font()
322 const int ff_obj=pdfOut_add_xref(pdf); in pdfOut_write_font()
347 const int l0_obj=pdfOut_add_xref(pdf); in pdfOut_write_font()
355 const int l1_obj=pdfOut_add_xref(pdf); in pdfOut_write_font()
363 const int fd_obj=pdfOut_add_xref(pdf); in pdfOut_write_font()
380 const int f_obj=pdfOut_add_xref(pdf); in pdfOut_write_font()
[all …]
H A Dtest_pdf1.c15 int font_obj=pdfOut_add_xref(pdf); in main()
25 int cobj=pdfOut_add_xref(pdf); in main()
36 int obj=pdfOut_add_xref(pdf); in main()
H A Dtest_pdf2.c65 const int cobj=pdfOut_add_xref(pdf); in main()
79 const int clobj=pdfOut_add_xref(pdf); in main()
90 int obj=pdfOut_add_xref(pdf); in main()
H A Dpdfutils.h63 int pdfOut_add_xref(pdfOut *pdf);
H A Dtexttopdf.c225 int content=pdfOut_add_xref(pdf); in WritePage()
246 int len_obj=pdfOut_add_xref(pdf); in WritePage()
253 int obj=pdfOut_add_xref(pdf); in WritePage()
828 FontResource=pdfOut_add_xref(pdf); in WriteProlog()