Home
last modified time | relevance | path

Searched refs:GD_CMP_COLOR (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/gd/libgd/
H A Dgdtest.c391 if (cmpRes & GD_CMP_COLOR) in CompareImages()
H A Dgd.h682 #define GD_CMP_COLOR 4 /* Image colours differ */ macro
H A Dgd.c2827 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 16 milliseconds