Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
Draster.c801 bitsperpixel, /* Bits per pixel */ in cupsRasterParseIPPOptions() local
946 bitsperpixel = bitspercolor * numcolors; in cupsRasterParseIPPOptions()
949 if (bitsperpixel == 3 && in cupsRasterParseIPPOptions()
951 bitsperpixel = 4; in cupsRasterParseIPPOptions()
953 h->cupsBitsPerPixel = bitsperpixel; in cupsRasterParseIPPOptions()