Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/
H A Dgd.c4161 gdImagePtr im_org, im_dest, im_tmp; in _php_image_convert() local
4278 im_tmp = gdImageCreate (dest_width, dest_height); in _php_image_convert()
4279 if (im_tmp == NULL ) { in _php_image_convert()
4286 gdImageCopyResized (im_tmp, im_org, 0, 0, 0, 0, dest_width, dest_height, org_width, org_height); in _php_image_convert()
4294 gdImageDestroy(im_tmp); in _php_image_convert()
4302 gdImageDestroy(im_tmp); in _php_image_convert()
4311 gdImageDestroy(im_tmp); in _php_image_convert()
4320 color_org = gdImageGetPixel (im_tmp, x, y); in _php_image_convert()
4321 median = (im_tmp->red[color_org] + im_tmp->green[color_org] + im_tmp->blue[color_org]) / 3; in _php_image_convert()
4331 gdImageDestroy (im_tmp ); in _php_image_convert()

Completed in 23 milliseconds