Searched refs:PNG_COLOR_DIST (Results 1 - 6 of 6) sorted by relevance

/external/libpng/
H A Dpngpriv.h644 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro
H A Dpngrtran.c538 min_d = PNG_COLOR_DIST(palette[d_index], palette[0]);
543 d = PNG_COLOR_DIST(palette[d_index], palette[k]);
615 d = PNG_COLOR_DIST(palette[i], palette[j]);
/external/chromium_org/third_party/libpng/
H A Dpngrtran.c287 min_d = PNG_COLOR_DIST(palette[d_index], palette[0]);
292 d = PNG_COLOR_DIST(palette[d_index], palette[k]);
364 d = PNG_COLOR_DIST(palette[i], palette[j]);
H A Dpng.h3016 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrtran.c287 min_d = PNG_COLOR_DIST(palette[d_index], palette[0]);
292 d = PNG_COLOR_DIST(palette[d_index], palette[k]);
364 d = PNG_COLOR_DIST(palette[i], palette[j]);
H A Dpng.h3088 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro

Completed in 208 milliseconds