Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngunknown.c113 #define png_iTXt PNG_U32(105, 84, 88, 116) macro
223 { "iTXt", PNG_INFO_iTXt, png_iTXt,
/external/libpng/contrib/tools/
Dpngfix.c119 #define png_iTXt PNG_U32(105, 84, 88, 116) macro
800 case png_iTXt: case png_oFFs: case png_pCAL: case png_pHYs: case png_sCAL: in skip_chunk_type()
2910 case png_iTXt: in process_chunk()
/external/libpng/
Dpngpread.c522 else if (chunk_name == png_iTXt) in png_push_read_chunk()
Dpngwutil.c1739 if (png_text_compress(png_ptr, png_iTXt, &comp, prefix_len) != Z_OK) in png_write_iTXt()
1752 png_write_chunk_header(png_ptr, png_iTXt, comp.output_len + prefix_len); in png_write_iTXt()
Dpngpriv.h765 #define png_iTXt PNG_U32(105, 84, 88, 116) macro
Dpngread.c250 else if (chunk_name == png_iTXt) in png_read_info()
1053 else if (chunk_name == png_iTXt) in png_read_end()
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngpread.c520 else if (chunk_name == png_iTXt) in png_push_read_chunk()
Dfx_pngwutil.c1738 if (png_text_compress(png_ptr, png_iTXt, &comp, prefix_len) != Z_OK) in png_write_iTXt()
1751 png_write_chunk_header(png_ptr, png_iTXt, comp.output_len + prefix_len); in png_write_iTXt()
Dfx_pngread.c245 else if (chunk_name == png_iTXt) in png_read_info()
832 else if (chunk_name == png_iTXt) in png_read_end()
Dpngpriv.h718 #define png_iTXt PNG_U32(105, 84, 88, 116) macro