Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libpng/
H A Dpngpread.c299 else if (chunk_name == png_sRGB) in png_push_read_chunk()
H A Dpngread.c219 else if (chunk_name == png_sRGB) in png_read_info()
892 else if (chunk_name == png_sRGB) in png_read_end()
H A Dpngpriv.h860 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
H A Dpngwutil.c1110 png_write_complete_chunk(png_ptr, png_sRGB, buf, 1); in png_write_sRGB()