Home
last modified time | relevance | path

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

/external/libpng/
Dpngset.c790 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()
Dexample.c890 text_ptr[0].lang_key = NULL;
899 text_ptr[1].lang_key = NULL;
908 text_ptr[2].lang_key = NULL;
Dpngwutil.c1674 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()
Dpngwrite.c293 info_ptr->text[i].lang_key, in png_write_info()
388 info_ptr->text[i].lang_key, in png_write_end()
Dpngrutil.c2466 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()
Dpngpriv.h1099 png_const_charp lang_key, png_const_charp text),PNG_EMPTY);
Dpng.h698 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member
Dlibpng-manual.txt1477 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
DCHANGES645 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/
Dfx_pngset.c789 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()
Dfx_pngwutil.c1673 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()
Dfx_pngwrite.c292 info_ptr->text[i].lang_key, in png_write_info()
387 info_ptr->text[i].lang_key, in png_write_end()
Dfx_pngrutil.c2428 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()
Dpngpriv.h1052 png_const_charp lang_key, png_const_charp text),PNG_EMPTY);
Dpng.h937 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member
/external/libpng/contrib/libtests/
Dmakepng.c984 text->lang_key = NULL; in clear_text()
1060 text.lang_key = params[2]; /* translated keyword */ in insert_iTXt()
Dpngvalid.c3489 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/
Dimage_diff_png.cc447 png_text_[pos].lang_key = 0; in AddComment()