Searched refs:bitsperpixel (Results 1 – 2 of 2) sorted by relevance
137 int bitsperpixel; in BE_ColorSpaceToBitsPerPixel() local139 bitsperpixel = 0; in BE_ColorSpaceToBitsPerPixel()142 bitsperpixel = 8; in BE_ColorSpaceToBitsPerPixel()148 bitsperpixel = 15; in BE_ColorSpaceToBitsPerPixel()152 bitsperpixel = 16; in BE_ColorSpaceToBitsPerPixel()158 bitsperpixel = 32; in BE_ColorSpaceToBitsPerPixel()163 return(bitsperpixel); in BE_ColorSpaceToBitsPerPixel()
801 bitsperpixel, /* Bits per pixel */ in cupsRasterParseIPPOptions() local946 bitsperpixel = bitspercolor * numcolors; in cupsRasterParseIPPOptions()949 if (bitsperpixel == 3 && in cupsRasterParseIPPOptions()951 bitsperpixel = 4; in cupsRasterParseIPPOptions()953 h->cupsBitsPerPixel = bitsperpixel; in cupsRasterParseIPPOptions()