Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c1253 double page_width = 0.0, page_height = 0.0; in psStart() local
1259 page_width = pgwidth * PS_UNIT_SIZE; in psStart()
1315 if ((page_width != 0) || (page_height != 0)) /* Image scaled */ in psStart()
1317 xscale = (reqwidth - left_offset) / (page_width ? page_width : pswidth); in psStart()
1333 if ((page_width != 0) || (page_height != 0)) in psStart()
1354 if ((page_width != 0) || (page_height != 0)) /* Image scaled */ in psStart()
1371 if ((page_width != 0) || (page_height != 0)) /* Image scaled */ in psStart()
1394 …PSHead(fd, (page_width ? page_width : view_width), (page_height ? page_height : view_height), ox, … in psStart()