Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgdtest.c391 if (cmpRes & GD_CMP_COLOR) in CompareImages()
H A Dgd.c2867 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()
2871 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()
2875 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()
2881 cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE; in gdImageCompare()
2886 if (cmpStatus & GD_CMP_COLOR) { in gdImageCompare()
H A Dgd.h889 #define GD_CMP_COLOR 4 /* Image colours differ */ macro

Completed in 33 milliseconds