Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-cache.c3987 int lowdpi = 0, hidpi = 0; /* Lower and higher resolution */ in _ppdCreateFromIPP() local
3999 hidpi = atoi(rs + 1); in _ppdCreateFromIPP()
4001 hidpi = lowdpi; in _ppdCreateFromIPP()
4029 if (hidpi > lowdpi || ippContainsInteger(quality, IPP_QUALITY_HIGH)) in _ppdCreateFromIPP()
4030 …/%s: \"<</HWResolution[%d %d]>>setpagedevice\"\n", _cupsLangString(lang, _("High")), hidpi, hidpi); in _ppdCreateFromIPP()