Home
last modified time | relevance | path

Searched refs:png_sRGB (Results 1 – 18 of 18) 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/syslinux/com32/lib/libpng/
Dpngread.c525 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()
Dpngpread.c381 else if (!png_memcmp(png_ptr->chunk_name, png_sRGB, 4)) in png_push_read_chunk()
Dpngwutil.c762 png_write_chunk(png_ptr, (png_bytep)png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
/external/libpng/
Dpngpread.c298 else if (chunk_name == png_sRGB) in png_push_read_chunk()
Dpngread.c214 else if (chunk_name == png_sRGB) in png_read_info()
881 else if (chunk_name == png_sRGB) in png_read_end()
Dpngpriv.h815 #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/libpng16/
Dpngpread.c298 else if (chunk_name == png_sRGB) in png_push_read_chunk()
Dpngread.c214 else if (chunk_name == png_sRGB) in png_read_info()
881 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/skia/third_party/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/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()
/external/syslinux/com32/include/
Dpng.h3058 #define PNG_sRGB png_byte png_sRGB[5] = {115, 82, 71, 66, '\0'}
3081 PNG_EXPORT_VAR (png_byte FARDATA) png_sRGB[5];