Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/
H A Dgd.c4180 gdImagePtr im_org, im_dest, im_tmp; in _php_image_convert() local
4297 im_tmp = gdImageCreate (dest_width, dest_height); in _php_image_convert()
4298 if (im_tmp == NULL ) { in _php_image_convert()
4305 gdImageCopyResized (im_tmp, im_org, 0, 0, 0, 0, dest_width, dest_height, org_width, org_height); in _php_image_convert()
4313 gdImageDestroy(im_tmp); in _php_image_convert()
4321 gdImageDestroy(im_tmp); in _php_image_convert()
4330 gdImageDestroy(im_tmp); in _php_image_convert()
4339 color_org = gdImageGetPixel (im_tmp, x, y); in _php_image_convert()
4340 median = (im_tmp->red[color_org] + im_tmp->green[color_org] + im_tmp->blue[color_org]) / 3; in _php_image_convert()
4350 gdImageDestroy (im_tmp ); in _php_image_convert()

Completed in 15 milliseconds