Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/
Dpngpriv.h722 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro
/third_party/libpng/
Dpngpriv.h722 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro
/third_party/flutter/skia/third_party/externals/libpng/
Dpngpriv.h722 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro