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

  /external/libpng/
example.c     [all...]
pngtrans.c 838 return PNG_UINT_32_MAX; /* help the app not to fail silently */
png.h 686 #define PNG_UINT_32_MAX ((png_uint_32)(-1))
    [all...]
pngread.c 1042 if (info_ptr->height > PNG_UINT_32_MAX/(sizeof (png_bytep)))
    [all...]
  /external/skia/third_party/libpng/
example.c     [all...]
pngtrans.c 837 return PNG_UINT_32_MAX; /* help the app not to fail silently */
png.h 686 #define PNG_UINT_32_MAX ((png_uint_32)(-1))
    [all...]
pngread.c 1033 if (info_ptr->height > PNG_UINT_32_MAX/(sizeof (png_bytep)))
    [all...]
  /external/syslinux/com32/lib/libpng/
example.c 762 if (height > PNG_UINT_32_MAX/png_sizeof(png_bytep))
png.c 167 if (items > PNG_UINT_32_MAX/size)
1012 if ( width > (PNG_UINT_32_MAX
pngset.c 260 if (width > (PNG_UINT_32_MAX
    [all...]
pngread.c     [all...]
  /external/pdfium/third_party/libpng16/
pngtrans.c 837 return PNG_UINT_32_MAX; /* help the app not to fail silently */
png.h 686 #define PNG_UINT_32_MAX ((png_uint_32)(-1))
    [all...]
pngread.c 1043 if (info_ptr->height > PNG_UINT_32_MAX/(sizeof (png_bytep)))
    [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 215 milliseconds