Searched refs:png_sRGB (Results 1 – 14 of 14) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 131 #define png_sRGB PNG_U32(115, 82, 71, 66) macro 283 { "sRGB", PNG_INFO_sRGB, png_sRGB,
|
/external/opencv3/3rdparty/libpng/ |
D | pngread.c | 294 else if (chunk_name == png_sRGB) in png_read_info() 896 else if (chunk_name == png_sRGB) in png_read_end()
|
D | pngpread.c | 372 else if (chunk_name == png_sRGB) in png_push_read_chunk()
|
D | pngpriv.h | 658 #define png_sRGB PNG_CHUNK(115, 82, 71, 66) macro
|
D | pngwutil.c | 1088 png_write_complete_chunk(png_ptr, png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
|
/external/libpng/ |
D | pngpread.c | 296 else if (chunk_name == png_sRGB) in png_push_read_chunk()
|
D | pngread.c | 211 else if (chunk_name == png_sRGB) in png_read_info() 871 else if (chunk_name == png_sRGB) in png_read_end()
|
D | pngpriv.h | 786 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
|
D | pngwutil.c | 1104 png_write_complete_chunk(png_ptr, png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
|
/external/pdfium/third_party/lpng_v163/ |
D | pngpread.c | 351 else if (chunk_name == png_sRGB) in png_push_read_chunk()
|
D | pngread.c | 210 else if (chunk_name == png_sRGB) in png_read_info() 797 else if (chunk_name == png_sRGB) in png_read_end()
|
D | pngpriv.h | 719 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
|
D | pngwutil.c | 1181 png_write_complete_chunk(png_ptr, png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 132 #define png_sRGB PNG_U32(115, 82, 71, 66) macro 778 case png_gAMA: case png_sRGB: in skip_chunk_type()
|