Lines Matching refs:c2
2804 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \2805 abs((int)((c1).green) - (int)((c2).green)) + \2806 abs((int)((c1).blue) - (int)((c2).blue)))