Searched defs:lang_key (Results 1 - 7 of 7) sorted by relevance
/external/libpng/ |
H A D | pngwutil.c | 1597 png_const_charp lang, png_const_charp lang_key, png_const_charp text) 1643 if (lang_key == NULL) lang_key = ""; /* may be empty */ 1644 lang_key_len = strlen(lang_key)+1; 1681 png_write_chunk_data(png_ptr, (png_const_bytep)lang_key, lang_key_len); 1596 png_write_iTXt(png_structrp png_ptr, int compression, png_const_charp key, png_const_charp lang, png_const_charp lang_key, png_const_charp text) argument
|
H A D | png.h | 589 * "lang_key" members of the structure only exist when the library is built 592 * the "lang" and "lang_key" fields contain NULL pointers when the 612 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member in struct:png_text_struct
|
/external/opencv3/3rdparty/libpng/ |
H A D | pngrutil.c | 2301 text_ptr->lang_key = NULL; 2431 text_ptr->lang_key = NULL; 2453 png_charp key, lang, text, lang_key; local 2550 for (lang_key = lang; *lang_key; lang_key++) 2553 lang_key++; /* Skip NUL separator */ 2555 if (lang_key >= png_ptr->chunkdata + slength) 2563 for (text = lang_key; *text; text++) 2599 text_ptr->lang_key [all...] |
H A D | pngwutil.c | 1749 png_const_charp lang, png_const_charp lang_key, png_const_charp text) 1774 if (lang_key == NULL) 1778 lang_key_len = png_strlen(lang_key); 1792 * and the NULs after the key, lang, and lang_key parts 1796 5 /* comp byte, comp flag, terminators for key, lang and lang_key */ 1826 png_write_chunk_data(png_ptr, (lang_key ? (png_const_bytep)lang_key : cbuf), 1748 png_write_iTXt(png_structp png_ptr, int compression, png_const_charp key, png_const_charp lang, png_const_charp lang_key, png_const_charp text) argument
|
H A D | png.h | 633 * "lang_key" members of the structure only exist when the library is built 636 * the "lang" and "lang_key" fields contain NULL pointers when the 656 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member in struct:png_text_struct
|
/external/pdfium/third_party/lpng_v163/ |
H A D | pngwutil.c | 1673 png_const_charp lang, png_const_charp lang_key, png_const_charp text)
1719 if (lang_key == NULL) lang_key = ""; /* may be empty */
1720 lang_key_len = strlen(lang_key)+1;
1757 png_write_chunk_data(png_ptr, (png_const_bytep)lang_key, lang_key_len);
1672 png_write_iTXt(png_structrp png_ptr, int compression, png_const_charp key, png_const_charp lang, png_const_charp lang_key, png_const_charp text) argument
|
H A D | png.h | 914 * "lang_key" members of the structure only exist when the library is built 917 * the "lang" and "lang_key" fields contain NULL pointers when the 937 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member in struct:png_text_struct
|
Completed in 1405 milliseconds