Searched refs:im_org (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 143 static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold); 4386 static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold) argument 4391 int dest_height = gdImageSY(im_org); 4392 int dest_width = gdImageSX(im_org); 4414 if (im_org->trueColor) { 4415 gdImageTrueColorToPalette(im_org, 1, 256); 4420 color_org = gdImageGetPixel(im_org, x, y); 4421 median = (im_org->red[color_org] + im_org->green[color_org] + im_org 4442 gdImagePtr im_org, im_dest, im_tmp; local [all...] |
Completed in 8 milliseconds