Home
last modified time | relevance | path

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

/external/libpng/
Dexample.c865 text_ptr[0].lang_key = NULL;
874 text_ptr[1].lang_key = NULL;
883 text_ptr[2].lang_key = NULL;
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()
Dpngwutil.c1625 png_const_charp lang, png_const_charp lang_key, png_const_charp text) in png_write_iTXt() argument
1671 if (lang_key == NULL) lang_key = ""; /* may be empty */ in png_write_iTXt()
1672 lang_key_len = strlen(lang_key)+1; in png_write_iTXt()
1709 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.c2583 text_info.lang_key = NULL; in png_handle_tEXt()
2694 text.lang_key = NULL; in png_handle_zTXt()
2842 text.lang_key = (png_charp)buffer + translated_keyword_offset; in png_handle_iTXt()
Dpngpriv.h1204 png_const_charp lang_key, png_const_charp text),PNG_EMPTY);
Dpng.h576 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member
Dlibpng-manual.txt1519 text_ptr[i].lang_key - keyword in UTF-8
1522 Note that the itxt_length, lang, and lang_key
3160 Note that the itxt_length, lang, and lang_key
DCHANGES652 Added members "lang_key" and "itxt_length" to png_text struct. Set
1205 Revised iTXt support to accept NULL for lang and lang_key.
/external/pdfium/third_party/libpng16/
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()
Dpngwutil.c1625 png_const_charp lang, png_const_charp lang_key, png_const_charp text) in png_write_iTXt() argument
1671 if (lang_key == NULL) lang_key = ""; /* may be empty */ in png_write_iTXt()
1672 lang_key_len = strlen(lang_key)+1; in png_write_iTXt()
1709 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.c2583 text_info.lang_key = NULL; in png_handle_tEXt()
2694 text.lang_key = NULL; in png_handle_zTXt()
2842 text.lang_key = (png_charp)buffer + translated_keyword_offset; in png_handle_iTXt()
Dpngpriv.h1204 png_const_charp lang_key, png_const_charp text),PNG_EMPTY);
Dpng.h576 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member
/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.cpp472 png_text_[pos].lang_key = 0; in AddComment()