Home
last modified time | relevance | path

Searched refs:plength (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
5639 plength = ilength; in computeOutputPixelOffsets()
5641 plength = page->length; in computeOutputPixelOffsets()
5650 page->res_unit, scale, pwidth, plength); in computeOutputPixelOffsets()
5674 if ((vmargin * 2.0) > (plength * page->vres)) in computeOutputPixelOffsets()
5703 olength = (uint32)((plength * page->vres) - (vmargin * 2)); in computeOutputPixelOffsets()