Searched defs:im_dest (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 4388 gdImagePtr im_dest; local 4396 im_dest = gdImageCreate(dest_width, dest_height); 4397 if (im_dest == NULL) { 4402 white = gdImageColorAllocate(im_dest, 255, 255, 255); 4408 black = gdImageColorAllocate(im_dest, 0, 0, 0); 4427 gdImageSetPixel (im_dest, x, y, color); 4430 gdImageWBMPCtx (im_dest, black, out); 4442 gdImagePtr im_org, im_dest, im_tmp; local 4567 im_dest = gdImageCreate(dest_width, dest_height); 4568 if (im_dest [all...] |
Completed in 11 milliseconds