Home | History | Annotate | Download | only in filter

Lines Matching refs:cupsBitsPerPixel

409         h->cupsBitsPerPixel = h->cupsBitsPerColor;
429 h->cupsBitsPerPixel = h->cupsBitsPerColor * 3;
431 h->cupsBitsPerPixel = h->cupsBitsPerColor * 4;
434 h->cupsBitsPerPixel = h->cupsBitsPerColor;
443 h->cupsBitsPerPixel = 8;
445 h->cupsBitsPerPixel = 1;
463 h->cupsBitsPerPixel = h->cupsBitsPerColor * 4;
465 h->cupsBitsPerPixel = h->cupsBitsPerColor;
488 h->cupsBitsPerPixel = h->cupsBitsPerColor * h->cupsNumColors;
490 h->cupsBitsPerPixel = h->cupsBitsPerColor;
494 h->cupsBytesPerLine = (h->cupsBitsPerPixel * h->cupsWidth + 7) / 8;