Searched refs:GD_CMP_COLOR (Results 1 – 3 of 3) sorted by relevance
391 if (cmpRes & GD_CMP_COLOR) in CompareImages()
2909 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()2913 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()2917 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()2923 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()2928 if (cmpStatus & GD_CMP_COLOR) { in gdImageCompare()
929 #define GD_CMP_COLOR 4 /* Image colours differ */ macro
Completed in 20 milliseconds