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

  /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 212 info_ptr->x_pixels_per_unit <= PNG_UINT_31_MAX &&
213 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX)
339 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
    [all...]
pngtest.c 184 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX)
209 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7)
    [all...]
png.c     [all...]
pngset.c     [all...]
png.h 685 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL)
    [all...]
pngrutil.c 26 if (uval > PNG_UINT_31_MAX)
45 if (uval <= PNG_UINT_31_MAX)
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngwutil.c 182 if (length > PNG_UINT_31_MAX)
545 if (output_len + prefix_len > PNG_UINT_31_MAX)
602 if (output_len + prefix_len >= PNG_UINT_31_MAX)
    [all...]
pngget.c 197 && info_ptr->x_pixels_per_unit <= PNG_UINT_31_MAX
198 && info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX)
308 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
    [all...]
png.c     [all...]
pngset.c     [all...]
png.h     [all...]
pngrutil.c 25 if (uval > PNG_UINT_31_MAX)
44 if (uval <= PNG_UINT_31_MAX)
    [all...]
  /external/opencv3/3rdparty/libpng/
pngget.c 192 && info_ptr->x_pixels_per_unit <= PNG_UINT_31_MAX
193 && info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX)
300 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
png.c     [all...]
png.h 733 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL)
    [all...]
pngrutil.c 28 if (uval > PNG_UINT_31_MAX)
47 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...]
  /external/ImageMagick/coders/
png.c 520 #ifndef PNG_UINT_31_MAX
521 #define PNG_UINT_31_MAX (png_uint_32) 0x7fffffffL
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 736 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL)
    [all...]

Completed in 612 milliseconds