Searched refs:vres (Results 1 – 1 of 1) sorted by relevance
2066 page->vres = atof (optarg); in process_command_opts()4972 page->vres = 0.0; in initPageSetup()5620 if (page->vres <= 1.0) in computeOutputPixelOffsets()5621 page->vres = image->yres; in computeOutputPixelOffsets()5623 if ((page->hres < 1.0) || (page->vres < 1.0)) in computeOutputPixelOffsets()5647 page->name, page->vres, page->hres, in computeOutputPixelOffsets()5674 if ((vmargin * 2.0) > (plength * page->vres)) in computeOutputPixelOffsets()6989 double hres, vres; in writeImageSections() local6994 vres = page->vres; in writeImageSections()7044 double hres, double vres, in writeSingleSection() argument[all …]