Lines Matching refs:c2
3088 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \3089 abs((int)((c1).green) - (int)((c2).green)) + \3090 abs((int)((c1).blue) - (int)((c2).blue)))