Lines Matching refs:c1
3016 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \3017 abs((int)((c1).green) - (int)((c2).green)) + \3018 abs((int)((c1).blue) - (int)((c2).blue)))