im_dest 4401 ext/gd/gd.c gdImagePtr im_dest; im_dest 4409 ext/gd/gd.c im_dest = gdImageCreate(dest_width, dest_height); im_dest 4410 ext/gd/gd.c if (im_dest == NULL) { im_dest 4415 ext/gd/gd.c white = gdImageColorAllocate(im_dest, 255, 255, 255); im_dest 4421 ext/gd/gd.c black = gdImageColorAllocate(im_dest, 0, 0, 0); im_dest 4440 ext/gd/gd.c gdImageSetPixel (im_dest, x, y, color); im_dest 4443 ext/gd/gd.c gdImageWBMPCtx (im_dest, black, out); im_dest 4455 ext/gd/gd.c gdImagePtr im_org, im_dest, im_tmp; im_dest 4580 ext/gd/gd.c im_dest = gdImageCreate(dest_width, dest_height); im_dest 4581 ext/gd/gd.c if (im_dest == NULL) { im_dest 4586 ext/gd/gd.c white = gdImageColorAllocate(im_dest, 255, 255, 255); im_dest 4592 ext/gd/gd.c black = gdImageColorAllocate(im_dest, 0, 0, 0); im_dest 4609 ext/gd/gd.c gdImageSetPixel (im_dest, x, y, color); im_dest 4615 ext/gd/gd.c gdImageWBMP(im_dest, black , dest); im_dest 4620 ext/gd/gd.c gdImageDestroy(im_dest);