Searched refs:cupsNumColors (Results 1 – 5 of 5) sorted by relevance
183 header.cupsNumColors = 4; in do_raster_tests()189 header.cupsNumColors = 1; in do_raster_tests()331 expected.cupsNumColors = 4; in do_raster_tests()337 expected.cupsNumColors = 1; in do_raster_tests()707 if (header->cupsNumColors != expected->cupsNumColors) in print_changes()708 printf(" cupsNumColors %d, expected %d\n", header->cupsNumColors, in print_changes()709 expected->cupsNumColors); in print_changes()
359 h->cupsNumColors = h->cupsBitsPerPixel / h->cupsBitsPerColor; in _cupsRasterInitPWGHeader()686 …r->header.cupsNumColors = appleheader[1] >= (sizeof(rawnumcolors) / sizeof(rawnumcolors[0])) ? … in _cupsRasterReadHeader()687 r->header.cupsBitsPerColor = r->header.cupsBitsPerPixel / r->header.cupsNumColors; in _cupsRasterReadHeader()1087 fh.cupsNumColors = htonl(r->header.cupsNumColors); in _cupsRasterWriteHeader()1562 r->header.cupsNumColors == 0) in cups_raster_update()1576 r->header.cupsNumColors = 1; in cups_raster_update()1601 r->header.cupsNumColors = 3; in cups_raster_update()1611 r->header.cupsNumColors = 4; in cups_raster_update()1616 r->header.cupsNumColors = 6; in cups_raster_update()1618 r->header.cupsNumColors = 4; in cups_raster_update()[all …]
404 h->cupsNumColors = 1; in _cupsRasterInterpretPPD()432 h->cupsNumColors = 3; in _cupsRasterInterpretPPD()443 h->cupsNumColors = 6; in _cupsRasterInterpretPPD()463 h->cupsNumColors = 4; in _cupsRasterInterpretPPD()481 h->cupsNumColors = h->cupsColorSpace - CUPS_CSPACE_DEVICE1 + 1; in _cupsRasterInterpretPPD()484 h->cupsBitsPerPixel = h->cupsBitsPerColor * h->cupsNumColors; in _cupsRasterInterpretPPD()493 h->cupsBytesPerLine *= h->cupsNumColors; in _cupsRasterInterpretPPD()
338 unsigned cupsNumColors; /* Number of color compoents @since CUPS 1.2/macOS 10.5@ */ member
1733 if (header->cupsNumColors != expected->cupsNumColors) in print_changes()1734 printf(" cupsNumColors %d, expected %d\n", header->cupsNumColors, in print_changes()1735 expected->cupsNumColors); in print_changes()