Lines Matching refs:orig_width
7923 im_long orig_width, im_long orig_height, argument
7932 ratio_x = ((double) desired_width / (double) orig_width);
7947 temp_new_width = (long)(ratio_y * (double)orig_width);
7950 temp_new_width = im_round_helper_class(ratio_y * (double)orig_width);
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,
8008 im_long orig_width = (im_long)MagickGetImageWidth(magick_wand); local
8012 if ((orig_width == desired_width) && (orig_height == desired_height)) {
8020 orig_width, orig_height,