Searched refs:GD_CMP_COLOR (Results 1 – 3 of 3) sorted by relevance
391 if (cmpRes & GD_CMP_COLOR) in CompareImages()
682 #define GD_CMP_COLOR 4 /* Image colours differ */ macro
2827 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()2831 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()2835 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()2841 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()2846 if (cmpStatus & GD_CMP_COLOR) { in gdImageCompare()
Completed in 21 milliseconds