Searched refs:cupsImagingBBox (Results 1 – 5 of 5) sorted by relevance
1044 if (fabs(header->cupsImagingBBox[0] - expected->cupsImagingBBox[0]) > 0.001 || in print_changes()1045 fabs(header->cupsImagingBBox[1] - expected->cupsImagingBBox[1]) > 0.001 || in print_changes()1046 fabs(header->cupsImagingBBox[2] - expected->cupsImagingBBox[2]) > 0.001 || in print_changes()1047 fabs(header->cupsImagingBBox[3] - expected->cupsImagingBBox[3]) > 0.001) in print_changes()1049 header->cupsImagingBBox[0], header->cupsImagingBBox[1], in print_changes()1050 header->cupsImagingBBox[2], header->cupsImagingBBox[3], in print_changes()1051 expected->cupsImagingBBox[0], expected->cupsImagingBBox[1], in print_changes()1052 expected->cupsImagingBBox[2], expected->cupsImagingBBox[3]); in print_changes()
177 h->cupsImagingBBox[0] = 0.0f; in cupsRasterInterpretPPD()178 h->cupsImagingBBox[1] = 0.0f; in cupsRasterInterpretPPD()179 h->cupsImagingBBox[2] = 612.0f; in cupsRasterInterpretPPD()180 h->cupsImagingBBox[3] = 792.0f; in cupsRasterInterpretPPD()360 h->cupsImagingBBox[0] = (float)left; in cupsRasterInterpretPPD()361 h->cupsImagingBBox[1] = (float)bottom; in cupsRasterInterpretPPD()362 h->cupsImagingBBox[2] = (float)right; in cupsRasterInterpretPPD()363 h->cupsImagingBBox[3] = (float)top; in cupsRasterInterpretPPD()
129 page_left = (unsigned)(inheader.cupsImagingBBox[0] * inheader.HWResolution[0] / 72.0); in main()130 page_bottom = (unsigned)(inheader.cupsImagingBBox[1] * inheader.HWResolution[1] / 72.0); in main()
1259 …fh.cupsInteger[3] = htonl((unsigned)(r->header.cupsImagingBBox[0] * r->header.HWResolution[… in cupsRasterWriteHeader2()1260 …fh.cupsInteger[4] = htonl((unsigned)(r->header.cupsImagingBBox[1] * r->header.HWResolution[… in cupsRasterWriteHeader2()1261 …fh.cupsInteger[5] = htonl((unsigned)(r->header.cupsImagingBBox[2] * r->header.HWResolution[… in cupsRasterWriteHeader2()1262 …fh.cupsInteger[6] = htonl((unsigned)(r->header.cupsImagingBBox[3] * r->header.HWResolution[… in cupsRasterWriteHeader2()
348 float cupsImagingBBox[4]; /* Floating point ImagingBoundingBox member