Home
last modified time | relevance | path

Searched refs:png_oFFs (Results 1 – 10 of 10) sorted by relevance

/external/libpng/contrib/libtests/
Dpngunknown.c126 #define png_oFFs PNG_U32(111, 70, 70, 115) macro
249 { "oFFs", PNG_INFO_oFFs, png_oFFs,
/external/pdfium/third_party/libpng16/
Dpngpread.c355 else if (chunk_name == png_oFFs) in png_push_read_chunk()
Dpngread.c194 else if (chunk_name == png_oFFs) in png_read_info()
867 else if (chunk_name == png_oFFs) in png_read_end()
Dpngpriv.h863 #define png_oFFs PNG_U32(111, 70, 70, 115) macro
Dpngwutil.c1738 png_write_complete_chunk(png_ptr, png_oFFs, buf, 9); in png_write_oFFs()
/external/libpng/
Dpngpread.c355 else if (chunk_name == png_oFFs) in png_push_read_chunk()
Dpngread.c194 else if (chunk_name == png_oFFs) in png_read_info()
867 else if (chunk_name == png_oFFs) in png_read_end()
Dpngpriv.h863 #define png_oFFs PNG_U32(111, 70, 70, 115) macro
Dpngwutil.c1738 png_write_complete_chunk(png_ptr, png_oFFs, buf, 9); in png_write_oFFs()
/external/libpng/contrib/tools/
Dpngfix.c125 #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()