Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngunknown.c122 #define png_hIST PNG_U32(104, 73, 83, 84) macro
220 { "hIST", PNG_INFO_hIST, png_hIST,
/external/syslinux/com32/lib/libpng/
Dpngread.c501 else if (!png_memcmp(chunk_name, png_hIST, 4)) in png_read_info()
1063 else if (!png_memcmp(chunk_name, png_hIST, 4)) in png_read_end()
Dpngpread.c446 else if (!png_memcmp(png_ptr->chunk_name, png_hIST, 4)) in png_push_read_chunk()
Dpngwutil.c1205 png_write_chunk_start(png_ptr, (png_bytep)png_hIST, in png_write_hIST()
/external/libpng/
Dpngpread.c338 else if (chunk_name == png_hIST) in png_push_read_chunk()
Dpngread.c184 else if (chunk_name == png_hIST) in png_read_info()
851 else if (chunk_name == png_hIST) in png_read_end()
Dpngpriv.h806 #define png_hIST PNG_U32(104, 73, 83, 84) macro
Dpngwutil.c1488 png_write_chunk_header(png_ptr, png_hIST, (png_uint_32)(num_hist * 2)); in png_write_hIST()
/external/pdfium/third_party/libpng16/
Dpngpread.c338 else if (chunk_name == png_hIST) in png_push_read_chunk()
Dpngread.c184 else if (chunk_name == png_hIST) in png_read_info()
851 else if (chunk_name == png_hIST) in png_read_end()
Dpngpriv.h777 #define png_hIST PNG_U32(104, 73, 83, 84) macro
Dpngwutil.c1487 png_write_chunk_header(png_ptr, png_hIST, (png_uint_32)(num_hist * 2)); in png_write_hIST()
/external/skia/third_party/libpng/
Dpngpread.c336 else if (chunk_name == png_hIST) in png_push_read_chunk()
Dpngread.c181 else if (chunk_name == png_hIST) in png_read_info()
841 else if (chunk_name == png_hIST) in png_read_end()
Dpngpriv.h777 #define png_hIST PNG_U32(104, 73, 83, 84) macro
Dpngwutil.c1487 png_write_chunk_header(png_ptr, png_hIST, (png_uint_32)(num_hist * 2)); in png_write_hIST()
/external/libpng/contrib/tools/
Dpngfix.c123 #define png_hIST PNG_U32(104, 73, 83, 84) macro
805 case png_fRAc: case png_gIFg: case png_gIFt: case png_gIFx: case png_hIST: in skip_chunk_type()
/external/syslinux/com32/include/
Dpng.h3049 #define PNG_hIST png_byte png_hIST[5] = {104, 73, 83, 84, '\0'}
3072 PNG_EXPORT_VAR (png_byte FARDATA) png_hIST[5];