Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/
H A Dgd.c4028 gdImagePtr im_org, im_dest, im_tmp; in _php_image_convert() local
4154 im_tmp = gdImageCreate (dest_width, dest_height); in _php_image_convert()
4155 if (im_tmp == NULL ) { in _php_image_convert()
4162 gdImageCopyResized (im_tmp, im_org, 0, 0, 0, 0, dest_width, dest_height, org_width, org_height); in _php_image_convert()
4170 gdImageDestroy(im_tmp); in _php_image_convert()
4178 gdImageDestroy(im_tmp); in _php_image_convert()
4187 gdImageDestroy(im_tmp); in _php_image_convert()
4196 color_org = gdImageGetPixel (im_tmp, x, y); in _php_image_convert()
4197 median = (im_tmp->red[color_org] + im_tmp->green[color_org] + im_tmp->blue[color_org]) / 3; in _php_image_convert()
4207 gdImageDestroy (im_tmp ); in _php_image_convert()

Completed in 14 milliseconds