gdColorMatch       28 libgd/gd_crop.c static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold);
gdColorMatch      242 libgd/gd_crop.c 			match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0;
gdColorMatch      258 libgd/gd_crop.c 			match = (gdColorMatch(im, color, gdImageGetPixel(im, x, y), threshold)) > 0;
gdColorMatch      271 libgd/gd_crop.c 			match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0;
gdColorMatch      279 libgd/gd_crop.c 			match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0;