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

  /external/libpng/
png.c 168 if (items > PNG_UINT_32_MAX/size)
982 if ( width > (PNG_UINT_32_MAX
example.c 762 if (height > PNG_UINT_32_MAX/png_sizeof(png_bytep))
pngread.c     [all...]
pngset.c 260 if (width > (PNG_UINT_32_MAX
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.c 162 if (items > PNG_UINT_32_MAX/size)
pngset.c 281 if ( width > (PNG_UINT_32_MAX
356 if (width > (PNG_UINT_32_MAX
    [all...]
pngget.c 569 if (info_ptr->width > (PNG_UINT_32_MAX
pngread.c     [all...]
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 737 #define PNG_UINT_32_MAX ((png_uint_32)(-1))
    [all...]

Completed in 32 milliseconds