Searched refs:PNG_UINT_31_MAX (Results 1 – 19 of 19) sorted by relevance
880 if (white_x > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()881 white_y > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()882 red_x > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()883 red_y > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()884 green_x > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()885 green_y > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()886 blue_x > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()887 blue_y > (png_fixed_point) PNG_UINT_31_MAX ) in png_check_cHRM_fixed()970 if (width > PNG_UINT_31_MAX) in png_check_IHDR()976 if ( height > PNG_UINT_31_MAX) in png_check_IHDR()
153 if (int_gamma > (png_fixed_point)PNG_UINT_31_MAX) in png_set_gAMA_fixed()156 png_gamma=PNG_UINT_31_MAX; in png_set_gAMA_fixed()
1102 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL) macro1107 #define PNG_MAX_UINT PNG_UINT_31_MAX
65 if (i > PNG_UINT_31_MAX) in png_get_uint_31()
910 if (white_x > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()911 white_y > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()912 red_x > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()913 red_y > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()914 green_x > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()915 green_y > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()916 blue_x > (png_fixed_point) PNG_UINT_31_MAX || in png_check_cHRM_fixed()917 blue_y > (png_fixed_point) PNG_UINT_31_MAX ) in png_check_cHRM_fixed()1000 if (width > PNG_UINT_31_MAX) in png_check_IHDR()1006 if ( height > PNG_UINT_31_MAX) in png_check_IHDR()
1055 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL) macro1060 #define PNG_MAX_UINT PNG_UINT_31_MAX
183 if (length > PNG_UINT_31_MAX) in png_write_complete_chunk()546 if (output_len + prefix_len > PNG_UINT_31_MAX) in png_text_compress()603 if (output_len + prefix_len >= PNG_UINT_31_MAX) in png_text_compress()1597 if (text_len > PNG_UINT_31_MAX - (key_len+1)) in png_write_tEXt()1725 if (lang_len > PNG_UINT_31_MAX-prefix_len) in png_write_iTXt()1726 prefix_len = PNG_UINT_31_MAX; in png_write_iTXt()1730 if (lang_key_len > PNG_UINT_31_MAX-prefix_len) in png_write_iTXt()1731 prefix_len = PNG_UINT_31_MAX; in png_write_iTXt()1745 if (comp.input_len > PNG_UINT_31_MAX-prefix_len) in png_write_iTXt()
198 && info_ptr->x_pixels_per_unit <= PNG_UINT_31_MAX in png_get_pixel_aspect_ratio_fixed()199 && info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX) in png_get_pixel_aspect_ratio_fixed()309 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127, in ppi_from_ppm()
154 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX) in read_row_callback()179 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7) in write_row_callback()
2449 else if (width > PNG_UINT_31_MAX)2505 if (height > PNG_UINT_31_MAX)
1463 if (size == 0 || size > PNG_UINT_31_MAX) in png_set_compression_buffer_size()
26 if (uval > PNG_UINT_31_MAX) in png_get_uint_31()45 if (uval <= PNG_UINT_31_MAX) in png_get_fixed_point()
771 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL) macro
4674 PNG_MAX_UINT was replaced with PNG_UINT_31_MAX. It has been
1438 Renamed PNG_MAX_UINT to PNG_UINT_31_MAX.
682 ok = fpround <= PNG_UINT_31_MAX && in validation_muldiv()683 fpround >= -1-(long long int)PNG_UINT_31_MAX; in validation_muldiv()
9911 if (v == PNG_UINT_31_MAX) in perform_interlace_macro_validation()9915 if (v >= PNG_UINT_31_MAX) in perform_interlace_macro_validation()9916 v = PNG_UINT_31_MAX-1; in perform_interlace_macro_validation()