Home | History | Annotate | Download | only in filter

Lines Matching refs:cupsBitsPerPixel

157   0,					/* cupsBitsPerPixel */
482 header.cupsWidth, header.cupsHeight, header.cupsBitsPerPixel,
581 header.cupsBitsPerPixel = (page & 1) ? 64 : 16;
586 header.cupsBitsPerPixel = (page & 1) ? 32 : 8;
723 expected.cupsBitsPerPixel = (page & 1) ? 64 : 16;
728 expected.cupsBitsPerPixel = (page & 1) ? 32 : 8;
997 if (header->cupsBitsPerPixel != expected->cupsBitsPerPixel)
998 printf(" cupsBitsPerPixel %d, expected %d\n", header->cupsBitsPerPixel,
999 expected->cupsBitsPerPixel);