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

  /external/chromium_org/third_party/libpng/
pngrutil.c 734 if (PNG_OUT_OF_RANGE(igamma, 45500L, 500))
907 if (PNG_OUT_OF_RANGE(int_x_white, 31270, 1000) ||
908 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) ||
909 PNG_OUT_OF_RANGE(int_x_red, 64000L, 1000) ||
910 PNG_OUT_OF_RANGE(int_y_red, 33000, 1000) ||
911 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) ||
912 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) ||
913 PNG_OUT_OF_RANGE(int_x_blue, 15000, 1000) ||
914 PNG_OUT_OF_RANGE(int_y_blue, 6000, 1000))
1008 if (PNG_OUT_OF_RANGE(igamma, 45500L, 500)
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrutil.c 750 if (PNG_OUT_OF_RANGE(igamma, 45500L, 500))
923 if (PNG_OUT_OF_RANGE(int_x_white, 31270, 1000) ||
924 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) ||
925 PNG_OUT_OF_RANGE(int_x_red, 64000L, 1000) ||
926 PNG_OUT_OF_RANGE(int_y_red, 33000, 1000) ||
927 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) ||
928 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) ||
929 PNG_OUT_OF_RANGE(int_x_blue, 15000, 1000) ||
930 PNG_OUT_OF_RANGE(int_y_blue, 6000, 1000))
1024 if (PNG_OUT_OF_RANGE(igamma, 45500L, 500)
    [all...]
png.h     [all...]
  /external/libpng/
png.c     [all...]
pngpriv.h 665 /* PNG_OUT_OF_RANGE returns true if value is outside the range
670 #define PNG_OUT_OF_RANGE(value, ideal, delta) \
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 578 /* PNG_OUT_OF_RANGE returns true if value is outside the range
583 #define PNG_OUT_OF_RANGE(value, ideal, delta) \
    [all...]

Completed in 892 milliseconds