Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_OUT_OF_RANGE

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))
1045 if (PNG_OUT_OF_RANGE(info_ptr->int_x_white, 31270, 1000) ||
1046 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 1000) ||
1047 PNG_OUT_OF_RANGE(info_ptr->int_x_red, 64000L, 1000) ||
1048 PNG_OUT_OF_RANGE(info_ptr->int_y_red, 33000, 1000) ||
1049 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) ||
1050 PNG_OUT_OF_RANGE(info_ptr->int_y_green, 60000L, 1000) ||
1051 PNG_OUT_OF_RANGE(info_ptr->int_x_blue, 15000, 1000) ||
1052 PNG_OUT_OF_RANGE(info_ptr->int_y_blue, 6000, 1000))