Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c219 void PSHead(FILE*, double, double, double, double);
1301 PSHead(fd, reqwidth, reqheight, ox, oy); in psStart()
1394PSHead(fd, (page_width ? page_width : view_width), (page_height ? page_height : view_height), ox, … in psStart()
1655 PSHead(FILE *fd, double pagewidth, double pageheight, double xoff, double yoff) in PSHead() function