Home
last modified time | relevance | path

Searched refs:cupsImagingBBox (Results 1 – 6 of 6) sorted by relevance

/external/libcups/cups/
Dtestraster.c722 if (fabs(header->cupsImagingBBox[0] - expected->cupsImagingBBox[0]) > 0.001 || in print_changes()
723 fabs(header->cupsImagingBBox[1] - expected->cupsImagingBBox[1]) > 0.001 || in print_changes()
724 fabs(header->cupsImagingBBox[2] - expected->cupsImagingBBox[2]) > 0.001 || in print_changes()
725 fabs(header->cupsImagingBBox[3] - expected->cupsImagingBBox[3]) > 0.001) in print_changes()
727 header->cupsImagingBBox[0], header->cupsImagingBBox[1], in print_changes()
728 header->cupsImagingBBox[2], header->cupsImagingBBox[3], in print_changes()
729 expected->cupsImagingBBox[0], expected->cupsImagingBBox[1], in print_changes()
730 expected->cupsImagingBBox[2], expected->cupsImagingBBox[3]); in print_changes()
Dtestppd.c1748 if (fabs(header->cupsImagingBBox[0] - expected->cupsImagingBBox[0]) > 0.001 || in print_changes()
1749 fabs(header->cupsImagingBBox[1] - expected->cupsImagingBBox[1]) > 0.001 || in print_changes()
1750 fabs(header->cupsImagingBBox[2] - expected->cupsImagingBBox[2]) > 0.001 || in print_changes()
1751 fabs(header->cupsImagingBBox[3] - expected->cupsImagingBBox[3]) > 0.001) in print_changes()
1753 header->cupsImagingBBox[0], header->cupsImagingBBox[1], in print_changes()
1754 header->cupsImagingBBox[2], header->cupsImagingBBox[3], in print_changes()
1755 expected->cupsImagingBBox[0], expected->cupsImagingBBox[1], in print_changes()
1756 expected->cupsImagingBBox[2], expected->cupsImagingBBox[3]); in print_changes()
Draster-interpret.c173 h->cupsImagingBBox[0] = 0.0f; in _cupsRasterInterpretPPD()
174 h->cupsImagingBBox[1] = 0.0f; in _cupsRasterInterpretPPD()
175 h->cupsImagingBBox[2] = 612.0f; in _cupsRasterInterpretPPD()
176 h->cupsImagingBBox[3] = 792.0f; in _cupsRasterInterpretPPD()
356 h->cupsImagingBBox[0] = (float)left; in _cupsRasterInterpretPPD()
357 h->cupsImagingBBox[1] = (float)bottom; in _cupsRasterInterpretPPD()
358 h->cupsImagingBBox[2] = (float)right; in _cupsRasterInterpretPPD()
359 h->cupsImagingBBox[3] = (float)top; in _cupsRasterInterpretPPD()
Draster.h343 float cupsImagingBBox[4]; /* Floating point ImagingBoundingBox member
Draster-stream.c1091 …fh.cupsInteger[3] = htonl((unsigned)(r->header.cupsImagingBBox[0] * r->header.HWResolution[… in _cupsRasterWriteHeader()
1092 …fh.cupsInteger[4] = htonl((unsigned)(r->header.cupsImagingBBox[1] * r->header.HWResolution[… in _cupsRasterWriteHeader()
1093 …fh.cupsInteger[5] = htonl((unsigned)(r->header.cupsImagingBBox[2] * r->header.HWResolution[… in _cupsRasterWriteHeader()
1094 …fh.cupsInteger[6] = htonl((unsigned)(r->header.cupsImagingBBox[3] * r->header.HWResolution[… in _cupsRasterWriteHeader()
/external/libcups/filter/
Drastertopwg.c124 page_left = (unsigned)(inheader.cupsImagingBBox[0] * inheader.HWResolution[0] / 72.0); in main()
125 page_bottom = (unsigned)(inheader.cupsImagingBBox[1] * inheader.HWResolution[1] / 72.0); in main()