Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/pdftopdf/
Dpdftopdf_processor.h43 emitJCL(true),deviceCopies(1), in ProcessingParameters()
95 bool emitJCL; member
Dpdftopdf_jcl.cc126 if (param.emitJCL) { in emitPreamble()
174 if (param.emitJCL) { in emitPostamble()
Dpdftopdf_processor.cc95 (emitJCL)?"true":"false"); in dump()
Dpdftopdf.cc562 param.emitJCL=!is_false(val)&&(strcmp(val,"0")!=0); in getParameters()