Searched refs:gdColorMatch (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/gd/libgd/ |
H A D | gd_crop.c | 28 static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold); 257 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold() 273 match = (gdColorMatch(im, color, gdImageGetPixel(im, x, y), threshold)) > 0; in gdImageCropThreshold() 286 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold() 294 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold() 348 static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold) in gdColorMatch() function
|
Completed in 7 milliseconds