Searched refs:png_iTXt (Results 1 – 18 of 18) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 124 #define png_iTXt PNG_U32(105, 84, 88, 116) macro 234 { "iTXt", PNG_INFO_iTXt, png_iTXt,
|
/external/syslinux/com32/lib/libpng/ |
D | pngread.c | 553 else if (!png_memcmp(chunk_name, png_iTXt, 4)) in png_read_info() 1115 else if (!png_memcmp(chunk_name, png_iTXt, 4)) in png_read_end()
|
D | pngpread.c | 550 else if (!png_memcmp(png_ptr->chunk_name, png_iTXt, 4)) in png_push_read_chunk()
|
D | pngwutil.c | 1499 png_write_chunk_start(png_ptr, (png_bytep)png_iTXt, in png_write_iTXt()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 125 #define png_iTXt PNG_U32(105, 84, 88, 116) macro 806 case png_iTXt: case png_oFFs: case png_pCAL: case png_pHYs: case png_sCAL: in skip_chunk_type() 2917 case png_iTXt: in process_chunk()
|
/external/libpng/ |
D | pngpread.c | 402 else if (chunk_name == png_iTXt) in png_push_read_chunk()
|
D | pngwutil.c | 1663 if (png_text_compress(png_ptr, png_iTXt, &comp, prefix_len) != Z_OK) in png_write_iTXt() 1676 png_write_chunk_header(png_ptr, png_iTXt, comp.output_len + prefix_len); in png_write_iTXt()
|
D | pngread.c | 249 else if (chunk_name == png_iTXt) in png_read_info() 916 else if (chunk_name == png_iTXt) in png_read_end()
|
D | pngpriv.h | 808 #define png_iTXt PNG_U32(105, 84, 88, 116) macro
|
/external/pdfium/third_party/libpng16/ |
D | pngpread.c | 402 else if (chunk_name == png_iTXt) in png_push_read_chunk()
|
D | pngwutil.c | 1662 if (png_text_compress(png_ptr, png_iTXt, &comp, prefix_len) != Z_OK) in png_write_iTXt() 1675 png_write_chunk_header(png_ptr, png_iTXt, comp.output_len + prefix_len); in png_write_iTXt()
|
D | pngread.c | 249 else if (chunk_name == png_iTXt) in png_read_info() 916 else if (chunk_name == png_iTXt) in png_read_end()
|
D | pngpriv.h | 779 #define png_iTXt PNG_U32(105, 84, 88, 116) macro
|
/external/skia/third_party/libpng/ |
D | pngpread.c | 400 else if (chunk_name == png_iTXt) in png_push_read_chunk()
|
D | pngwutil.c | 1662 if (png_text_compress(png_ptr, png_iTXt, &comp, prefix_len) != Z_OK) in png_write_iTXt() 1675 png_write_chunk_header(png_ptr, png_iTXt, comp.output_len + prefix_len); in png_write_iTXt()
|
D | pngread.c | 246 else if (chunk_name == png_iTXt) in png_read_info() 906 else if (chunk_name == png_iTXt) in png_read_end()
|
D | pngpriv.h | 779 #define png_iTXt PNG_U32(105, 84, 88, 116) macro
|
/external/syslinux/com32/include/ |
D | png.h | 3051 #define PNG_iTXt png_byte png_iTXt[5] = {105, 84, 88, 116, '\0'} 3074 PNG_EXPORT_VAR (png_byte FARDATA) png_iTXt[5];
|