HomeSort by relevance Sort by last modified time
    Searched refs:PNG_COLOR_DIST (Results 1 - 8 of 8) sorted by null

  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 568 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \
    [all...]
pngrtran.c 507 min_d = PNG_COLOR_DIST(palette[d_index], palette[0]);
512 d = PNG_COLOR_DIST(palette[d_index], palette[k]);
584 d = PNG_COLOR_DIST(palette[i], palette[j]);
    [all...]
  /external/chromium_org/third_party/libpng/
pngrtran.c 287 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]);
    [all...]
png.h     [all...]
  /external/libpng/
pngrtran.c 287 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]);
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 258 min_d = PNG_COLOR_DIST(palette[d_index], palette[0]);
263 d = PNG_COLOR_DIST(palette[d_index], palette[k]);
338 d = PNG_COLOR_DIST(palette[i], palette[j]);
    [all...]
png.h     [all...]

Completed in 62 milliseconds