Searched refs:png_sRGB (Results 1 – 14 of 14) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 120 #define png_sRGB PNG_U32(115, 82, 71, 66) macro 272 { "sRGB", PNG_INFO_sRGB, png_sRGB,
|
/external/chromium_org/third_party/libpng/ |
D | pngread.c | 525 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()
|
D | pngpread.c | 381 else if (!png_memcmp(png_ptr->chunk_name, png_sRGB, 4)) in png_push_read_chunk()
|
D | png.h | 3063 #define PNG_sRGB png_byte png_sRGB[5] = {115, 82, 71, 66, '\0'} 3086 PNG_EXPORT_VAR (png_byte FARDATA) png_sRGB[5];
|
D | pngwutil.c | 762 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/ |
D | pngread.c | 529 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()
|
D | pngpread.c | 381 else if (!png_memcmp(png_ptr->chunk_name, png_sRGB, 4)) in png_push_read_chunk()
|
D | png.h | 3135 #define PNG_sRGB png_byte png_sRGB[5] = {115, 82, 71, 66, '\0'} 3158 PNG_EXPORT_VAR (png_byte FARDATA) png_sRGB[5];
|
D | pngwutil.c | 762 png_write_chunk(png_ptr, (png_bytep)png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
|
/external/libpng/ |
D | pngpread.c | 353 else if (chunk_name == png_sRGB) in png_push_read_chunk()
|
D | pngpriv.h | 772 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
|
D | pngread.c | 215 else if (chunk_name == png_sRGB) in png_read_info() 1018 else if (chunk_name == png_sRGB) in png_read_end()
|
D | pngwutil.c | 1182 png_write_complete_chunk(png_ptr, png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 126 #define png_sRGB PNG_U32(115, 82, 71, 66) macro 772 case png_gAMA: case png_sRGB: in skip_chunk_type()
|