Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/
H A Dgd.c4385 int dest_width = gdImageSX(im_org); in _php_image_bw_convert() local
4389 im_dest = gdImageCreate(dest_width, dest_height); in _php_image_bw_convert()
4412 for (x = 0; x < dest_width; x++) { in _php_image_bw_convert()
4440 int dest_width = -1; in _php_image_convert() local
4456 dest_width = width; in _php_image_convert()
4524 x_ratio = (float) org_width / (float) dest_width; in _php_image_convert()
4533 dest_width = (int) (org_width / x_ratio); in _php_image_convert()
4544 dest_width = (int) (org_width * x_ratio); in _php_image_convert()
4548 im_tmp = gdImageCreate (dest_width, dest_height); in _php_image_convert()
4560 im_dest = gdImageCreate(dest_width, dest_height); in _php_image_convert()
[all …]

Completed in 16 milliseconds