Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/
H A Dgd.c4381 gdImagePtr im_dest; in _php_image_bw_convert() local
4390 if (im_dest == NULL) { in _php_image_bw_convert()
4401 black = gdImageColorAllocate(im_dest, 0, 0, 0); in _php_image_bw_convert()
4420 gdImageSetPixel (im_dest, x, y, color); in _php_image_bw_convert()
4423 gdImageWBMPCtx (im_dest, black, out); in _php_image_bw_convert()
4435 gdImagePtr im_org, im_dest, im_tmp; in _php_image_convert() local
4561 if (im_dest == NULL) { in _php_image_convert()
4572 black = gdImageColorAllocate(im_dest, 0, 0, 0); in _php_image_convert()
4589 gdImageSetPixel (im_dest, x, y, color); in _php_image_convert()
4595 gdImageWBMP(im_dest, black , dest); in _php_image_convert()
[all …]

Completed in 34 milliseconds