Searched refs:png_tEXt (Results 1 – 14 of 14) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 133 #define png_tEXt PNG_U32(116, 69, 88, 116) macro 290 { "tEXt", PNG_INFO_tEXt, png_tEXt,
|
/external/opencv3/3rdparty/libpng/ |
D | pngread.c | 309 else if (chunk_name == png_tEXt) in png_read_info() 911 else if (chunk_name == png_tEXt) in png_read_end()
|
D | pngpread.c | 515 else if (chunk_name == png_tEXt) in png_push_read_chunk()
|
D | pngpriv.h | 660 #define png_tEXt PNG_CHUNK(116, 69, 88, 116) macro
|
D | pngwutil.c | 1664 png_write_chunk_header(png_ptr, png_tEXt, in png_write_tEXt()
|
/external/libpng/ |
D | pngpread.c | 384 else if (chunk_name == png_tEXt) in png_push_read_chunk()
|
D | pngread.c | 226 else if (chunk_name == png_tEXt) in png_read_info() 886 else if (chunk_name == png_tEXt) in png_read_end()
|
D | pngpriv.h | 788 #define png_tEXt PNG_U32(116, 69, 88, 116) macro
|
D | pngwutil.c | 1525 png_write_chunk_header(png_ptr, png_tEXt, in png_write_tEXt()
|
/external/pdfium/third_party/lpng_v163/ |
D | pngpread.c | 494 else if (chunk_name == png_tEXt) in png_push_read_chunk()
|
D | pngread.c | 225 else if (chunk_name == png_tEXt) in png_read_info() 812 else if (chunk_name == png_tEXt) in png_read_end()
|
D | pngpriv.h | 721 #define png_tEXt PNG_U32(116, 69, 88, 116) macro
|
D | pngwutil.c | 1600 png_write_chunk_header(png_ptr, png_tEXt, in png_write_tEXt()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 134 #define png_tEXt PNG_U32(116, 69, 88, 116) macro 807 case png_sPLT: case png_sTER: case png_tEXt: case png_tIME: case png_zTXt: in skip_chunk_type()
|