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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrutil.c722 if (PNG_OUT_OF_RANGE(igamma, 45500L, 500))
895 if (PNG_OUT_OF_RANGE(int_x_white, 31270, 1000) ||
896 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) ||
897 PNG_OUT_OF_RANGE(int_x_red, 64000L, 1000) ||
898 PNG_OUT_OF_RANGE(int_y_red, 33000, 1000) ||
899 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) ||
900 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) ||
901 PNG_OUT_OF_RANGE(int_x_blue, 15000, 1000) ||
902 PNG_OUT_OF_RANGE(int_y_blue, 6000, 1000))
996 if (PNG_OUT_OF_RANGE(igamm
[all...]
H A Dpng.h3043 /* PNG_OUT_OF_RANGE returns true if value is outside the range
3048 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrutil.c623 if (PNG_OUT_OF_RANGE(igamma, 45500L, 500))
836 if (PNG_OUT_OF_RANGE(int_x_white, 31270, 1000) ||
837 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) ||
838 PNG_OUT_OF_RANGE(int_x_red, 64000L, 1000) ||
839 PNG_OUT_OF_RANGE(int_y_red, 33000, 1000) ||
840 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) ||
841 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) ||
842 PNG_OUT_OF_RANGE(int_x_blue, 15000, 1000) ||
843 PNG_OUT_OF_RANGE(int_y_blue, 6000, 1000))
939 if (PNG_OUT_OF_RANGE(igamm
[all...]
H A Dpng.h2640 /* PNG_OUT_OF_RANGE returns true if value is outside the range
2644 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ macro

Completed in 103 milliseconds