Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c1015 case 90: vcenter = (reqheight - pswidth * scale) / 2; in psScaleImage()
1021 vcenter = (reqheight - psheight * scale) / 2; in psScaleImage()
1025 case 270: vcenter = (reqheight - pswidth * scale) / 2; in psScaleImage()
1123 reqwidth, reqheight); in psPageSize()
1167 reqwidth, reqheight); in psPageSize()
1277 maxtarget = (reqwidth >= reqheight) ? reqwidth : reqheight; in psStart()
1284 yscale = (reqheight - bottom_offset)/pswidth; in psStart()
1289 yscale = (reqheight - bottom_offset)/psheight; in psStart()
1301 PSHead(fd, reqwidth, reqheight, ox, oy); in psStart()
1339 view_height = reqheight; in psStart()
[all …]