Searched refs:temp_new_height (Results 1 – 1 of 1) sorted by relevance
7930 long temp_new_width, temp_new_height; local7939 temp_new_height = (long)(ratio_x * (double)orig_height);7942 temp_new_height = im_round_helper_class(ratio_x * (double)orig_height);7945 temp_new_height = desired_height;7955 *new_height = temp_new_height;7958 *offset_y = (long) ((temp_new_height - desired_height) / 2);
Completed in 33 milliseconds