Home
last modified time | relevance | path

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

/external/libcups/cups/
Ddest-options.c81 int xres_value, /* Horizontal resolution */ in cupsCheckDestSupported() local
201 if (sscanf(value, "%dx%d%15s", &xres_value, &yres_value, temp) != 3) in cupsCheckDestSupported()
203 if (sscanf(value, "%d%15s", &xres_value, temp) != 2) in cupsCheckDestSupported()
206 yres_value = xres_value; in cupsCheckDestSupported()
220 if (attrval->resolution.xres == xres_value && in cupsCheckDestSupported()
2102 int xres_value, /* Horizontal resolution */ in cups_test_constraints() local
2192 if (sscanf(value, "%dx%d%15s", &xres_value, &yres_value, temp) != 3) in cups_test_constraints()
2194 if (sscanf(value, "%d%15s", &xres_value, temp) != 2) in cups_test_constraints()
2197 yres_value = xres_value; in cups_test_constraints()
2211 if (attrval->resolution.xres == xres_value && in cups_test_constraints()