Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngunknown.c111 #define png_hIST PNG_U32(104, 73, 83, 84) macro
209 { "hIST", PNG_INFO_hIST, png_hIST,
/external/libpng/
Dpngpread.c418 else if (chunk_name == png_hIST) in png_push_read_chunk()
Dpngpriv.h763 #define png_hIST PNG_U32(104, 73, 83, 84) macro
Dpngread.c185 else if (chunk_name == png_hIST) in png_read_info()
988 else if (chunk_name == png_hIST) in png_read_end()
Dpngwutil.c1563 png_write_chunk_header(png_ptr, png_hIST, (png_uint_32)(num_hist * 2)); in png_write_hIST()
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngpread.c416 else if (chunk_name == png_hIST) in png_push_read_chunk()
Dfx_pngread.c180 else if (chunk_name == png_hIST) in png_read_info()
767 else if (chunk_name == png_hIST) in png_read_end()
Dpngpriv.h716 #define png_hIST PNG_U32(104, 73, 83, 84) macro
Dfx_pngwutil.c1562 png_write_chunk_header(png_ptr, png_hIST, (png_uint_32)(num_hist * 2)); in png_write_hIST()
/external/libpng/contrib/tools/
Dpngfix.c117 #define png_hIST PNG_U32(104, 73, 83, 84) macro
799 case png_fRAc: case png_gIFg: case png_gIFt: case png_gIFx: case png_hIST: in skip_chunk_type()