HomeSort by relevance Sort by last modified time
    Searched refs:cupsBitsPerPixel (Results 1 - 10 of 10) sorted by null

  /external/libcups/filter/
raster.c 171 h->cupsBitsPerPixel = 24;
177 h->cupsBitsPerPixel = 48;
183 h->cupsBitsPerPixel = 1;
189 h->cupsBitsPerPixel = 8;
195 h->cupsBitsPerPixel = 16;
201 h->cupsBitsPerPixel = 32;
207 h->cupsBitsPerPixel = 64;
222 h->cupsBitsPerPixel = (unsigned)(ncolors * bits);
228 h->cupsBitsPerPixel = 24;
234 h->cupsBitsPerPixel = 48
    [all...]
rasterbench.c 327 header.cupsBitsPerPixel = (page & 1) ? 64 : 16;
332 header.cupsBitsPerPixel = (page & 1) ? 32 : 8;
rastertopwg.c 113 fprintf(stderr, "DEBUG: cupsBitsPerPixel = %d\n", inheader.cupsBitsPerPixel);
132 linesize = (page_width * inheader.cupsBitsPerPixel + 7) / 8;
133 lineoffset = page_left * inheader.cupsBitsPerPixel / 8; /* Round down */
187 if (inheader.cupsBitsPerPixel != 1 &&
testraster.c 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,
    [all...]
interpret.c 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
    [all...]
rastertohp.c 104 fprintf(stderr, "DEBUG: cupsBitsPerPixel = %d\n", header->cupsBitsPerPixel);
rastertoepson.c 138 fprintf(stderr, "DEBUG: cupsBitsPerPixel = %d\n", header->cupsBitsPerPixel);
rastertolabel.c 180 fprintf(stderr, "DEBUG: cupsBitsPerPixel = %d\n", header->cupsBitsPerPixel);
  /external/libcups/cups/
raster.h 284 unsigned cupsBitsPerPixel; /* Number of bits for each pixel */
333 unsigned cupsBitsPerPixel; /* Number of bits for each pixel */
  /packages/services/BuiltInPrintService/jni/plugins/
lib_pwg.c 79 h->cupsBitsPerPixel = (monochrome ? 8 : 24);
82 h->cupsBytesPerLine = (h->cupsBitsPerPixel * pixel_width + 7) / 8;
274 LOGI("cupsBitsPerPixel = %d", header_pwg.cupsBitsPerPixel);

Completed in 287 milliseconds