gdImageColorClosestAlpha 2047 ext/gd/gd.c    	RETURN_LONG(gdImageColorClosestAlpha(im, Z_LVAL_PP(red), Z_LVAL_PP(green), Z_LVAL_PP(blue), Z_LVAL_PP(alpha)));
gdImageColorClosestAlpha  255 ext/gd/libgd/gd.c 	return gdImageColorClosestAlpha (im, r, g, b, gdAlphaOpaque);
gdImageColorClosestAlpha  621 ext/gd/libgd/gd.c 				xlate[p] = gdImageColorClosestAlpha (from, to->red[p], to->green[p], to->blue[p], to->alpha[p]);
gdImageColorClosestAlpha 2702 ext/gd/libgd/gd.c 			pxlLeft = gdImageColorClosestAlpha(src, r, g, b, a);
gdImageColorClosestAlpha 2732 ext/gd/libgd/gd.c 				pxlSrc = gdImageColorClosestAlpha(dst, r, g, b, a);
gdImageColorClosestAlpha 2793 ext/gd/libgd/gd.c 			pxlLeft = gdImageColorClosestAlpha(src, r, g, b, a);
gdImageColorClosestAlpha 2823 ext/gd/libgd/gd.c 				pxlSrc = gdImageColorClosestAlpha(dst, r, g, b, a);
gdImageColorClosestAlpha 3671 ext/gd/libgd/gd.c 				new_pxl = gdImageColorClosestAlpha(src, 255-r, 255-g, 255-b, a);
gdImageColorClosestAlpha 3704 ext/gd/libgd/gd.c 				new_pxl = gdImageColorClosestAlpha(src, r, g, b, a);
gdImageColorClosestAlpha 3749 ext/gd/libgd/gd.c 				new_pxl = gdImageColorClosestAlpha(src, (int)r, (int)g, (int)b, a);
gdImageColorClosestAlpha 3809 ext/gd/libgd/gd.c 				new_pxl = gdImageColorClosestAlpha(src, (int)rf, (int)gf, (int)bf, a);
gdImageColorClosestAlpha 3853 ext/gd/libgd/gd.c 				new_pxl = gdImageColorClosestAlpha(src, r, g, b, a);
gdImageColorClosestAlpha 3909 ext/gd/libgd/gd.c 				new_pxl = gdImageColorClosestAlpha(src, (int)new_r, (int)new_g, (int)new_b, new_a);
gdImageColorClosestAlpha 4029 ext/gd/libgd/gd.c 				new_pxl = gdImageColorClosestAlpha(src, (int)new_r, (int)new_g, (int)new_b, new_a);
gdImageColorClosestAlpha  388 ext/gd/libgd/gd.h int gdImageColorClosestAlpha(gdImagePtr im, int r, int g, int b, int a);