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

  /external/chromium_org/third_party/libpng/
pngread.c 426 PNG_CONST PNG_sRGB;
525 else if (!png_memcmp(chunk_name, png_sRGB, 4))
1004 PNG_CONST PNG_sRGB;
    [all...]
pngpread.c 192 PNG_CONST PNG_sRGB;
381 else if (!png_memcmp(png_ptr->chunk_name, png_sRGB, 4))
    [all...]
png.h     [all...]
pngwutil.c 752 PNG_sRGB;
762 png_write_chunk(png_ptr, (png_bytep)png_sRGB, buf, (png_size_t)1);
    [all...]
  /external/libpng/
pngread.c 430 PNG_CONST PNG_sRGB;
529 else if (!png_memcmp(chunk_name, png_sRGB, 4))
    [all...]
pngpread.c 192 PNG_CONST PNG_sRGB;
381 else if (!png_memcmp(png_ptr->chunk_name, png_sRGB, 4))
    [all...]
png.h     [all...]
pngwutil.c 752 PNG_sRGB;
762 png_write_chunk(png_ptr, (png_bytep)png_sRGB, buf, (png_size_t)1);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 394 PNG_CONST PNG_sRGB;
502 else if (!png_memcmp(png_ptr->chunk_name, png_sRGB, 4))
974 PNG_CONST PNG_sRGB;
    [all...]
png.h     [all...]
pngpread.c 178 PNG_CONST PNG_sRGB;
340 else if (!png_memcmp(png_ptr->chunk_name, png_sRGB, 4))
    [all...]
pngwutil.c 712 PNG_sRGB;
721 png_write_chunk(png_ptr, (png_bytep)png_sRGB, buf, (png_size_t)1);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 658 #define png_sRGB PNG_CHUNK(115, 82, 71, 66)
    [all...]

Completed in 110 milliseconds