Searched refs:input_slot (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | ppd-emit.c | 1110 *input_slot; /* InputSlot choice, if any */ in ppd_handle_media() local 1142 input_slot = ppdFindMarkedChoice(ppd, "InputSlot"); in ppd_handle_media() 1144 if (input_slot != NULL) in ppd_handle_media() 1145 rpr = ppdFindAttr(ppd, "RequiresPageRegion", input_slot->choice); in ppd_handle_media() 1153 (!manual_feed && !input_slot) || in ppd_handle_media() 1155 (!input_slot || (input_slot->code && !input_slot->code[0]))) || in ppd_handle_media()
|
D | ppd-cache.c | 960 ppd_option_t *input_slot, /* InputSlot option */ in _ppdCacheCreateWithPPD() local 1197 if ((input_slot = ppdFindOption(ppd, "InputSlot")) == NULL) in _ppdCacheCreateWithPPD() 1198 input_slot = ppdFindOption(ppd, "HPPaperSource"); in _ppdCacheCreateWithPPD() 1200 if (input_slot) in _ppdCacheCreateWithPPD() 1202 pc->source_option = _cupsStrAlloc(input_slot->keyword); in _ppdCacheCreateWithPPD() 1204 if ((pc->sources = calloc((size_t)input_slot->num_choices, sizeof(pwg_map_t))) == NULL) in _ppdCacheCreateWithPPD() 1207 "pwg_map_t's for InputSlot.", input_slot->num_choices)); in _ppdCacheCreateWithPPD() 1211 pc->num_sources = input_slot->num_choices; in _ppdCacheCreateWithPPD() 1213 for (i = input_slot->num_choices, choice = input_slot->choices, in _ppdCacheCreateWithPPD() 2663 const char *input_slot) /* I - PPD InputSlot */ in _ppdCacheGetSource() argument [all …]
|
D | ppd-private.h | 196 const char *input_slot);
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tgsi.c | 272 unsigned input_slot = 0; in create_vs() local 284 src = ureg_DECL_vs_input(ureg, input_slot++); in create_vs() 290 src = ureg_DECL_vs_input(ureg, input_slot++); in create_vs() 296 src = ureg_DECL_vs_input(ureg, input_slot++); in create_vs() 302 src = ureg_DECL_vs_input(ureg, input_slot++); in create_vs() 308 src = ureg_DECL_vs_input(ureg, input_slot++); in create_vs()
|
/external/libcups/filter/ |
D | pstops.c | 97 const char *input_slot, /* InputSlot value */ member 1311 pageinfo->num_options = cupsAddOption("InputSlot", doc->input_slot, in copy_page() 1315 doc->input_slot ? "False" : in copy_page() 2352 doc->input_slot = choice->choice; in set_pstops_options()
|