gdImageColorClosestAlpha 1866 ext/gd/gd.c    	RETURN_LONG(gdImageColorClosestAlpha(im, red, green, blue, alpha));
gdImageColorClosestAlpha  263 ext/gd/libgd/gd.c 	return gdImageColorClosestAlpha (im, r, g, b, gdAlphaOpaque);
gdImageColorClosestAlpha  629 ext/gd/libgd/gd.c 				xlate[p] = gdImageColorClosestAlpha (from, to->red[p], to->green[p], to->blue[p], to->alpha[p]);
gdImageColorClosestAlpha  517 ext/gd/libgd/gd.h int gdImageColorClosestAlpha(gdImagePtr im, int r, int g, int b, int a);
gdImageColorClosestAlpha  123 ext/gd/libgd/gd_crop.c 			color = gdImageColorClosestAlpha(im, 0, 0, 0, 0);
gdImageColorClosestAlpha  127 ext/gd/libgd/gd_crop.c 			color = gdImageColorClosestAlpha(im, 255, 255, 255, 0);
gdImageColorClosestAlpha  328 ext/gd/libgd/gd_crop.c 		*color = gdImageColorClosestAlpha(im, r, g, b, a);
gdImageColorClosestAlpha   40 ext/gd/libgd/gd_filter.c 				new_pxl = gdImageColorClosestAlpha(src, 255-r, 255-g, 255-b, a);
gdImageColorClosestAlpha   73 ext/gd/libgd/gd_filter.c 				new_pxl = gdImageColorClosestAlpha(src, r, g, b, a);
gdImageColorClosestAlpha  118 ext/gd/libgd/gd_filter.c 				new_pxl = gdImageColorClosestAlpha(src, (int)r, (int)g, (int)b, a);
gdImageColorClosestAlpha  178 ext/gd/libgd/gd_filter.c 				new_pxl = gdImageColorClosestAlpha(src, (int)rf, (int)gf, (int)bf, a);
gdImageColorClosestAlpha  222 ext/gd/libgd/gd_filter.c 				new_pxl = gdImageColorClosestAlpha(src, r, g, b, a);
gdImageColorClosestAlpha  282 ext/gd/libgd/gd_filter.c 				new_pxl = gdImageColorClosestAlpha(src, (int)new_r, (int)new_g, (int)new_b, new_a);
gdImageColorClosestAlpha  401 ext/gd/libgd/gd_filter.c 				new_pxl = gdImageColorClosestAlpha(src, (int)new_r, (int)new_g, (int)new_b, new_a);
gdImageColorClosestAlpha   61 ext/gd/libgd/gd_rotate.c 			pxlLeft = gdImageColorClosestAlpha(src, r, g, b, a);
gdImageColorClosestAlpha   91 ext/gd/libgd/gd_rotate.c 				pxlSrc = gdImageColorClosestAlpha(dst, r, g, b, a);
gdImageColorClosestAlpha  152 ext/gd/libgd/gd_rotate.c 			pxlLeft = gdImageColorClosestAlpha(src, r, g, b, a);
gdImageColorClosestAlpha  182 ext/gd/libgd/gd_rotate.c 				pxlSrc = gdImageColorClosestAlpha(dst, r, g, b, a);