Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c572 #define PSUNITS(npix,res) ((npix) * (PS_UNIT_SIZE / (res))) macro
659 *pprw = PSUNITS(*pw, xres); in setupPageState()
661 *pprw = PSUNITS(*pw, PS_UNIT_SIZE); in setupPageState()
663 *pprh = PSUNITS(*ph, yres); in setupPageState()
665 *pprh = PSUNITS(*ph, PS_UNIT_SIZE); in setupPageState()