Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/
H A Dgd.c4432 gdImagePtr im_dest; in _php_image_bw_convert() local
4441 if (im_dest == NULL) { in _php_image_bw_convert()
4471 gdImageSetPixel (im_dest, x, y, color); in _php_image_bw_convert()
4474 gdImageWBMPCtx (im_dest, black, out); in _php_image_bw_convert()
4486 gdImagePtr im_org, im_dest, im_tmp; in _php_image_convert() local
4623 if (im_dest == NULL) { in _php_image_convert()
4635 gdImageDestroy(im_dest); in _php_image_convert()
4644 gdImageDestroy(im_dest); in _php_image_convert()
4659 gdImageSetPixel (im_dest, x, y, color); in _php_image_convert()
4665 gdImageWBMP(im_dest, black , dest); in _php_image_convert()
[all …]

Completed in 21 milliseconds