Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c1869 page->hres = atof (optarg); in process_command_opts()
4971 page->hres = 0.0; in initPageSetup()
5618 if (page->hres <= 1.0) in computeOutputPixelOffsets()
5619 page->hres = image->xres; in computeOutputPixelOffsets()
5623 if ((page->hres < 1.0) || (page->vres < 1.0)) in computeOutputPixelOffsets()
5647 page->name, page->vres, page->hres, in computeOutputPixelOffsets()
5667 if ((hmargin * 2.0) > (pwidth * page->hres)) in computeOutputPixelOffsets()
6989 double hres, vres; in writeImageSections() local
6993 hres = page->hres; in writeImageSections()
7044 double hres, double vres, in writeSingleSection() argument
[all …]