Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c1016 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()
1123 reqwidth, reqheight); in psPageSize()
1167 reqwidth, reqheight); in psPageSize()
1277 maxtarget = (reqwidth >= reqheight) ? reqwidth : reqheight; 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()
1338 view_width = reqwidth; in psStart()
[all …]