Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c620 setupPageState(TIFF* tif, uint32* pw, uint32* ph, double* pprw, double* pprh) in setupPageState() function
1529 setupPageState(tif, &pixwidth, &pixheight, &pswidth, &psheight); in TIFF2PS()
/libtiff-4.0.7/
H A DChangeLog5000 * tools/tiff2ps.c: Avoid zero division in setupPageState() function;