Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-page.c54 if (!strncmp(name, "Custom.", 7) && ppd->variable_sizes) in ppdPageSize()
212 if (!ppd || !ppd->variable_sizes || !minimum || !maximum) in ppdPageSizeLimits()
Dppd.h298 int variable_sizes; /* 1 = supports variable sizes, 0 = doesn't */ member
Dppd.c1173 ppd->variable_sizes = 1; in _ppdOpen()
Dppd-cache.c1167 if (ppd->variable_sizes) in _ppdCacheCreateWithPPD()