Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
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/
Dpngread.c525 else if (!png_memcmp(chunk_name, png_sRGB, 4)) in png_read_info()
1087 else if (!png_memcmp(chunk_name, png_sRGB, 4)) in png_read_end()
Dpngpread.c381 else if (!png_memcmp(png_ptr->chunk_name, png_sRGB, 4)) in png_push_read_chunk()
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];
Dpngwutil.c762 png_write_chunk(png_ptr, (png_bytep)png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
/external/qemu/distrib/libpng-1.2.46/
Dpngread.c529 else if (!png_memcmp(chunk_name, png_sRGB, 4)) in png_read_info()
1249 else if (!png_memcmp(chunk_name, png_sRGB, 4)) in png_read_end()
Dpngpread.c381 else if (!png_memcmp(png_ptr->chunk_name, png_sRGB, 4)) in png_push_read_chunk()
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];
Dpngwutil.c762 png_write_chunk(png_ptr, (png_bytep)png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
/external/libpng/
Dpngpread.c353 else if (chunk_name == png_sRGB) in png_push_read_chunk()
Dpngpriv.h772 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
Dpngread.c215 else if (chunk_name == png_sRGB) in png_read_info()
1018 else if (chunk_name == png_sRGB) in png_read_end()
Dpngwutil.c1182 png_write_complete_chunk(png_ptr, png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
/external/libpng/contrib/tools/
Dpngfix.c126 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
772 case png_gAMA: case png_sRGB: in skip_chunk_type()