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

/external/libpng/
H A Dpngpriv.h658 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro
/external/opencv3/3rdparty/libpng/
H A Dpngpriv.h568 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro
/external/pdfium/third_party/lpng_v163/
H A Dpngpriv.h591 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro

Completed in 33 milliseconds