Searched refs:vmargin (Results 1 – 1 of 1) sorted by relevance
415 double vmargin; /* margins to subtract from height of sections */ member1905 page->vmargin = atof(optarg); in process_command_opts()4976 page->vmargin = 0.0; in initPageSetup()5648 page->hmargin, page->vmargin); in computeOutputPixelOffsets()5659 vmargin = (uint32)(page->vmargin * scale * page->vres * ((image->bps + 7)/ 8)); in computeOutputPixelOffsets()5664 vmargin = (uint32)(page->vmargin * scale * ((image->bps + 7)/ 8)); in computeOutputPixelOffsets()5674 if ((vmargin * 2.0) > (plength * page->vres)) in computeOutputPixelOffsets()5678 vmargin = (uint32) 0; in computeOutputPixelOffsets()5685 vmargin = 0; in computeOutputPixelOffsets()5703 olength = (uint32)((plength * page->vres) - (vmargin * 2)); in computeOutputPixelOffsets()[all …]