Searched refs:png_iTXt (Results 1 - 14 of 14) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngunknown.c113 #define png_iTXt PNG_U32(105, 84, 88, 116) macro
223 { "iTXt", PNG_INFO_iTXt, png_iTXt,
/external/chromium_org/third_party/libpng/
H A Dpngread.c553 else if (!png_memcmp(chunk_name, png_iTXt, 4))
1115 else if (!png_memcmp(chunk_name, png_iTXt, 4))
H A Dpngpread.c550 else if (!png_memcmp(png_ptr->chunk_name, png_iTXt, 4))
H A Dpng.h3056 #define PNG_iTXt png_byte png_iTXt[5] = {105, 84, 88, 116, '\0'}
3079 PNG_EXPORT_VAR (png_byte FARDATA) png_iTXt[5];
H A Dpngwutil.c1499 png_write_chunk_start(png_ptr, (png_bytep)png_iTXt,
/external/qemu/distrib/libpng-1.2.46/
H A Dpngread.c557 else if (!png_memcmp(chunk_name, png_iTXt, 4))
1277 else if (!png_memcmp(chunk_name, png_iTXt, 4))
H A Dpngpread.c550 else if (!png_memcmp(png_ptr->chunk_name, png_iTXt, 4))
H A Dpng.h3128 #define PNG_iTXt png_byte png_iTXt[5] = {105, 84, 88, 116, '\0'}
3151 PNG_EXPORT_VAR (png_byte FARDATA) png_iTXt[5];
H A Dpngwutil.c1499 png_write_chunk_start(png_ptr, (png_bytep)png_iTXt,
/external/libpng/contrib/tools/
H A 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:
2910 case png_iTXt:
/external/libpng/
H A Dpngpread.c522 else if (chunk_name == png_iTXt)
H A Dpngread.c250 else if (chunk_name == png_iTXt)
1052 else if (chunk_name == png_iTXt)
H A Dpngwutil.c1739 if (png_text_compress(png_ptr, png_iTXt, &comp, prefix_len) != Z_OK)
1752 png_write_chunk_header(png_ptr, png_iTXt, comp.output_len + prefix_len);
H A Dpngpriv.h765 #define png_iTXt PNG_U32(105, 84, 88, 116) macro

Completed in 4944 milliseconds