Home
last modified time | relevance | path

Searched refs:temp_new_width (Results 1 – 1 of 1) sorted by relevance

/imagick/
H A Dimagick_class.c7930 long temp_new_width, temp_new_height; local
7936 temp_new_width = desired_width;
7947 temp_new_width = (long)(ratio_y * (double)orig_width);
7950 temp_new_width = im_round_helper_class(ratio_y * (double)orig_width);
7954 *new_width = temp_new_width;
7957 *offset_x = (long) ((temp_new_width - desired_width) / 2);

Completed in 30 milliseconds