Searched refs:png_pCAL (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 127 #define png_pCAL PNG_U32(112, 67, 65, 76) macro 256 { "pCAL", PNG_INFO_pCAL, png_pCAL,
|
/external/pdfium/third_party/libpng16/ |
D | pngpread.c | 363 else if (chunk_name == png_pCAL) in png_push_read_chunk()
|
D | pngread.c | 199 else if (chunk_name == png_pCAL) in png_read_info() 872 else if (chunk_name == png_pCAL) in png_read_end()
|
D | pngpriv.h | 864 #define png_pCAL PNG_U32(112, 67, 65, 76) macro
|
D | pngwutil.c | 1787 png_write_chunk_header(png_ptr, png_pCAL, (png_uint_32)total_len); in png_write_pCAL()
|
/external/libpng/ |
D | pngpread.c | 363 else if (chunk_name == png_pCAL) in png_push_read_chunk()
|
D | pngread.c | 199 else if (chunk_name == png_pCAL) in png_read_info() 872 else if (chunk_name == png_pCAL) in png_read_end()
|
D | pngpriv.h | 864 #define png_pCAL PNG_U32(112, 67, 65, 76) macro
|
D | pngwutil.c | 1787 png_write_chunk_header(png_ptr, png_pCAL, (png_uint_32)total_len); in png_write_pCAL()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 126 #define png_pCAL PNG_U32(112, 67, 65, 76) macro 805 case png_iTXt: case png_oFFs: case png_pCAL: case png_pHYs: case png_sCAL: in skip_chunk_type()
|