Searched refs:PNG_UINT_31_MAX (Results 1 - 17 of 17) sorted by relevance

/external/qemu/distrib/libpng-1.2.46/
H A Dpng.c880 if (white_x > (png_fixed_point) PNG_UINT_31_MAX ||
881 white_y > (png_fixed_point) PNG_UINT_31_MAX ||
882 red_x > (png_fixed_point) PNG_UINT_31_MAX ||
883 red_y > (png_fixed_point) PNG_UINT_31_MAX ||
884 green_x > (png_fixed_point) PNG_UINT_31_MAX ||
885 green_y > (png_fixed_point) PNG_UINT_31_MAX ||
886 blue_x > (png_fixed_point) PNG_UINT_31_MAX ||
887 blue_y > (png_fixed_point) PNG_UINT_31_MAX )
970 if (width > PNG_UINT_31_MAX)
976 if ( height > PNG_UINT_31_MAX)
[all...]
H A Dpngset.c153 if (int_gamma > (png_fixed_point)PNG_UINT_31_MAX)
156 png_gamma=PNG_UINT_31_MAX;
H A Dpng.h1102 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL) macro
1106 /* PNG_MAX_UINT is deprecated; use PNG_UINT_31_MAX instead. */
1107 #define PNG_MAX_UINT PNG_UINT_31_MAX
H A Dpngrutil.c65 if (i > PNG_UINT_31_MAX)
/external/chromium_org/third_party/libpng/
H A Dpng.c910 if (white_x > (png_fixed_point) PNG_UINT_31_MAX ||
911 white_y > (png_fixed_point) PNG_UINT_31_MAX ||
912 red_x > (png_fixed_point) PNG_UINT_31_MAX ||
913 red_y > (png_fixed_point) PNG_UINT_31_MAX ||
914 green_x > (png_fixed_point) PNG_UINT_31_MAX ||
915 green_y > (png_fixed_point) PNG_UINT_31_MAX ||
916 blue_x > (png_fixed_point) PNG_UINT_31_MAX ||
917 blue_y > (png_fixed_point) PNG_UINT_31_MAX )
1000 if (width > PNG_UINT_31_MAX)
1006 if ( height > PNG_UINT_31_MAX)
[all...]
H A Dpngset.c153 if (int_gamma > (png_fixed_point)PNG_UINT_31_MAX)
156 png_gamma=PNG_UINT_31_MAX;
H A Dpng.h1055 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL) macro
1059 /* PNG_MAX_UINT is deprecated; use PNG_UINT_31_MAX instead. */
1060 #define PNG_MAX_UINT PNG_UINT_31_MAX
H A Dpngrutil.c65 if (i > PNG_UINT_31_MAX)
/external/libpng/
H A Dpngwutil.c183 if (length > PNG_UINT_31_MAX)
546 if (output_len + prefix_len > PNG_UINT_31_MAX)
603 if (output_len + prefix_len >= PNG_UINT_31_MAX)
1597 if (text_len > PNG_UINT_31_MAX - (key_len+1))
1725 if (lang_len > PNG_UINT_31_MAX-prefix_len)
1726 prefix_len = PNG_UINT_31_MAX;
1730 if (lang_key_len > PNG_UINT_31_MAX-prefix_len)
1731 prefix_len = PNG_UINT_31_MAX;
1745 if (comp.input_len > PNG_UINT_31_MAX-prefix_len)
H A Dpngget.c198 && info_ptr->x_pixels_per_unit <= PNG_UINT_31_MAX
199 && info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX)
309 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
H A Dpngtest.c154 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX)
179 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
H A Dpng.c2466 if (width > PNG_UINT_31_MAX)
2472 if (height > PNG_UINT_31_MAX)
H A Dpngset.c1463 if (size == 0 || size > PNG_UINT_31_MAX)
H A Dpng.h771 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL) macro
H A Dpngrutil.c26 if (uval > PNG_UINT_31_MAX)
45 if (uval <= PNG_UINT_31_MAX)
/external/libpng/contrib/libtests/
H A Dtarith.c682 ok = fpround <= PNG_UINT_31_MAX &&
683 fpround >= -1-(long long int)PNG_UINT_31_MAX;
H A Dpngvalid.c9911 if (v == PNG_UINT_31_MAX)
9915 if (v >= PNG_UINT_31_MAX)
9916 v = PNG_UINT_31_MAX-1;

Completed in 167 milliseconds