Lines Matching refs:hires_bounds
475 hires_bounds; in ReadPSImage() local
583 (void) memset(&hires_bounds,0,sizeof(hires_bounds)); in ReadPSImage()
709 if ((fabs(bounds.x2-bounds.x1) <= fabs(hires_bounds.x2-hires_bounds.x1)) || in ReadPSImage()
710 (fabs(bounds.y2-bounds.y1) <= fabs(hires_bounds.y2-hires_bounds.y1))) in ReadPSImage()
713 hires_bounds=bounds; in ReadPSImage()
716 if ((fabs(hires_bounds.x2-hires_bounds.x1) >= MagickEpsilon) && in ReadPSImage()
717 (fabs(hires_bounds.y2-hires_bounds.y1) >= MagickEpsilon)) in ReadPSImage()
723 hires_bounds.x2-hires_bounds.x1,hires_bounds.y2-hires_bounds.y1, in ReadPSImage()
724 hires_bounds.x1,hires_bounds.y1); in ReadPSImage()
726 page.width=(size_t) ceil((double) ((hires_bounds.x2-hires_bounds.x1)* in ReadPSImage()
728 page.height=(size_t) ceil((double) ((hires_bounds.y2-hires_bounds.y1)* in ReadPSImage()