Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/
H A Dgd.c4109 int dest_width = gdImageSX(im_org); in _php_image_bw_convert() local
4112 im_dest = gdImageCreate(dest_width, dest_height); in _php_image_bw_convert()
4138 for (x = 0; x < dest_width; x++) { in _php_image_bw_convert()
4166 int dest_width = -1; in _php_image_convert() local
4184 dest_width = width; in _php_image_convert()
4254 x_ratio = (float) org_width / (float) dest_width; in _php_image_convert()
4263 dest_width = (int) (org_width / x_ratio); in _php_image_convert()
4274 dest_width = (int) (org_width * x_ratio); in _php_image_convert()
4278 im_tmp = gdImageCreate (dest_width, dest_height); in _php_image_convert()
4290 im_dest = gdImageCreate(dest_width, dest_height); in _php_image_convert()
[all …]

Completed in 12 milliseconds