HomeSort by relevance Sort by last modified time
    Searched refs:PNG_UINT_31_MAX (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/libpng/
png.c 910 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...]
pngset.c 153 if (int_gamma > (png_fixed_point)PNG_UINT_31_MAX)
156 png_gamma=PNG_UINT_31_MAX;
    [all...]
png.h     [all...]
pngrutil.c 65 if (i > PNG_UINT_31_MAX)
    [all...]
  /external/libpng/
pngwutil.c 183 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)
    [all...]
pngget.c 198 && 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,
    [all...]
pngtest.c 154 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX)
179 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
    [all...]
png.c     [all...]
pngset.c     [all...]
png.h     [all...]
pngrutil.c 26 if (uval > PNG_UINT_31_MAX)
45 if (uval <= PNG_UINT_31_MAX)
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 682 ok = fpround <= PNG_UINT_31_MAX &&
683 fpround >= -1-(long long int)PNG_UINT_31_MAX;
pngvalid.c     [all...]

Completed in 216 milliseconds