Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
Dpngset.c821 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()
Dpngwutil.c1597 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()
Dpngwrite.c299 info_ptr->text[i].lang_key, in png_write_info()
396 info_ptr->text[i].lang_key, in png_write_end()
Dpngrutil.c2489 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()
Dpngpriv.h1116 png_const_charp lang_key, png_const_charp text),PNG_EMPTY);
Dpng.h612 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member
/external/libpng/
Dpngset.c870 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()
Dexample.c890 text_ptr[0].lang_key = NULL;
899 text_ptr[1].lang_key = NULL;
908 text_ptr[2].lang_key = NULL;
Dpngwutil.c1627 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()
Dpngwrite.c304 info_ptr->text[i].lang_key, in png_write_info()
401 info_ptr->text[i].lang_key, in png_write_end()
Dpngrutil.c2566 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()
Dpngpriv.h1195 png_const_charp lang_key, png_const_charp text),PNG_EMPTY);
Dpng.h607 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member
Dlibpng-manual.txt1518 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
DCHANGES653 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/
Dmakepng.c1255 text->lang_key = NULL; in clear_text()
1331 text.lang_key = params[2]; /* translated keyword */ in insert_iTXt()
Dpngvalid.c4155 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/
Dimage_diff_png.cpp481 png_text_[pos].lang_key = 0; in AddComment()