Searched refs:ipp_finishings_t (Results 1 – 4 of 4) sorted by relevance
/external/libcups/cups/ |
D | ppd-private.h | 105 ipp_finishings_t value; /* finishings value */ 170 ipp_finishings_t value,
|
D | ppd-cache.c | 32 static void pwg_add_finishing(cups_array_t *finishings, ipp_finishings_t template, const char *name… 886 finishings->value = (ipp_finishings_t)strtol(value, &valueptr, 10); in _ppdCacheCreateWithFile() 1743 finishings->value = (ipp_finishings_t)atoi(ppd_attr->spec); in _ppdCacheCreateWithPPD() 2073 ipp_finishings_t value, /* I - IPP finishings value of IPP_FINISHINGS_NONE */ in _ppdCacheGetFinishingOptions() 2102 key.value = (ipp_finishings_t)ippGetInteger(attr, i); in _ppdCacheGetFinishingOptions() 4968 ipp_finishings_t template, /* I - Finishing template */ in pwg_add_finishing()
|
D | ipp.h | 199 } ipp_finishings_t; typedef
|
/external/libcups/tools/ |
D | ippeveps.c | 435 …num_options = _ppdCacheGetFinishingOptions(ppd_cache, NULL, (ipp_finishings_t)fin, num_options, op… in get_options()
|