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

  /external/libpng/
pngread.c 391 PNG_CONST PNG_IEND;
457 else if (!png_memcmp(chunk_name, png_IEND, 4))
    [all...]
pngpread.c 156 PNG_CONST PNG_IEND;
253 else if (!png_memcmp(png_ptr->chunk_name, png_IEND, 4))
    [all...]
png.h     [all...]
pngwutil.c 698 PNG_IEND;
703 png_write_chunk(png_ptr, (png_bytep)png_IEND, png_bytep_NULL,
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 355 PNG_CONST PNG_IEND;
430 else if (!png_memcmp(png_ptr->chunk_name, png_IEND, 4))
935 PNG_CONST PNG_IEND;
1000 else if (!png_memcmp(png_ptr->chunk_name, png_IEND, 4))
    [all...]
png.h     [all...]
pngpread.c 142 PNG_CONST PNG_IEND;
232 else if (!png_memcmp(png_ptr->chunk_name, png_IEND, 4))
    [all...]
pngwutil.c 662 PNG_IEND;
665 png_write_chunk(png_ptr, (png_bytep)png_IEND, png_bytep_NULL,
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 644 #define png_IEND PNG_CHUNK( 73, 69, 78, 68)
    [all...]

Completed in 34 milliseconds