Searched refs:cmpRes (Results 1 – 1 of 1) sorted by relevance
362 int cmpRes; in CompareImages() local364 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 6 milliseconds