Home
last modified time | relevance | path

Searched refs:pswidth (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()
1284 yscale = (reqheight - bottom_offset)/pswidth; in psStart()
1288 xscale = (reqwidth - left_offset)/pswidth; in psStart()
1343 xscale = (pswidth - left_offset)/pswidth; in psStart()
1346 view_width = pswidth; in psStart()
1385 view_height = pswidth; in psStart()
1435 case 270: *view_height = pswidth; in get_viewport()
1464 case 180: *view_width = pswidth; in get_viewport()
[all …]