/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...] |