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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
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 Dpngtest.c132 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX)
160 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
H A Dpng.h1072 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL) macro
1076 /* PNG_MAX_UINT is deprecated; use PNG_UINT_31_MAX instead. */
1077 #define PNG_MAX_UINT PNG_UINT_31_MAX
H A Dpngrutil.c65 if (i > PNG_UINT_31_MAX)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngset.c103 if (white_x > (double) PNG_UINT_31_MAX ||
104 white_y > (double) PNG_UINT_31_MAX ||
105 red_x > (double) PNG_UINT_31_MAX ||
106 red_y > (double) PNG_UINT_31_MAX ||
107 green_x > (double) PNG_UINT_31_MAX ||
108 green_y > (double) PNG_UINT_31_MAX ||
109 blue_x > (double) PNG_UINT_31_MAX ||
110 blue_y > (double) PNG_UINT_31_MAX)
176 if (int_gamma > (png_fixed_point) PNG_UINT_31_MAX)
179 gamma=PNG_UINT_31_MAX;
[all...]
H A Dpngget.c560 if (width == 0 || *width > PNG_UINT_31_MAX)
562 if (height == 0 || *height > PNG_UINT_31_MAX)
H A Dpngtest.c130 if(png_ptr == NULL || row_number > PNG_UINT_31_MAX) return;
157 if(png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7) return;
H A Dpng.h853 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL) macro
856 /* PNG_MAX_UINT is deprecated; use PNG_UINT_31_MAX instead. */
857 #define PNG_MAX_UINT PNG_UINT_31_MAX
H A Dpngrutil.c44 if (i > PNG_UINT_31_MAX)

Completed in 76 milliseconds