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

  /external/libcups/filter/
testraster.c 136 { 0, 0, 0, 0 }, /* ImagingBoundingBox */
901 if (memcmp(header->ImagingBoundingBox, expected->ImagingBoundingBox,
902 sizeof(header->ImagingBoundingBox)))
903 printf(" ImagingBoundingBox [%d %d %d %d], expected [%d %d %d %d]\n",
904 header->ImagingBoundingBox[0],
905 header->ImagingBoundingBox[1],
906 header->ImagingBoundingBox[2],
907 header->ImagingBoundingBox[3],
908 expected->ImagingBoundingBox[0]
    [all...]
raster.c 146 h->ImagingBoundingBox[2] = h->PageSize[0];
147 h->ImagingBoundingBox[3] = h->PageSize[1];
890 fh.ImagingBoundingBox[0] = htonl(r->header.ImagingBoundingBox[0]);
891 fh.ImagingBoundingBox[1] = htonl(r->header.ImagingBoundingBox[1]);
892 fh.ImagingBoundingBox[2] = htonl(r->header.ImagingBoundingBox[2]);
893 fh.ImagingBoundingBox[3] = htonl(r->header.ImagingBoundingBox[3])
    [all...]
rastertohp.c 93 fprintf(stderr, "DEBUG: ImagingBoundingBox = [ %d %d %d %d ]\n", header->ImagingBoundingBox[0], header->ImagingBoundingBox[1], header->ImagingBoundingBox[2], header->ImagingBoundingBox[3]);
rastertopwg.c 102 fprintf(stderr, "DEBUG: ImagingBoundingBox = [ %d %d %d %d ]\n", inheader.ImagingBoundingBox[0], inheader.ImagingBoundingBox[1], inheader.ImagingBoundingBox[2], inheader.ImagingBoundingBox[3]);
rastertoepson.c 127 fprintf(stderr, "DEBUG: ImagingBoundingBox = [ %d %d %d %d ]\n", header->ImagingBoundingBox[0], header->ImagingBoundingBox[1], header->ImagingBoundingBox[2], header->ImagingBoundingBox[3]);
rastertolabel.c 169 fprintf(stderr, "DEBUG: ImagingBoundingBox = [ %d %d %d %d ]\n", header->ImagingBoundingBox[0], header->ImagingBoundingBox[1], header->ImagingBoundingBox[2], header->ImagingBoundingBox[3]);
interpret.c 352 h->ImagingBoundingBox[0] = (unsigned)(left *
354 h->ImagingBoundingBox[1] = (unsigned)(bottom *
356 h->ImagingBoundingBox[2] = (unsigned)(right *
358 h->ImagingBoundingBox[3] = (unsigned)(top *
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
lib_pwg.c 55 h->ImagingBoundingBox[0] = 0;
56 h->ImagingBoundingBox[1] = 0;
57 h->ImagingBoundingBox[2] = h->cupsPageSize[0];
58 h->ImagingBoundingBox[3] = h->cupsPageSize[1];
  /external/libcups/cups/
raster.h 261 unsigned ImagingBoundingBox[4]; /* Pixel region that is painted (points, left, bottom, right, top) */
310 unsigned ImagingBoundingBox[4]; /* Pixel region that is painted (points, left, bottom, right, top) */
348 float cupsImagingBBox[4]; /* Floating point ImagingBoundingBox

Completed in 56 milliseconds