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

  /external/chromium_org/third_party/libpng/
pngpread.c 1558 png_charp lang_key; local
    [all...]
pngset.c 730 if (text_ptr[i].lang_key != NULL)
731 lang_key_len = png_strlen(text_ptr[i].lang_key);
777 textp->lang_key = textp->lang + lang_len + 1;
778 png_memcpy(textp->lang_key, text_ptr[i].lang_key, lang_key_len);
779 *(textp->lang_key + lang_key_len) = '\0';
780 textp->text = textp->lang_key + lang_key_len + 1;
787 textp->lang_key=NULL;
    [all...]
pngrutil.c 2226 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 694 * "lang_key" fields can be regular C strings, empty strings, or NULL pointers.
714 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.46/
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/libpng/
pngset.c 790 if (text_ptr[i].lang_key != NULL)
791 lang_key_len = strlen(text_ptr[i].lang_key);
845 textp->lang_key = textp->lang + lang_len + 1;
846 memcpy(textp->lang_key, text_ptr[i].lang_key, lang_key_len);
847 *(textp->lang_key + lang_key_len) = '\0';
848 textp->text = textp->lang_key + lang_key_len + 1;
854 textp->lang_key=NULL;
    [all...]
example.c     [all...]
pngwutil.c     [all...]
pngwrite.c 293 info_ptr->text[i].lang_key,
388 info_ptr->text[i].lang_key,
    [all...]
pngpriv.h     [all...]
pngrutil.c     [all...]
png.h 675 * "lang_key" members of the structure only exist when the library is built
678 * the "lang" and "lang_key" fields contain NULL pointers when the
698 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more member in struct:png_text_struct
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 984 text->lang_key = NULL;
1060 text.lang_key = params[2]; /* translated keyword */
    [all...]
pngvalid.c     [all...]
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 447 png_text_[pos].lang_key = 0;
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 548 png_text_[pos].lang_key = 0;
  /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 1029 milliseconds