Searched refs:max_res (Results 1 – 2 of 2) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
D | ppdgenerator.c | 1624 *max_res; /* Maximum common resolution */ in ppdCreateFromIPP2() local 1906 max_res = NULL; in ppdCreateFromIPP2() 2157 max_res = copy_resolution(cupsArrayLast(common_res), NULL); in ppdCreateFromIPP2() 3887 max_res->x, max_res->y); in ppdCreateFromIPP2() 4261 free(max_res); in ppdCreateFromIPP2() 4287 if (max_res) free(max_res); in ppdCreateFromIPP2()
|
/third_party/cups-filters/utils/ |
D | cups-browsed.c | 6172 res_t *max_res = NULL, *min_res = NULL, *res = NULL; in on_job_state() local 6521 max_res = resolutionNew(0, 0); in on_job_state() 6531 max_res->x = res->x; in on_job_state() 6532 max_res->y = res->y; in on_job_state() 6536 if(compare_resolutions((void *)res,(void *)max_res,NULL) > 0) { in on_job_state() 6537 max_res->x = res->x; in on_job_state() 6538 max_res->y = res->y; in on_job_state() 6566 if (max_res != NULL) { in on_job_state() 6567 if (max_res->x == max_res->y) in on_job_state() 6568 snprintf(resolution, sizeof(resolution), "%ddpi", max_res->x); in on_job_state() [all …]
|