Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngunknown.c125 #define png_oFFs PNG_U32(111, 70, 70, 115) macro
241 { "oFFs", PNG_INFO_oFFs, png_oFFs,
/external/syslinux/com32/lib/libpng/
Dpngread.c505 else if (!png_memcmp(chunk_name, png_oFFs, 4)) in png_read_info()
1067 else if (!png_memcmp(chunk_name, png_oFFs, 4)) in png_read_end()
Dpngpread.c472 else if (!png_memcmp(png_ptr->chunk_name, png_oFFs, 4)) in png_push_read_chunk()
Dpngwutil.c1558 png_write_chunk(png_ptr, (png_bytep)png_oFFs, buf, (png_size_t)9); in png_write_oFFs()
/external/libpng/
Dpngpread.c354 else if (chunk_name == png_oFFs) in png_push_read_chunk()
Dpngread.c189 else if (chunk_name == png_oFFs) in png_read_info()
856 else if (chunk_name == png_oFFs) in png_read_end()
Dpngpriv.h809 #define png_oFFs PNG_U32(111, 70, 70, 115) macro
Dpngwutil.c1711 png_write_complete_chunk(png_ptr, png_oFFs, buf, (png_size_t)9); in png_write_oFFs()
/external/pdfium/third_party/libpng16/
Dpngpread.c354 else if (chunk_name == png_oFFs) in png_push_read_chunk()
Dpngread.c189 else if (chunk_name == png_oFFs) in png_read_info()
856 else if (chunk_name == png_oFFs) in png_read_end()
Dpngpriv.h780 #define png_oFFs PNG_U32(111, 70, 70, 115) macro
Dpngwutil.c1710 png_write_complete_chunk(png_ptr, png_oFFs, buf, (png_size_t)9); in png_write_oFFs()
/external/skia/third_party/libpng/
Dpngpread.c352 else if (chunk_name == png_oFFs) in png_push_read_chunk()
Dpngread.c186 else if (chunk_name == png_oFFs) in png_read_info()
846 else if (chunk_name == png_oFFs) in png_read_end()
Dpngpriv.h780 #define png_oFFs PNG_U32(111, 70, 70, 115) macro
Dpngwutil.c1710 png_write_complete_chunk(png_ptr, png_oFFs, buf, (png_size_t)9); in png_write_oFFs()
/external/libpng/contrib/tools/
Dpngfix.c126 #define png_oFFs PNG_U32(111, 70, 70, 115) macro
806 case png_iTXt: case png_oFFs: case png_pCAL: case png_pHYs: case png_sCAL: in skip_chunk_type()
/external/syslinux/com32/include/
Dpng.h3052 #define PNG_oFFs png_byte png_oFFs[5] = {111, 70, 70, 115, '\0'}
3075 PNG_EXPORT_VAR (png_byte FARDATA) png_oFFs[5];