Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c1113 pswidth, psheight); in psPageSize()
1157 psheight, pswidth); in psPageSize()
1276 maxsource = (pswidth >= psheight) ? pswidth : psheight; in psStart()
1283 xscale = (reqwidth - left_offset)/psheight; in psStart()
1289 yscale = (reqheight - bottom_offset)/psheight; in psStart()
1344 yscale = (psheight - bottom_offset)/psheight; in psStart()
1347 view_height = psheight; in psStart()
1384 view_width = psheight; in psStart()
1432 case 180: *view_height = psheight; in get_viewport()
1531 view_height = psheight; in TIFF2PS()
[all …]