Home
last modified time | relevance | path

Searched refs:im_dest (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
4309 im_dest = gdImageCreate(dest_width, dest_height); in _php_image_convert()
4310 if (im_dest == NULL) { in _php_image_convert()
4317 white = gdImageColorAllocate(im_dest, 255, 255, 255); in _php_image_convert()
4322 gdImageDestroy(im_dest); in _php_image_convert()
4326 black = gdImageColorAllocate(im_dest, 0, 0, 0); in _php_image_convert()
4331 gdImageDestroy(im_dest); in _php_image_convert()
4346 gdImageSetPixel (im_dest, x, y, color); in _php_image_convert()
4352 gdImageWBMP(im_dest, black , dest); in _php_image_convert()
4357 gdImageDestroy(im_dest); in _php_image_convert()

Completed in 16 milliseconds