Home
last modified time | relevance | path

Searched refs:pdfOut_putString (Results 1 – 3 of 3) sorted by relevance

/third_party/cups-filters/filter/
Dpdfutils.h50 void pdfOut_putString(pdfOut *pdf,const char *str,int len);
Dtest_pdf2.c28 pdfOut_putString(pdf,str,-1); in write_string()
Dpdfutils.c32 void pdfOut_putString(pdfOut *pdf,const char *str,int len) // {{{ - >len==-1: strlen() in pdfOut_putString() function
230 pdfOut_putString(pdf,pdf->kv[iA].value,-1); in pdfOut_finish_pdf()