Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgdtest.c362 int cmpRes; in CompareImages() local
364 cmpRes = gdImageCompare (im1, im2); in CompareImages()
366 if (cmpRes & GD_CMP_IMAGE) in CompareImages()
370 else if (cmpRes != 0) in CompareImages()
380 if (cmpRes & (GD_CMP_SIZE_X + GD_CMP_SIZE_Y)) in CompareImages()
385 if (cmpRes & GD_CMP_NUM_COLORS) in CompareImages()
391 if (cmpRes & GD_CMP_COLOR) in CompareImages()

Completed in 9 milliseconds