Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c5581 double pwidth, plength; /* Output page width and length in user units*/ in computeOutputPixelOffsets() local
5634 pwidth = iwidth; in computeOutputPixelOffsets()
5636 pwidth = page->width; in computeOutputPixelOffsets()
5650 page->res_unit, scale, pwidth, plength); in computeOutputPixelOffsets()
5667 if ((hmargin * 2.0) > (pwidth * page->hres)) in computeOutputPixelOffsets()
5702 owidth = (uint32)((pwidth * page->hres) - (hmargin * 2)); in computeOutputPixelOffsets()