Home
last modified time | relevance | path

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

/PHP-5.4/ext/gd/
H A Dgd.c4530 gdImagePtr im_dest; in _php_image_bw_convert() local
4539 if (im_dest == NULL) { in _php_image_bw_convert()
4550 black = gdImageColorAllocate(im_dest, 0, 0, 0); in _php_image_bw_convert()
4569 gdImageSetPixel (im_dest, x, y, color); in _php_image_bw_convert()
4573 gdImageWBMPCtx (im_dest, black, out); in _php_image_bw_convert()
4575 gdImageWBMP (im_dest, black, out); in _php_image_bw_convert()
4588 gdImagePtr im_org, im_dest, im_tmp; in _php_image_convert() local
4723 if (im_dest == NULL) { in _php_image_convert()
4751 gdImageSetPixel (im_dest, x, y, color); in _php_image_convert()
4757 gdImageWBMP(im_dest, black , dest); in _php_image_convert()
[all …]

Completed in 20 milliseconds