Searched refs:png_zTXt (Results 1 - 10 of 10) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngunknown.c136 #define png_zTXt PNG_U32(122, 84, 88, 116) macro
311 { "zTXt", PNG_INFO_zTXt, png_zTXt,
/external/libpng/contrib/tools/
H A Dpngfix.c137 #define png_zTXt PNG_U32(122, 84, 88, 116) macro
807 case png_sPLT: case png_sTER: case png_tEXt: case png_tIME: case png_zTXt:
2910 case png_zTXt: case png_iCCP:
/external/libpng/
H A Dpngwutil.c1576 if (png_text_compress(png_ptr, png_zTXt, &comp, key_len) != Z_OK)
1580 png_write_chunk_header(png_ptr, png_zTXt, key_len + comp.output_len);
H A Dpngpread.c392 else if (chunk_name == png_zTXt)
H A Dpngread.c241 else if (chunk_name == png_zTXt)
901 else if (chunk_name == png_zTXt)
H A Dpngpriv.h791 #define png_zTXt PNG_U32(122, 84, 88, 116) macro
/external/pdfium/third_party/lpng_v163/
H A Dpngpread.c507 else if (chunk_name == png_zTXt)
H A Dpngread.c240 else if (chunk_name == png_zTXt)
827 else if (chunk_name == png_zTXt)
H A Dpngwutil.c1652 if (png_text_compress(png_ptr, png_zTXt, &comp, key_len) != Z_OK)
1656 png_write_chunk_header(png_ptr, png_zTXt, key_len + comp.output_len);
H A Dpngpriv.h724 #define png_zTXt PNG_U32(122, 84, 88, 116) macro

Completed in 131 milliseconds