Searched defs:PNG_COLOR_DIST (Results 1 - 3 of 3) sorted by relevance

/external/libpng/
H A Dpngpriv.h644 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro
/external/chromium_org/third_party/libpng/
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 Dpng.h3088 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro

Completed in 83 milliseconds