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

  /external/libpng/
pngmem.c 83 if (size > 0 && size <= PNG_SIZE_MAX
114 if (req <= PNG_SIZE_MAX/element_size)
pngwutil.c     [all...]
pngrutil.c 613 png_alloc_size_t limit = PNG_SIZE_MAX;
    [all...]
pngpread.c 485 if (png_ptr->save_buffer_size > PNG_SIZE_MAX -
png.h 687 #define PNG_SIZE_MAX ((png_size_t)(-1))
    [all...]
png.c     [all...]
  /external/pdfium/third_party/lpng_v163/
pngmem.c 89 if (size > 0 && size <= PNG_SIZE_MAX
119 if (req <= PNG_SIZE_MAX/element_size)
pngrutil.c 579 png_alloc_size_t limit = PNG_SIZE_MAX;
    [all...]
pngpread.c 682 if (png_ptr->save_buffer_size > PNG_SIZE_MAX -
    [all...]
png.h     [all...]
  /external/opencv3/3rdparty/libpng/
pngpread.c 709 if (png_ptr->save_buffer_size > PNG_SIZE_MAX -
    [all...]
png.h 735 #define PNG_SIZE_MAX ((png_size_t)(-1))
    [all...]
pngrutil.c     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 738 #define PNG_SIZE_MAX ((png_size_t)(-1))
    [all...]

Completed in 67 milliseconds