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

  /external/libcups/filter/
rastertopwg.c 110 fprintf(stderr, "DEBUG: cupsHeight = %d\n", inheader.cupsHeight);
131 page_top = page_height - page_bottom - inheader.cupsHeight;
198 outheader.cupsHeight = page_height;
453 for (y = inheader.cupsHeight; y > 0; y --)
459 inheader.cupsHeight - y + page_top + 1, page);
467 inheader.cupsHeight - y + page_top + 1, page);
478 page_bottom - y + page_top + inheader.cupsHeight + 1, page);
rasterbench.c 195 for (y = 0; y < header.cupsHeight; y ++)
308 header.cupsHeight = TEST_HEIGHT;
rastertolabel.c 177 fprintf(stderr, "DEBUG: cupsHeight = %d\n", header->cupsHeight);
287 header->cupsHeight * header->cupsBytesPerLine,
305 header->HWResolution[1], header->cupsHeight,
409 printf("\033*r%uT", header->cupsHeight);
538 printf("^LL%d\n", header->cupsHeight);
1221 for (y = 0; y < header.cupsHeight && !Canceled; y ++)
1234 Page, 100 * y / header.cupsHeight);
1236 100 * y / header.cupsHeight);
rastertohp.c 101 fprintf(stderr, "DEBUG: cupsHeight = %d\n", header->cupsHeight);
308 printf("\033*r%uT", header->cupsHeight); /* Set height */
768 for (y = 0; y < header.cupsHeight; y ++)
781 Page, 100 * y / header.cupsHeight);
783 100 * y / header.cupsHeight);
raster.c 153 h->cupsHeight = (unsigned)(media->length * ydpi / 2540);
155 if (h->cupsWidth > 0x00ffffff || h->cupsHeight > 0x00ffffff)
162 h->cupsInteger[CUPS_RASTER_PWG_ImageBoxBottom] = h->cupsHeight;
906 fh.cupsHeight = htonl(r->header.cupsHeight);
991 appleheader[16] = (unsigned char)(r->header.cupsHeight >> 24);
992 appleheader[17] = (unsigned char)(r->header.cupsHeight >> 16);
993 appleheader[18] = (unsigned char)(r->header.cupsHeight >> 8);
994 appleheader[19] = (unsigned char)(r->header.cupsHeight);
1088 fh.cupsHeight = htonl(r->header.cupsHeight)
    [all...]
testraster.c 154 0, /* cupsHeight */
482 header.cupsWidth, header.cupsHeight, header.cupsBitsPerPixel,
486 for (y = 0; y < header.cupsHeight; y ++)
491 if (y < header.cupsHeight)
554 header.cupsHeight = 256;
686 expected.cupsHeight = 256;
985 if (header->cupsHeight != expected->cupsHeight)
986 printf(" cupsHeight %d, expected %d\n", header->cupsHeight,
    [all...]
rastertoepson.c 135 fprintf(stderr, "DEBUG: cupsHeight = %d\n", header->cupsHeight);
1100 for (y = 0; y < header.cupsHeight; y ++)
1113 page, 100 * y / header.cupsHeight);
1115 100 * y / header.cupsHeight);
interpret.c 397 h->cupsHeight = (unsigned)((top - bottom) * h->cupsBorderlessScalingFactor *
    [all...]
  /external/libcups/cups/
raster.h 281 unsigned cupsHeight; /* Height of page image in pixels */
330 unsigned cupsHeight; /* Height of page image in pixels */
  /packages/services/BuiltInPrintService/jni/plugins/
lib_pwg.c 78 h->cupsHeight = pixel_height;
270 LOGI("cupsHeight = %d", header_pwg.cupsHeight);

Completed in 280 milliseconds