Searched refs:png_iTXt (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 125 #define png_iTXt PNG_U32(105, 84, 88, 116) macro 242 { "iTXt", PNG_INFO_iTXt, png_iTXt,
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 124 #define png_iTXt PNG_U32(105, 84, 88, 116) macro 805 case png_iTXt: case png_oFFs: case png_pCAL: case png_pHYs: case png_sCAL: in skip_chunk_type() 2916 case png_iTXt: in process_chunk()
|
/external/pdfium/third_party/libpng16/ |
D | pngpread.c | 403 else if (chunk_name == png_iTXt) in png_push_read_chunk()
|
D | pngwutil.c | 1690 if (png_text_compress(png_ptr, png_iTXt, &comp, prefix_len) != Z_OK) in png_write_iTXt() 1703 png_write_chunk_header(png_ptr, png_iTXt, comp.output_len + prefix_len); in png_write_iTXt()
|
D | pngread.c | 254 else if (chunk_name == png_iTXt) in png_read_info() 927 else if (chunk_name == png_iTXt) in png_read_end()
|
D | pngpriv.h | 862 #define png_iTXt PNG_U32(105, 84, 88, 116) macro
|
/external/libpng/ |
D | pngpread.c | 403 else if (chunk_name == png_iTXt) in png_push_read_chunk()
|
D | pngwutil.c | 1690 if (png_text_compress(png_ptr, png_iTXt, &comp, prefix_len) != Z_OK) in png_write_iTXt() 1703 png_write_chunk_header(png_ptr, png_iTXt, comp.output_len + prefix_len); in png_write_iTXt()
|
D | pngread.c | 254 else if (chunk_name == png_iTXt) in png_read_info() 927 else if (chunk_name == png_iTXt) in png_read_end()
|
D | pngpriv.h | 862 #define png_iTXt PNG_U32(105, 84, 88, 116) macro
|