Home
last modified time | relevance | path

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

/external/libpng/
Dexample.c888 text_ptr[0].itxt_length = 0;
897 text_ptr[1].itxt_length = 0;
906 text_ptr[2].itxt_length = 0;
Dpngset.c948 textp->itxt_length = text_length; in png_set_text_2()
955 textp->itxt_length = 0; in png_set_text_2()
Dpngrutil.c2567 text_info.itxt_length = 0; in png_handle_tEXt()
2675 text.itxt_length = 0; in png_handle_zTXt()
2828 text.itxt_length = uncompressed_length; in png_handle_iTXt()
Dpng.h604 png_size_t itxt_length; /* length of the itxt string */ member
Dlibpng-manual.txt1512 text_ptr[i].itxt_length - length of itxt string,
1521 Note that the itxt_length, lang, and lang_key
3152 text_ptr[i].itxt_length - length of itxt string,
3159 Note that the itxt_length, lang, and lang_key
DCHANGES653 Added members "lang_key" and "itxt_length" to png_text struct. Set
/external/pdfium/third_party/libpng16/
Dpngset.c899 textp->itxt_length = text_length; in png_set_text_2()
906 textp->itxt_length = 0; in png_set_text_2()
Dpngrutil.c2490 text_info.itxt_length = 0; in png_handle_tEXt()
2591 text.itxt_length = 0; in png_handle_zTXt()
2743 text.itxt_length = uncompressed_length; in png_handle_iTXt()
Dpng.h609 png_size_t itxt_length; /* length of the itxt string */ member
/external/pdfium/testing/image_diff/
Dimage_diff_png.cpp479 png_text_[pos].itxt_length = 0; in AddComment()
/external/libpng/contrib/libtests/
Dmakepng.c1253 text->itxt_length = 0; /* libpng calculates this */ in clear_text()
Dpngvalid.c4153 text.itxt_length = 0; in make_transform_image()
4241 text.itxt_length = 0; in make_transform_image()
4373 text.itxt_length = 0; in make_size_image()
4494 text.itxt_length = 0; in make_size_image()
5592 if (tp->itxt_length != 0) in standard_check_text()