Home
last modified time | relevance | path

Searched refs:lowdpi (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
3997 lowdpi = atoi(rs + 2); in _ppdCreateFromIPP()
4001 hidpi = lowdpi; in _ppdCreateFromIPP()
4005 if (lowdpi == 0) in _ppdCreateFromIPP()
4019 cupsFilePrintf(fp, "*DefaultResolution: %ddpi\n", lowdpi); in _ppdCreateFromIPP()
4024 if ((lowdpi & 1) == 0) in _ppdCreateFromIPP()
4025 …<</HWResolution[%d %d]>>setpagedevice\"\n", _cupsLangString(lang, _("Draft")), lowdpi, lowdpi / 2); in _ppdCreateFromIPP()
4027 …: \"<</HWResolution[%d %d]>>setpagedevice\"\n", _cupsLangString(lang, _("Draft")), lowdpi, lowdpi); in _ppdCreateFromIPP()
4028 … \"<</HWResolution[%d %d]>>setpagedevice\"\n", _cupsLangString(lang, _("Normal")), lowdpi, lowdpi); in _ppdCreateFromIPP()
4029 if (hidpi > lowdpi || ippContainsInteger(quality, IPP_QUALITY_HIGH)) in _ppdCreateFromIPP()