Home
last modified time | relevance | path

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

/external/libcups/filter/
Dcommon.c189 if (ppdIsMarked(ppd, "Duplex", "DuplexNoTumble") || in SetCommonOptions()
190 ppdIsMarked(ppd, "Duplex", "DuplexTumble") || in SetCommonOptions()
191 ppdIsMarked(ppd, "JCLDuplex", "DuplexNoTumble") || in SetCommonOptions()
192 ppdIsMarked(ppd, "JCLDuplex", "DuplexTumble") || in SetCommonOptions()
193 ppdIsMarked(ppd, "EFDuplex", "DuplexNoTumble") || in SetCommonOptions()
194 ppdIsMarked(ppd, "EFDuplex", "DuplexTumble") || in SetCommonOptions()
195 ppdIsMarked(ppd, "KD03Duplex", "DuplexNoTumble") || in SetCommonOptions()
196 ppdIsMarked(ppd, "KD03Duplex", "DuplexTumble")) in SetCommonOptions()
Drastertolabel.c532 if (ppdIsMarked(ppd, "zeMediaTracking", "Continuous")) in EndPage()
541 else if (ppdIsMarked(ppd, "zeMediaTracking", "Web")) in EndPage()
543 else if (ppdIsMarked(ppd, "zeMediaTracking", "Mark")) in EndPage()
599 if (ppdIsMarked(ppd, "zeErrorReprint", "Always")) in EndPage()
601 else if (ppdIsMarked(ppd, "zeErrorReprint", "Never")) in EndPage()
644 if (ppdIsMarked(ppd, "zeErrorReprint", "Always")) in EndPage()
646 else if (ppdIsMarked(ppd, "zeErrorReprint", "Never")) in EndPage()
/external/libcups/cups/
Dlibcups2.def521 ppdIsMarked
Dppd.h388 extern int ppdIsMarked(ppd_file_t *ppd, const char *keyword,
Dppd-mark.c476 ppdIsMarked(ppd_file_t *ppd, /* I - PPD file data */ in ppdIsMarked() function