Home
last modified time | relevance | path

Searched refs:png_tEXt (Results 1 – 18 of 18) sorted by relevance

/external/libpng/contrib/libtests/
Dpngunknown.c133 #define png_tEXt PNG_U32(116, 69, 88, 116) macro
290 { "tEXt", PNG_INFO_tEXt, png_tEXt,
/external/syslinux/com32/lib/libpng/
Dpngread.c537 else if (!png_memcmp(chunk_name, png_tEXt, 4)) in png_read_info()
1099 else if (!png_memcmp(chunk_name, png_tEXt, 4)) in png_read_end()
Dpngpread.c524 else if (!png_memcmp(png_ptr->chunk_name, png_tEXt, 4)) in png_push_read_chunk()
Dpngwutil.c1371 png_write_chunk_start(png_ptr, (png_bytep)png_tEXt, in png_write_tEXt()
/external/libpng/
Dpngpread.c386 else if (chunk_name == png_tEXt) in png_push_read_chunk()
Dpngread.c229 else if (chunk_name == png_tEXt) in png_read_info()
896 else if (chunk_name == png_tEXt) in png_read_end()
Dpngpriv.h817 #define png_tEXt PNG_U32(116, 69, 88, 116) macro
Dpngwutil.c1526 png_write_chunk_header(png_ptr, png_tEXt, in png_write_tEXt()
/external/pdfium/third_party/libpng16/
Dpngpread.c386 else if (chunk_name == png_tEXt) in png_push_read_chunk()
Dpngread.c229 else if (chunk_name == png_tEXt) in png_read_info()
896 else if (chunk_name == png_tEXt) in png_read_end()
Dpngpriv.h788 #define png_tEXt PNG_U32(116, 69, 88, 116) macro
Dpngwutil.c1525 png_write_chunk_header(png_ptr, png_tEXt, in png_write_tEXt()
/external/skia/third_party/libpng/
Dpngpread.c384 else if (chunk_name == png_tEXt) in png_push_read_chunk()
Dpngread.c226 else if (chunk_name == png_tEXt) in png_read_info()
886 else if (chunk_name == png_tEXt) in png_read_end()
Dpngpriv.h788 #define png_tEXt PNG_U32(116, 69, 88, 116) macro
Dpngwutil.c1525 png_write_chunk_header(png_ptr, png_tEXt, in png_write_tEXt()
/external/libpng/contrib/tools/
Dpngfix.c134 #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()
/external/syslinux/com32/include/
Dpng.h3059 #define PNG_tEXt png_byte png_tEXt[5] = {116, 69, 88, 116, '\0'}
3082 PNG_EXPORT_VAR (png_byte FARDATA) png_tEXt[5];