HomeSort by relevance Sort by last modified time
    Searched refs:lang_key (Results 1 - 14 of 14) sorted by null

  /external/libpng/
pngpread.c 1558 png_charp lang_key; local
    [all...]
pngset.c 740 if (text_ptr[i].lang_key != NULL)
741 lang_key_len = png_strlen(text_ptr[i].lang_key);
787 textp->lang_key = textp->lang + lang_len + 1;
788 png_memcpy(textp->lang_key, text_ptr[i].lang_key, lang_key_len);
789 *(textp->lang_key + lang_key_len) = '\0';
790 textp->text = textp->lang_key + lang_key_len + 1;
797 textp->lang_key=NULL;
    [all...]
pngrutil.c 2242 png_charp key, lang, text, lang_key; local
    [all...]
pngwutil.c     [all...]
pngwrite.c 244 info_ptr->text[i].lang_key,
351 info_ptr->text[i].lang_key,
    [all...]
png.h 697 * "lang_key" fields can be regular C strings, empty strings, or NULL pointers.
717 png_charp lang_key; \/* keyword translated UTF-8 string, 0 or more member in struct:png_text_struct
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngpread.c 1398 png_charp lang_key; local
    [all...]
pngset.c 804 if (text_ptr[i].lang_key != NULL)
805 lang_key_len = png_strlen(text_ptr[i].lang_key);
849 textp->lang_key=textp->lang + lang_len + 1;
850 png_memcpy(textp->lang_key, text_ptr[i].lang_key, lang_key_len);
851 *(textp->lang_key+lang_key_len) = '\0';
852 textp->text=textp->lang_key + lang_key_len + 1;
859 textp->lang_key=NULL;
    [all...]
pngrutil.c 2052 png_charp key, lang, text, lang_key; local
    [all...]
pngwutil.c     [all...]
pngwrite.c 227 info_ptr->text[i].lang_key,
330 info_ptr->text[i].lang_key,
    [all...]
png.h 581 * "lang_key" fields can be regular C strings, empty strings, or NULL pointers.
601 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member in struct:png_text_struct
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h     [all...]
png.h 636 * "lang_key" members of the structure only exist when the library is built
639 * the "lang" and "lang_key" fields contain NULL pointers when the
659 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member in struct:png_text_struct
    [all...]

Completed in 79 milliseconds