Searched refs:PPDC_PICKONE (Results 1 – 2 of 2) sorted by relevance
/external/libcups/ppdc/ |
D | ppdc-source.cxx | 812 o = new ppdcOption(PPDC_PICKONE, "Duplex", "2-Sided Printing", in get_duplex() 1546 ot = PPDC_PICKONE; in get_option() 2708 o = new ppdcOption(PPDC_PICKONE, "ColorModel", "Color Mode", PPDC_SECTION_ANY, 10.0f); in scan_file() 2829 o = new ppdcOption(PPDC_PICKONE, "cupsDarkness", "Darkness", PPDC_SECTION_ANY, 10.0f); in scan_file() 2915 o = new ppdcOption(PPDC_PICKONE, "cupsFinishing", "Finishing", PPDC_SECTION_ANY, 10.0f); in scan_file() 3007 o = new ppdcOption(PPDC_PICKONE, "InputSlot", "Media Source", in scan_file() 3140 o = new ppdcOption(PPDC_PICKONE, "MediaType", "Media Type", in scan_file() 3273 o = new ppdcOption(PPDC_PICKONE, "Resolution", NULL, PPDC_SECTION_ANY, in scan_file() 3695 o->type == PPDC_PICKONE ? "PickOne" : "PickMany", in write_file()
|
D | ppdc.h | 63 PPDC_PICKONE, // Single choice from list enumerator
|