Searched refs:png_oFFs (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 126 #define png_oFFs PNG_U32(111, 70, 70, 115) macro 249 { "oFFs", PNG_INFO_oFFs, png_oFFs,
|
/external/pdfium/third_party/libpng16/ |
D | pngpread.c | 355 else if (chunk_name == png_oFFs) in png_push_read_chunk()
|
D | pngread.c | 194 else if (chunk_name == png_oFFs) in png_read_info() 867 else if (chunk_name == png_oFFs) in png_read_end()
|
D | pngpriv.h | 863 #define png_oFFs PNG_U32(111, 70, 70, 115) macro
|
D | pngwutil.c | 1738 png_write_complete_chunk(png_ptr, png_oFFs, buf, 9); in png_write_oFFs()
|
/external/libpng/ |
D | pngpread.c | 355 else if (chunk_name == png_oFFs) in png_push_read_chunk()
|
D | pngread.c | 194 else if (chunk_name == png_oFFs) in png_read_info() 867 else if (chunk_name == png_oFFs) in png_read_end()
|
D | pngpriv.h | 863 #define png_oFFs PNG_U32(111, 70, 70, 115) macro
|
D | pngwutil.c | 1738 png_write_complete_chunk(png_ptr, png_oFFs, buf, 9); in png_write_oFFs()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 125 #define png_oFFs PNG_U32(111, 70, 70, 115) macro 805 case png_iTXt: case png_oFFs: case png_pCAL: case png_pHYs: case png_sCAL: in skip_chunk_type()
|