Home
last modified time | relevance | path

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

/external/libcups/filter/
Dcommon.c183 if (ppdIsMarked(ppd, "Duplex", "DuplexNoTumble") || in SetCommonOptions()
184 ppdIsMarked(ppd, "Duplex", "DuplexTumble") || in SetCommonOptions()
185 ppdIsMarked(ppd, "JCLDuplex", "DuplexNoTumble") || in SetCommonOptions()
186 ppdIsMarked(ppd, "JCLDuplex", "DuplexTumble") || in SetCommonOptions()
187 ppdIsMarked(ppd, "EFDuplex", "DuplexNoTumble") || in SetCommonOptions()
188 ppdIsMarked(ppd, "EFDuplex", "DuplexTumble") || in SetCommonOptions()
189 ppdIsMarked(ppd, "KD03Duplex", "DuplexNoTumble") || in SetCommonOptions()
190 ppdIsMarked(ppd, "KD03Duplex", "DuplexTumble")) in SetCommonOptions()
Drastertolabel.c528 if (ppdIsMarked(ppd, "zeMediaTracking", "Continuous")) in EndPage()
537 else if (ppdIsMarked(ppd, "zeMediaTracking", "Web")) in EndPage()
539 else if (ppdIsMarked(ppd, "zeMediaTracking", "Mark")) in EndPage()
595 if (ppdIsMarked(ppd, "zeErrorReprint", "Always")) in EndPage()
597 else if (ppdIsMarked(ppd, "zeErrorReprint", "Never")) in EndPage()
647 if (ppdIsMarked(ppd, "zeErrorReprint", "Always")) in EndPage()
649 else if (ppdIsMarked(ppd, "zeErrorReprint", "Never")) in EndPage()
/external/libcups/cups/
Dppd.h382 extern int ppdIsMarked(ppd_file_t *ppd, const char *keyword,
Dlibcups2.def564 ppdIsMarked
Dppd-mark.c472 ppdIsMarked(ppd_file_t *ppd, /* I - PPD file data */ in ppdIsMarked() function