Searched refs:PNG_UINT_31_MAX (Results 1 – 12 of 12) sorted by relevance
106 if (white_x > (double) PNG_UINT_31_MAX || in png_set_cHRM_fixed()107 white_y > (double) PNG_UINT_31_MAX || in png_set_cHRM_fixed()108 red_x > (double) PNG_UINT_31_MAX || in png_set_cHRM_fixed()109 red_y > (double) PNG_UINT_31_MAX || in png_set_cHRM_fixed()110 green_x > (double) PNG_UINT_31_MAX || in png_set_cHRM_fixed()111 green_y > (double) PNG_UINT_31_MAX || in png_set_cHRM_fixed()112 blue_x > (double) PNG_UINT_31_MAX || in png_set_cHRM_fixed()113 blue_y > (double) PNG_UINT_31_MAX) in png_set_cHRM_fixed()115 if (white_x > (png_fixed_point) PNG_UINT_31_MAX/100000L || in png_set_cHRM_fixed()116 white_y > (png_fixed_point) PNG_UINT_31_MAX/100000L || in png_set_cHRM_fixed()[all …]
565 if (*width == 0 || *width > PNG_UINT_31_MAX) in png_get_IHDR()567 if (*height == 0 || *height > PNG_UINT_31_MAX) in png_get_IHDR()
938 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL) macro943 #define PNG_MAX_UINT PNG_UINT_31_MAX
53 if (i > PNG_UINT_31_MAX) in png_get_uint_31()
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()
132 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX) in read_row_callback()160 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7) in write_row_callback()
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()
1294 Renamed PNG_MAX_UINT to PNG_UINT_31_MAX.
3026 PNG_MAX_UINT was replaced with PNG_UINT_31_MAX. It has been