im_dest 3941 ext/gd/gd.c gdImagePtr im_dest; im_dest 3948 ext/gd/gd.c im_dest = gdImageCreate(dest_width, dest_height); im_dest 3949 ext/gd/gd.c if (im_dest == NULL) { im_dest 3954 ext/gd/gd.c white = gdImageColorAllocate(im_dest, 255, 255, 255); im_dest 3960 ext/gd/gd.c black = gdImageColorAllocate(im_dest, 0, 0, 0); im_dest 3979 ext/gd/gd.c gdImageSetPixel (im_dest, x, y, color); im_dest 3982 ext/gd/gd.c gdImageWBMPCtx (im_dest, black, out); im_dest 3994 ext/gd/gd.c gdImagePtr im_org, im_dest, im_tmp; im_dest 4121 ext/gd/gd.c im_dest = gdImageCreate(dest_width, dest_height); im_dest 4122 ext/gd/gd.c if (im_dest == NULL) { im_dest 4127 ext/gd/gd.c white = gdImageColorAllocate(im_dest, 255, 255, 255); im_dest 4133 ext/gd/gd.c black = gdImageColorAllocate(im_dest, 0, 0, 0); im_dest 4150 ext/gd/gd.c gdImageSetPixel (im_dest, x, y, color); im_dest 4156 ext/gd/gd.c gdImageWBMP(im_dest, black , dest); im_dest 4161 ext/gd/gd.c gdImageDestroy(im_dest);