Searched refs:im_dest (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/gd/ |
H A D | gd.c | 3975 gdImagePtr im_dest; in _php_image_bw_convert() local 3983 if (im_dest == NULL) { in _php_image_bw_convert() 4013 gdImageSetPixel (im_dest, x, y, color); in _php_image_bw_convert() 4016 gdImageWBMPCtx (im_dest, black, out); in _php_image_bw_convert() 4028 gdImagePtr im_org, im_dest, im_tmp; in _php_image_convert() local 4167 if (im_dest == NULL) { in _php_image_convert() 4179 gdImageDestroy(im_dest); in _php_image_convert() 4188 gdImageDestroy(im_dest); in _php_image_convert() 4203 gdImageSetPixel (im_dest, x, y, color); in _php_image_convert() 4209 gdImageWBMP(im_dest, black , dest); in _php_image_convert() [all …]
|
Completed in 15 milliseconds