Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngunknown.c131 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
283 { "sRGB", PNG_INFO_sRGB, png_sRGB,
/external/opencv3/3rdparty/libpng/
Dpngread.c294 else if (chunk_name == png_sRGB) in png_read_info()
896 else if (chunk_name == png_sRGB) in png_read_end()
Dpngpread.c372 else if (chunk_name == png_sRGB) in png_push_read_chunk()
Dpngpriv.h658 #define png_sRGB PNG_CHUNK(115, 82, 71, 66) macro
Dpngwutil.c1088 png_write_complete_chunk(png_ptr, png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
/external/libpng/
Dpngpread.c296 else if (chunk_name == png_sRGB) in png_push_read_chunk()
Dpngread.c211 else if (chunk_name == png_sRGB) in png_read_info()
871 else if (chunk_name == png_sRGB) in png_read_end()
Dpngpriv.h786 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
Dpngwutil.c1104 png_write_complete_chunk(png_ptr, png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
/external/pdfium/third_party/lpng_v163/
Dpngpread.c351 else if (chunk_name == png_sRGB) in png_push_read_chunk()
Dpngread.c210 else if (chunk_name == png_sRGB) in png_read_info()
797 else if (chunk_name == png_sRGB) in png_read_end()
Dpngpriv.h719 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
Dpngwutil.c1181 png_write_complete_chunk(png_ptr, png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
/external/libpng/contrib/tools/
Dpngfix.c132 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
778 case png_gAMA: case png_sRGB: in skip_chunk_type()