Searched refs:png_sRGB (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 132 #define png_sRGB PNG_U32(115, 82, 71, 66) macro 291 { "sRGB", PNG_INFO_sRGB, png_sRGB,
|
/external/pdfium/third_party/libpng16/ |
D | pngpread.c | 299 else if (chunk_name == png_sRGB) in png_push_read_chunk()
|
D | pngread.c | 219 else if (chunk_name == png_sRGB) in png_read_info() 892 else if (chunk_name == png_sRGB) in png_read_end()
|
D | pngpriv.h | 869 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
|
D | pngwutil.c | 1110 png_write_complete_chunk(png_ptr, png_sRGB, buf, 1); in png_write_sRGB()
|
/external/libpng/ |
D | pngpread.c | 299 else if (chunk_name == png_sRGB) in png_push_read_chunk()
|
D | pngread.c | 219 else if (chunk_name == png_sRGB) in png_read_info() 892 else if (chunk_name == png_sRGB) in png_read_end()
|
D | pngpriv.h | 869 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
|
D | pngwutil.c | 1110 png_write_complete_chunk(png_ptr, png_sRGB, buf, 1); in png_write_sRGB()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 131 #define png_sRGB PNG_U32(115, 82, 71, 66) macro 777 case png_gAMA: case png_sRGB: in skip_chunk_type()
|