Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngunknown.c132 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
291 { "sRGB", PNG_INFO_sRGB, png_sRGB,
/external/pdfium/third_party/libpng16/
Dpngpread.c299 else if (chunk_name == png_sRGB) in png_push_read_chunk()
Dpngread.c219 else if (chunk_name == png_sRGB) in png_read_info()
892 else if (chunk_name == png_sRGB) in png_read_end()
Dpngpriv.h869 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
Dpngwutil.c1110 png_write_complete_chunk(png_ptr, png_sRGB, buf, 1); in png_write_sRGB()
/external/libpng/
Dpngpread.c299 else if (chunk_name == png_sRGB) in png_push_read_chunk()
Dpngread.c219 else if (chunk_name == png_sRGB) in png_read_info()
892 else if (chunk_name == png_sRGB) in png_read_end()
Dpngpriv.h869 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
Dpngwutil.c1110 png_write_complete_chunk(png_ptr, png_sRGB, buf, 1); in png_write_sRGB()
/external/libpng/contrib/tools/
Dpngfix.c131 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
777 case png_gAMA: case png_sRGB: in skip_chunk_type()