Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgdtest.c391 if (cmpRes & GD_CMP_COLOR) in CompareImages()
H A Dgd.c2836 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()
2840 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()
2844 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()
2850 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()
2855 if (cmpStatus & GD_CMP_COLOR) { in gdImageCompare()
H A Dgd.h889 #define GD_CMP_COLOR 4 /* Image colours differ */ macro

Completed in 18 milliseconds