Searched refs:png_sRGB (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 120 #define png_sRGB PNG_U32(115, 82, 71, 66) macro 272 { "sRGB", PNG_INFO_sRGB, png_sRGB,
|
/external/libpng/ |
D | pngpread.c | 353 else if (chunk_name == png_sRGB) in png_push_read_chunk()
|
D | pngpriv.h | 772 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
|
D | pngread.c | 215 else if (chunk_name == png_sRGB) in png_read_info() 1018 else if (chunk_name == png_sRGB) in png_read_end()
|
D | pngwutil.c | 1182 png_write_complete_chunk(png_ptr, png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngpread.c | 351 else if (chunk_name == png_sRGB) in png_push_read_chunk()
|
D | fx_pngread.c | 210 else if (chunk_name == png_sRGB) in png_read_info() 797 else if (chunk_name == png_sRGB) in png_read_end()
|
D | pngpriv.h | 725 #define png_sRGB PNG_U32(115, 82, 71, 66) macro
|
D | fx_pngwutil.c | 1181 png_write_complete_chunk(png_ptr, png_sRGB, buf, (png_size_t)1); in png_write_sRGB()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 126 #define png_sRGB PNG_U32(115, 82, 71, 66) macro 772 case png_gAMA: case png_sRGB: in skip_chunk_type()
|