Searched refs:png_pHYs (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 128 #define png_pHYs PNG_U32(112, 72, 89, 115) macro 263 { "pHYs", PNG_INFO_pHYs, png_pHYs,
|
/external/pdfium/third_party/libpng16/ |
D | pngpread.c | 346 else if (chunk_name == png_pHYs) in png_push_read_chunk()
|
D | pngread.c | 204 else if (chunk_name == png_pHYs) in png_read_info() 871 else if (chunk_name == png_pHYs) in png_read_end()
|
D | pngpriv.h | 782 #define png_pHYs PNG_U32(112, 72, 89, 115) macro
|
D | pngwutil.c | 1826 png_write_complete_chunk(png_ptr, png_pHYs, buf, (png_size_t)9); in png_write_pHYs()
|
/external/libpng/ |
D | pngpread.c | 347 else if (chunk_name == png_pHYs) in png_push_read_chunk()
|
D | pngread.c | 209 else if (chunk_name == png_pHYs) in png_read_info() 882 else if (chunk_name == png_pHYs) in png_read_end()
|
D | pngpriv.h | 856 #define png_pHYs PNG_U32(112, 72, 89, 115) macro
|
D | pngwutil.c | 1856 png_write_complete_chunk(png_ptr, png_pHYs, buf, (png_size_t)9); in png_write_pHYs()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 127 #define png_pHYs PNG_U32(112, 72, 89, 115) macro 805 case png_iTXt: case png_oFFs: case png_pCAL: case png_pHYs: case png_sCAL: in skip_chunk_type()
|