Lines Matching refs:reqwidth

1005                  double reqwidth, double reqheight, double pswidth, double psheight,  in psScaleImage()  argument
1016 hcenter = (reqwidth - psheight * scale) / 2; in psScaleImage()
1020 case 180: hcenter = (reqwidth - pswidth * scale) / 2; in psScaleImage()
1026 hcenter = (reqwidth - psheight * scale) / 2; in psScaleImage()
1031 default: hcenter = (reqwidth - pswidth * scale) / 2; in psScaleImage()
1071 double reqwidth, double reqheight, double pswidth, double psheight) in psPageSize() argument
1089 xscale = reqwidth / (splitwidth ? splitwidth : pswidth); in psPageSize()
1120 … fprintf (fd, "%%%%PageOrientation: %s\n", (reqwidth > reqheight) ? "Landscape" : "Portrait"); in psPageSize()
1121 … fprintf (fd, "%%%%PageBoundingBox: 0 0 %ld %ld\n", (long)reqwidth, (long)reqheight); in psPageSize()
1123 reqwidth, reqheight); in psPageSize()
1132 xscale = reqwidth / (splitwidth ? splitwidth : pswidth); in psPageSize()
1164 … fprintf (fd, "%%%%PageOrientation: %s\n", (reqwidth > reqheight) ? "Landscape" : "Portrait"); in psPageSize()
1165 … fprintf (fd, "%%%%PageBoundingBox: 0 0 %ld %ld\n", (long)reqwidth, (long)reqheight); in psPageSize()
1167 reqwidth, reqheight); in psPageSize()
1244 double reqwidth, double reqheight, double pswidth, double psheight, in psStart() argument
1277 maxtarget = (reqwidth >= reqheight) ? reqwidth : reqheight; in psStart()
1279 if (((maxsource == pswidth) && (maxtarget != reqwidth)) || in psStart()
1283 xscale = (reqwidth - left_offset)/psheight; in psStart()
1288 xscale = (reqwidth - left_offset)/pswidth; in psStart()
1301 PSHead(fd, reqwidth, reqheight, ox, oy); in psStart()
1317 xscale = (reqwidth - left_offset) / (page_width ? page_width : pswidth); in psStart()
1335 xscale = (reqwidth - left_offset) / pswidth; in psStart()
1338 view_width = reqwidth; in psStart()
1356 xscale = (reqwidth - left_offset)/ psheight; in psStart()
1373 xscale = (reqwidth - left_offset) / psheight; in psStart()
1376 view_width = reqwidth; in psStart()