Searched refs:im_tmp (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 4442 gdImagePtr im_org, im_dest, im_tmp; local 4555 im_tmp = gdImageCreate (dest_width, dest_height); 4556 if (im_tmp == NULL ) { 4561 gdImageCopyResized (im_tmp, im_org, 0, 0, 0, 0, dest_width, dest_height, org_width, org_height); 4589 color_org = gdImageGetPixel (im_tmp, x, y); 4590 median = (im_tmp->red[color_org] + im_tmp->green[color_org] + im_tmp->blue[color_org]) / 3; 4600 gdImageDestroy (im_tmp );
|
Completed in 9 milliseconds