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

  /external/libpng/
pngread.c 406 PNG_CONST PNG_iCCP;
533 else if (!png_memcmp(chunk_name, png_iCCP, 4))
    [all...]
pngpread.c 171 PNG_CONST PNG_iCCP;
394 else if (!png_memcmp(png_ptr->chunk_name, png_iCCP, 4))
    [all...]
png.h     [all...]
pngwutil.c 773 PNG_iCCP;
833 png_write_chunk_start(png_ptr, (png_bytep)png_iCCP,
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 370 PNG_CONST PNG_iCCP;
506 else if (!png_memcmp(png_ptr->chunk_name, png_iCCP, 4))
950 PNG_CONST PNG_iCCP;
    [all...]
png.h     [all...]
pngpread.c 157 PNG_CONST PNG_iCCP;
351 else if (!png_memcmp(png_ptr->chunk_name, png_iCCP, 4))
    [all...]
pngwutil.c 732 PNG_iCCP;
786 png_write_chunk_start(png_ptr, png_iCCP,
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 650 #define png_iCCP PNG_CHUNK(105, 67, 67, 80)
    [all...]

Completed in 29 milliseconds