Home | History | Annotate | Download | only in filter

Lines Matching refs:cupsNumColors

274   h->cupsNumColors    = h->cupsBitsPerPixel / h->cupsBitsPerColor;
912 fh.cupsNumColors = htonl(r->header.cupsNumColors);
1094 fh.cupsNumColors = htonl(r->header.cupsNumColors);
1470 r->header.cupsNumColors = appleheader[1] >= (sizeof(rawnumcolors) / sizeof(rawnumcolors[0])) ? 1 : rawnumcolors[appleheader[1]];
1471 r->header.cupsBitsPerColor = r->header.cupsBitsPerPixel / r->header.cupsNumColors;
1705 r->header.cupsNumColors == 0)
1708 * Set the "cupsNumColors" field according to the colorspace...
1719 r->header.cupsNumColors = 1;
1744 r->header.cupsNumColors = 3;
1754 r->header.cupsNumColors = 4;
1759 r->header.cupsNumColors = 6;
1761 r->header.cupsNumColors = 4;
1779 r->header.cupsNumColors = r->header.cupsColorSpace -
1806 r->remaining = r->header.cupsHeight * r->header.cupsNumColors;