Lines Matching refs:orig_height
7923 im_long orig_width, im_long orig_height, argument
7933 ratio_y = ((double) desired_height / (double) orig_height);
7939 temp_new_height = (long)(ratio_x * (double)orig_height);
7942 temp_new_height = im_round_helper_class(ratio_x * (double)orig_height);
7967 im_long orig_width, orig_height; local
7975 &orig_width, &orig_height, &desired_width, &desired_height, &legacy) == FAILURE) {
7979 if (orig_width <= 0 || orig_height <= 0 ||
7985 orig_width, orig_height,
8009 im_long orig_height = (im_long)MagickGetImageHeight(magick_wand); local
8012 if ((orig_width == desired_width) && (orig_height == desired_height)) {
8020 orig_width, orig_height,