Searched refs:PNG_OUT_OF_RANGE (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngrutil.c750 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(igamm
[all...]
H A Dpng.h3098 /* PNG_OUT_OF_RANGE returns true if value is outside the range
3103 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ macro
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrutil.c634 if (PNG_OUT_OF_RANGE(igamma, 45500L, 500))
844 if (PNG_OUT_OF_RANGE(int_x_white, 31270, 1000) ||
845 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) ||
846 PNG_OUT_OF_RANGE(int_x_red, 64000L, 1000) ||
847 PNG_OUT_OF_RANGE(int_y_red, 33000, 1000) ||
848 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) ||
849 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) ||
850 PNG_OUT_OF_RANGE(int_x_blue, 15000, 1000) ||
851 PNG_OUT_OF_RANGE(int_y_blue, 6000, 1000))
946 if (PNG_OUT_OF_RANGE(igamm
[all...]
H A Dpng.h2814 /* PNG_OUT_OF_RANGE returns true if value is outside the range
2818 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ macro

Completed in 61 milliseconds