Searched refs:lang_key (Results 1 – 18 of 18) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pngset.c | 821 if (text_ptr[i].lang_key != NULL) in png_set_text_2() 822 lang_key_len = strlen(text_ptr[i].lang_key); in png_set_text_2() 877 textp->lang_key = textp->lang + lang_len + 1; in png_set_text_2() 878 memcpy(textp->lang_key, text_ptr[i].lang_key, lang_key_len); in png_set_text_2() 879 *(textp->lang_key + lang_key_len) = '\0'; in png_set_text_2() 880 textp->text = textp->lang_key + lang_key_len + 1; in png_set_text_2() 886 textp->lang_key=NULL; in png_set_text_2()
|
D | pngwutil.c | 1597 png_const_charp lang, png_const_charp lang_key, png_const_charp text) in png_write_iTXt() argument 1643 if (lang_key == NULL) lang_key = ""; /* may be empty */ in png_write_iTXt() 1644 lang_key_len = strlen(lang_key)+1; in png_write_iTXt() 1681 png_write_chunk_data(png_ptr, (png_const_bytep)lang_key, lang_key_len); in png_write_iTXt()
|
D | pngwrite.c | 299 info_ptr->text[i].lang_key, in png_write_info() 396 info_ptr->text[i].lang_key, in png_write_end()
|
D | pngrutil.c | 2489 text_info.lang_key = NULL; in png_handle_tEXt() 2593 text.lang_key = NULL; in png_handle_zTXt() 2740 text.lang_key = (png_charp)buffer + translated_keyword_offset; in png_handle_iTXt()
|
D | pngpriv.h | 1116 png_const_charp lang_key, png_const_charp text),PNG_EMPTY);
|
D | png.h | 612 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member
|
/external/libpng/ |
D | pngset.c | 870 if (text_ptr[i].lang_key != NULL) in png_set_text_2() 871 lang_key_len = strlen(text_ptr[i].lang_key); in png_set_text_2() 926 textp->lang_key = textp->lang + lang_len + 1; in png_set_text_2() 927 memcpy(textp->lang_key, text_ptr[i].lang_key, lang_key_len); in png_set_text_2() 928 *(textp->lang_key + lang_key_len) = '\0'; in png_set_text_2() 929 textp->text = textp->lang_key + lang_key_len + 1; in png_set_text_2() 935 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 | 1627 png_const_charp lang, png_const_charp lang_key, png_const_charp text) in png_write_iTXt() argument 1673 if (lang_key == NULL) lang_key = ""; /* may be empty */ in png_write_iTXt() 1674 lang_key_len = strlen(lang_key)+1; in png_write_iTXt() 1711 png_write_chunk_data(png_ptr, (png_const_bytep)lang_key, lang_key_len); in png_write_iTXt()
|
D | pngwrite.c | 304 info_ptr->text[i].lang_key, in png_write_info() 401 info_ptr->text[i].lang_key, in png_write_end()
|
D | pngrutil.c | 2566 text_info.lang_key = NULL; in png_handle_tEXt() 2677 text.lang_key = NULL; in png_handle_zTXt() 2825 text.lang_key = (png_charp)buffer + translated_keyword_offset; in png_handle_iTXt()
|
D | pngpriv.h | 1195 png_const_charp lang_key, png_const_charp text),PNG_EMPTY);
|
D | png.h | 607 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member
|
D | libpng-manual.txt | 1518 text_ptr[i].lang_key - keyword in UTF-8 1521 Note that the itxt_length, lang, and lang_key 3159 Note that the itxt_length, lang, and lang_key
|
D | CHANGES | 653 Added members "lang_key" and "itxt_length" to png_text struct. Set 1206 Revised iTXt support to accept NULL for lang and lang_key.
|
/external/libpng/contrib/libtests/ |
D | makepng.c | 1255 text->lang_key = NULL; in clear_text() 1331 text.lang_key = params[2]; /* translated keyword */ in insert_iTXt()
|
D | pngvalid.c | 4155 text.lang_key = 0; in make_transform_image() 4243 text.lang_key = 0; in make_transform_image() 4375 text.lang_key = 0; in make_size_image() 4496 text.lang_key = 0; in make_size_image() 5602 if (tp->lang_key != NULL) in standard_check_text() 5605 pos = safecat(msg, sizeof msg, pos, tp->lang_key); in standard_check_text()
|
/external/pdfium/testing/image_diff/ |
D | image_diff_png.cpp | 481 png_text_[pos].lang_key = 0; in AddComment()
|