gdColorMatch       28 ext/gd/libgd/gd_crop.c static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold);
gdColorMatch      253 ext/gd/libgd/gd_crop.c 			match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0;
gdColorMatch      269 ext/gd/libgd/gd_crop.c 			match = (gdColorMatch(im, color, gdImageGetPixel(im, x, y), threshold)) > 0;
gdColorMatch      282 ext/gd/libgd/gd_crop.c 			match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0;
gdColorMatch      290 ext/gd/libgd/gd_crop.c 			match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0;