Searched refs:new_width (Results 1 – 3 of 3) sorted by relevance
/imagick/ |
H A D | imagick_helpers.c | 175 …d_bool bestfit, im_long desired_width, im_long desired_height, im_long *new_width, im_long *new_he… in php_imagick_thumbnail_dimensions() argument 183 *new_width = desired_width; in php_imagick_thumbnail_dimensions() 200 *new_width = desired_width; in php_imagick_thumbnail_dimensions() 203 *new_width = desired_width; in php_imagick_thumbnail_dimensions() 213 *new_width = ratio_y * ((double) orig_width); in php_imagick_thumbnail_dimensions() 216 *new_width = im_round_helper(ratio_y * ((double) orig_width)); in php_imagick_thumbnail_dimensions() 219 *new_width = (*new_width < 1) ? 1 : *new_width; in php_imagick_thumbnail_dimensions() 233 *new_width = ((double) orig_width) / ratio; in php_imagick_thumbnail_dimensions() 236 *new_width = im_round_helper(((double) orig_width) / ratio); in php_imagick_thumbnail_dimensions() 247 *new_width = desired_width; in php_imagick_thumbnail_dimensions() [all …]
|
H A D | php_imagick_helpers.h | 27 …d_bool bestfit, im_long desired_width, im_long desired_height, im_long *new_width, im_long *new_he…
|
H A D | imagick_class.c | 351 im_long width, height, new_width, new_height; in PHP_METHOD() local 3987 im_long width, height, new_width, new_height; in PHP_METHOD() local 7817 im_long new_width, new_height; local 7836 extent_x = (box_width > new_width) ? ((box_width - new_width) / 2) : 0; 7854 im_long width = 0, height = 0, new_width, new_height; local 7925 im_long *new_width, im_long *new_height, argument 7954 *new_width = temp_new_width; 7969 im_long new_width, new_height; local 7987 &new_width, &new_height, 7993 add_assoc_long(return_value, "width", new_width); [all …]
|
Completed in 43 milliseconds