Home
last modified time | relevance | path

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

/external/libcups/filter/
Draster.c255 h->cupsBitsPerPixel = 24; in cupsRasterInitPWGHeader()
261 h->cupsBitsPerPixel = 48; in cupsRasterInitPWGHeader()
267 h->cupsBitsPerPixel = 1; in cupsRasterInitPWGHeader()
273 h->cupsBitsPerPixel = 8; in cupsRasterInitPWGHeader()
279 h->cupsBitsPerPixel = 16; in cupsRasterInitPWGHeader()
285 h->cupsBitsPerPixel = 32; in cupsRasterInitPWGHeader()
291 h->cupsBitsPerPixel = 64; in cupsRasterInitPWGHeader()
306 h->cupsBitsPerPixel = (unsigned)(ncolors * bits); in cupsRasterInitPWGHeader()
312 h->cupsBitsPerPixel = 24; in cupsRasterInitPWGHeader()
318 h->cupsBitsPerPixel = 48; in cupsRasterInitPWGHeader()
[all …]
Dtestraster.c482 header.cupsWidth, header.cupsHeight, header.cupsBitsPerPixel, in do_ras_file()
581 header.cupsBitsPerPixel = (page & 1) ? 64 : 16; in do_raster_tests()
586 header.cupsBitsPerPixel = (page & 1) ? 32 : 8; in do_raster_tests()
723 expected.cupsBitsPerPixel = (page & 1) ? 64 : 16; in do_raster_tests()
728 expected.cupsBitsPerPixel = (page & 1) ? 32 : 8; in do_raster_tests()
997 if (header->cupsBitsPerPixel != expected->cupsBitsPerPixel) in print_changes()
998 printf(" cupsBitsPerPixel %d, expected %d\n", header->cupsBitsPerPixel, in print_changes()
999 expected->cupsBitsPerPixel); in print_changes()
Dinterpret.c409 h->cupsBitsPerPixel = h->cupsBitsPerColor; in cupsRasterInterpretPPD()
429 h->cupsBitsPerPixel = h->cupsBitsPerColor * 3; in cupsRasterInterpretPPD()
431 h->cupsBitsPerPixel = h->cupsBitsPerColor * 4; in cupsRasterInterpretPPD()
434 h->cupsBitsPerPixel = h->cupsBitsPerColor; in cupsRasterInterpretPPD()
443 h->cupsBitsPerPixel = 8; in cupsRasterInterpretPPD()
445 h->cupsBitsPerPixel = 1; in cupsRasterInterpretPPD()
463 h->cupsBitsPerPixel = h->cupsBitsPerColor * 4; in cupsRasterInterpretPPD()
465 h->cupsBitsPerPixel = h->cupsBitsPerColor; in cupsRasterInterpretPPD()
488 h->cupsBitsPerPixel = h->cupsBitsPerColor * h->cupsNumColors; in cupsRasterInterpretPPD()
490 h->cupsBitsPerPixel = h->cupsBitsPerColor; in cupsRasterInterpretPPD()
[all …]
Drastertopwg.c113 fprintf(stderr, "DEBUG: cupsBitsPerPixel = %d\n", inheader.cupsBitsPerPixel); in main()
132 linesize = (page_width * inheader.cupsBitsPerPixel + 7) / 8; in main()
133 lineoffset = page_left * inheader.cupsBitsPerPixel / 8; /* Round down */ in main()
187 if (inheader.cupsBitsPerPixel != 1 && in main()
Drasterbench.c327 header.cupsBitsPerPixel = (page & 1) ? 64 : 16; in write_test()
332 header.cupsBitsPerPixel = (page & 1) ? 32 : 8; in write_test()
Drastertohp.c104 fprintf(stderr, "DEBUG: cupsBitsPerPixel = %d\n", header->cupsBitsPerPixel); in StartPage()
Drastertoepson.c138 fprintf(stderr, "DEBUG: cupsBitsPerPixel = %d\n", header->cupsBitsPerPixel); in StartPage()
Drastertolabel.c180 fprintf(stderr, "DEBUG: cupsBitsPerPixel = %d\n", header->cupsBitsPerPixel); in StartPage()
/external/libcups/cups/
Draster.h284 unsigned cupsBitsPerPixel; /* Number of bits for each pixel */ member
333 unsigned cupsBitsPerPixel; /* Number of bits for each pixel */ member