Home
last modified time | relevance | path

Searched refs:itxt_length (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/tools/imagediff/
Dimage_diff_png.cc452 png_text_[pos].itxt_length = 0; in AddComment()
/external/chromium_org/third_party/libpng/
Dpngset.c800 textp->itxt_length = text_length; in png_set_text_2()
808 textp->itxt_length = 0; in png_set_text_2()
Dpngrutil.c2085 text_ptr->itxt_length = 0; in png_handle_tEXt()
2205 text_ptr->itxt_length = 0; in png_handle_zTXt()
2351 text_ptr->itxt_length = data_len; in png_handle_iTXt()
Dpngpread.c1611 text_ptr->itxt_length = png_strlen(text); in png_push_read_iTXt()
Dpng.h711 png_size_t itxt_length; /* length of the itxt string */ member
/external/libpng/
Dpngset.c810 textp->itxt_length = text_length; in png_set_text_2()
818 textp->itxt_length = 0; in png_set_text_2()
Dpngrutil.c2101 text_ptr->itxt_length = 0; in png_handle_tEXt()
2221 text_ptr->itxt_length = 0; in png_handle_zTXt()
2367 text_ptr->itxt_length = data_len; in png_handle_iTXt()
Dpngpread.c1611 text_ptr->itxt_length = png_strlen(text); in png_push_read_iTXt()
Dlibpng-1.2.46.txt692 text_ptr[i].itxt_length - length of itxt string,
698 Note that the itxt_length, lang, and lang_key
1968 text_ptr[i].itxt_length - length of itxt string,
1974 Note that the itxt_length, lang, and lang_key
Dlibpng-1.2.44.txt692 text_ptr[i].itxt_length - length of itxt string,
698 Note that the itxt_length, lang, and lang_key
1968 text_ptr[i].itxt_length - length of itxt string,
1974 Note that the itxt_length, lang, and lang_key
Dpng.h714 png_size_t itxt_length; /* length of the itxt string */ member
DCHANGES603 Added members "lang_key" and "itxt_length" to png_text struct. Set
/external/qemu/distrib/libpng-1.2.19/
Dpngset.c872 textp->itxt_length = text_length; in png_set_text_2()
879 textp->itxt_length = 0; in png_set_text_2()
Dpngrutil.c1933 text_ptr->itxt_length = 0; in png_handle_tEXt()
2031 text_ptr->itxt_length = 0; in png_handle_zTXt()
2146 text_ptr->itxt_length = data_len; in png_handle_iTXt()
Dpngpread.c1444 text_ptr->itxt_length = png_strlen(text); in png_push_read_iTXt()
Dpng.h598 png_size_t itxt_length; /* length of the itxt string */ member
/external/chromium_org/ui/gfx/codec/
Dpng_codec.cc553 png_text_[pos].itxt_length = 0; in AddComment()