Searched refs:png_sRGB (Results 1 - 14 of 14) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngunknown.c120 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
272 { "sRGB", PNG_INFO_sRGB, png_sRGB,
/external/chromium_org/third_party/libpng/
H A Dpngread.c525 else if (!png_memcmp(chunk_name, png_sRGB, 4))
1087 else if (!png_memcmp(chunk_name, png_sRGB, 4))
H A Dpngpread.c381 else if (!png_memcmp(png_ptr->chunk_name, png_sRGB, 4))
H A Dpng.h3063 #define PNG_sRGB png_byte png_sRGB[5] = {115, 82, 71, 66, '\0'}
3086 PNG_EXPORT_VAR (png_byte FARDATA) png_sRGB[5];
H A Dpngwutil.c762 png_write_chunk(png_ptr, (png_bytep)png_sRGB, buf, (png_size_t)1);
/external/qemu/distrib/libpng-1.2.46/
H A Dpngread.c529 else if (!png_memcmp(chunk_name, png_sRGB, 4))
1249 else if (!png_memcmp(chunk_name, png_sRGB, 4))
H A Dpngpread.c381 else if (!png_memcmp(png_ptr->chunk_name, png_sRGB, 4))
H A Dpng.h3135 #define PNG_sRGB png_byte png_sRGB[5] = {115, 82, 71, 66, '\0'}
3158 PNG_EXPORT_VAR (png_byte FARDATA) png_sRGB[5];
H A Dpngwutil.c762 png_write_chunk(png_ptr, (png_bytep)png_sRGB, buf, (png_size_t)1);
/external/libpng/
H A Dpngpread.c353 else if (chunk_name == png_sRGB)
H A Dpngread.c215 else if (chunk_name == png_sRGB)
1017 else if (chunk_name == png_sRGB)
H A Dpngpriv.h772 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
H A Dpngwutil.c1182 png_write_complete_chunk(png_ptr, png_sRGB, buf, (png_size_t)1);
/external/libpng/contrib/tools/
H A Dpngfix.c126 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
772 case png_gAMA: case png_sRGB:

Completed in 200 milliseconds