Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
Dppdgenerator.c1618 cups_array_t *common_res, /* Common resolutions of all PDLs */ in ppdCreateFromIPP2() local
1901 common_res = NULL; in ppdCreateFromIPP2()
2014 joinResolutionArrays(&common_res, &current_res, &common_def, in ppdCreateFromIPP2()
2032 joinResolutionArrays(&common_res, &current_res, &common_def, in ppdCreateFromIPP2()
2052 joinResolutionArrays(&common_res, &current_res, &common_def, in ppdCreateFromIPP2()
2115 if (common_res == NULL) { in ppdCreateFromIPP2()
2124 joinResolutionArrays(&common_res, &current_res, &common_def, in ppdCreateFromIPP2()
2129 if (common_res == NULL) { in ppdCreateFromIPP2()
2130 if ((common_res = resolutionArrayNew()) != NULL) { in ppdCreateFromIPP2()
2133 cupsArrayAdd(common_res, current_def); in ppdCreateFromIPP2()
[all …]