Searched refs:png_sCAL (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 130 #define png_sCAL PNG_U32(115, 67, 65, 76) macro 277 { "sCAL", PNG_INFO_sCAL, png_sCAL,
|
/external/libpng/ |
D | pngpread.c | 371 else if (chunk_name == png_sCAL) in png_push_read_chunk()
|
D | pngread.c | 204 else if (chunk_name == png_sCAL) in png_read_info() 877 else if (chunk_name == png_sCAL) in png_read_end()
|
D | pngpriv.h | 867 #define png_sCAL PNG_U32(115, 67, 65, 76) macro
|
D | pngwutil.c | 1832 png_write_complete_chunk(png_ptr, png_sCAL, buf, total_len); in png_write_sCAL_s()
|
/external/pdfium/third_party/libpng16/ |
D | pngpread.c | 371 else if (chunk_name == png_sCAL) in png_push_read_chunk()
|
D | pngread.c | 204 else if (chunk_name == png_sCAL) in png_read_info() 877 else if (chunk_name == png_sCAL) in png_read_end()
|
D | pngpriv.h | 867 #define png_sCAL PNG_U32(115, 67, 65, 76) macro
|
D | pngwutil.c | 1832 png_write_complete_chunk(png_ptr, png_sCAL, buf, total_len); in png_write_sCAL_s()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 129 #define png_sCAL PNG_U32(115, 67, 65, 76) macro 805 case png_iTXt: case png_oFFs: case png_pCAL: case png_pHYs: case png_sCAL: in skip_chunk_type()
|