Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngunknown.c123 #define png_hIST PNG_U32(104, 73, 83, 84) macro
228 { "hIST", PNG_INFO_hIST, png_hIST,
/external/libpng/
Dpngpread.c339 else if (chunk_name == png_hIST) in png_push_read_chunk()
Dpngread.c189 else if (chunk_name == png_hIST) in png_read_info()
862 else if (chunk_name == png_hIST) in png_read_end()
Dpngpriv.h860 #define png_hIST PNG_U32(104, 73, 83, 84) macro
Dpngwutil.c1515 png_write_chunk_header(png_ptr, png_hIST, (png_uint_32)(num_hist * 2)); in png_write_hIST()
/external/pdfium/third_party/libpng16/
Dpngpread.c339 else if (chunk_name == png_hIST) in png_push_read_chunk()
Dpngread.c189 else if (chunk_name == png_hIST) in png_read_info()
862 else if (chunk_name == png_hIST) in png_read_end()
Dpngpriv.h860 #define png_hIST PNG_U32(104, 73, 83, 84) macro
Dpngwutil.c1515 png_write_chunk_header(png_ptr, png_hIST, (png_uint_32)(num_hist * 2)); in png_write_hIST()
/external/libpng/contrib/tools/
Dpngfix.c122 #define png_hIST PNG_U32(104, 73, 83, 84) macro
804 case png_fRAc: case png_gIFg: case png_gIFt: case png_gIFx: case png_hIST: in skip_chunk_type()