Searched refs:lang_key (Results 1 – 18 of 18) sorted by relevance
/external/libpng/ |
D | pngset.c | 790 if (text_ptr[i].lang_key != NULL) in png_set_text_2() 791 lang_key_len = strlen(text_ptr[i].lang_key); in png_set_text_2() 845 textp->lang_key = textp->lang + lang_len + 1; in png_set_text_2() 846 memcpy(textp->lang_key, text_ptr[i].lang_key, lang_key_len); in png_set_text_2() 847 *(textp->lang_key + lang_key_len) = '\0'; in png_set_text_2() 848 textp->text = textp->lang_key + lang_key_len + 1; in png_set_text_2() 854 textp->lang_key=NULL; in png_set_text_2()
|
D | example.c | 890 text_ptr[0].lang_key = NULL; 899 text_ptr[1].lang_key = NULL; 908 text_ptr[2].lang_key = NULL;
|
D | pngwutil.c | 1674 png_const_charp lang, png_const_charp lang_key, png_const_charp text) in png_write_iTXt() argument 1720 if (lang_key == NULL) lang_key = ""; /* may be empty */ in png_write_iTXt() 1721 lang_key_len = strlen(lang_key)+1; in png_write_iTXt() 1758 png_write_chunk_data(png_ptr, (png_const_bytep)lang_key, lang_key_len); in png_write_iTXt()
|
D | pngwrite.c | 293 info_ptr->text[i].lang_key, in png_write_info() 388 info_ptr->text[i].lang_key, in png_write_end()
|
D | pngrutil.c | 2466 text_info.lang_key = NULL; in png_handle_tEXt() 2570 text.lang_key = NULL; in png_handle_zTXt() 2717 text.lang_key = (png_charp)buffer + translated_keyword_offset; in png_handle_iTXt()
|
D | pngpriv.h | 1099 png_const_charp lang_key, png_const_charp text),PNG_EMPTY);
|
D | png.h | 698 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member
|
D | libpng-manual.txt | 1477 text_ptr[i].lang_key - keyword in UTF-8 1480 Note that the itxt_length, lang, and lang_key 3094 Note that the itxt_length, lang, and lang_key
|
D | CHANGES | 645 Added members "lang_key" and "itxt_length" to png_text struct. Set 1198 Revised iTXt support to accept NULL for lang and lang_key.
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngset.c | 789 if (text_ptr[i].lang_key != NULL) in png_set_text_2() 790 lang_key_len = strlen(text_ptr[i].lang_key); in png_set_text_2() 844 textp->lang_key = textp->lang + lang_len + 1; in png_set_text_2() 845 memcpy(textp->lang_key, text_ptr[i].lang_key, lang_key_len); in png_set_text_2() 846 *(textp->lang_key + lang_key_len) = '\0'; in png_set_text_2() 847 textp->text = textp->lang_key + lang_key_len + 1; in png_set_text_2() 853 textp->lang_key=NULL; in png_set_text_2()
|
D | fx_pngwutil.c | 1673 png_const_charp lang, png_const_charp lang_key, png_const_charp text) in png_write_iTXt() argument 1719 if (lang_key == NULL) lang_key = ""; /* may be empty */ in png_write_iTXt() 1720 lang_key_len = strlen(lang_key)+1; in png_write_iTXt() 1757 png_write_chunk_data(png_ptr, (png_const_bytep)lang_key, lang_key_len); in png_write_iTXt()
|
D | fx_pngwrite.c | 292 info_ptr->text[i].lang_key, in png_write_info() 387 info_ptr->text[i].lang_key, in png_write_end()
|
D | fx_pngrutil.c | 2428 text_info.lang_key = NULL; in png_handle_tEXt() 2532 text.lang_key = NULL; in png_handle_zTXt() 2679 text.lang_key = (png_charp)buffer + translated_keyword_offset; in png_handle_iTXt()
|
D | pngpriv.h | 1052 png_const_charp lang_key, png_const_charp text),PNG_EMPTY);
|
D | png.h | 937 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member
|
/external/libpng/contrib/libtests/ |
D | makepng.c | 984 text->lang_key = NULL; in clear_text() 1060 text.lang_key = params[2]; /* translated keyword */ in insert_iTXt()
|
D | pngvalid.c | 3489 text.lang_key = 0; in make_transform_image() 3545 text.lang_key = 0; in make_transform_image() 3726 text.lang_key = 0; in make_size_image() 3844 text.lang_key = 0; in make_size_image() 4883 if (tp->lang_key != NULL) in standard_check_text() 4886 pos = safecat(msg, sizeof msg, pos, tp->lang_key); in standard_check_text()
|
/external/pdfium/samples/ |
D | image_diff_png.cc | 447 png_text_[pos].lang_key = 0; in AddComment()
|