Lines Matching refs:overlap

702 	double overlap     = 0;  /* Repeated edge width in points */  in get_subimage_count()  local
706 overlap = splitOverlap * PS_UNIT_SIZE; in get_subimage_count()
724 *ximages = (int)ceil((scale * imagewidth) / (pagewidth - overlap)); in get_subimage_count()
727 … *yimages = (int)ceil((scale * imageheight) / (splitheight - overlap)); /* Max vert pages needed */ in get_subimage_count()
732 … *ximages = (int)ceil((scale * imagewidth) / (pagewidth - overlap)); /* Max horz pages needed */ in get_subimage_count()
744 …*ximages = (int)ceil((scale * imagewidth) / (splitwidth - overlap)); /* Max horz pages needed */ in get_subimage_count()
746 … *yimages = (int)ceil((scale * imageheight) / (pageheight - overlap)); /* Max vert pages needed */ in get_subimage_count()
754 … *yimages = (int)ceil((scale * imageheight) / (pageheight - overlap)); /* Max vert pages needed */ in get_subimage_count()
771 … *yimages = (int)ceil((scale * imagewidth) / (splitheight - overlap)); /* Max vert pages needed */ in get_subimage_count()
773 … *ximages = (int)ceil((scale * imageheight) / (pagewidth - overlap)); /* Max horz pages needed */ in get_subimage_count()
781 …*ximages = (int)ceil((scale * imageheight) / (pagewidth - overlap)); /* Max horz pages needed */ in get_subimage_count()
793 … *yimages = (int)ceil((scale * imagewidth) / (pageheight - overlap)); /* Max vert pages needed */ in get_subimage_count()
796 …*ximages = (int)ceil((scale * imageheight) / (splitwidth - overlap)); /* Max horz pages needed … in get_subimage_count()
801 … *yimages = (int)ceil((scale * imagewidth) / (pageheight - overlap)); /* Max horz pages needed */ in get_subimage_count()
838 double overlap = 0; /* Repeated edge width in points */ in exportMaskedImage() local
843 overlap = splitOverlap * PS_UNIT_SIZE; in exportMaskedImage()
864 xscale = (imagewidth + overlap) * (pageheight / splitheight) * scale; in exportMaskedImage()
866 xtran = -1.0 * column * (pagewidth - overlap); in exportMaskedImage()
867 subimage_height = imageheight - ((splitheight - overlap) * row); in exportMaskedImage()
872 xtran = -1.0 * column * (pagewidth - overlap); in exportMaskedImage()
883 ytran = -1.0 * row * (pageheight - overlap); in exportMaskedImage()
887 ytran = -1.0 * row * (pageheight - overlap); in exportMaskedImage()
913 xtran = -1.0 * column * (pageheight - overlap); in exportMaskedImage()
920 ytran = -1.0 * (imagewidth - (splitheight - overlap) * (row + 1)); in exportMaskedImage()
924 xtran = -1.0 * column * (pageheight - overlap); in exportMaskedImage()
935 ytran = -1.0 * row * (pagewidth - overlap); in exportMaskedImage()
939 ytran = -1.0 * row * (pagewidth - overlap); in exportMaskedImage()