Searched refs:itxt_length (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/tools/imagediff/ |
D | image_diff_png.cc | 452 png_text_[pos].itxt_length = 0; in AddComment()
|
/external/chromium_org/third_party/libpng/ |
D | pngset.c | 800 textp->itxt_length = text_length; in png_set_text_2() 808 textp->itxt_length = 0; in png_set_text_2()
|
D | pngrutil.c | 2085 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()
|
D | pngpread.c | 1611 text_ptr->itxt_length = png_strlen(text); in png_push_read_iTXt()
|
D | png.h | 711 png_size_t itxt_length; /* length of the itxt string */ member
|
/external/libpng/ |
D | pngset.c | 810 textp->itxt_length = text_length; in png_set_text_2() 818 textp->itxt_length = 0; in png_set_text_2()
|
D | pngrutil.c | 2101 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()
|
D | pngpread.c | 1611 text_ptr->itxt_length = png_strlen(text); in png_push_read_iTXt()
|
D | libpng-1.2.46.txt | 692 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
|
D | libpng-1.2.44.txt | 692 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
|
D | png.h | 714 png_size_t itxt_length; /* length of the itxt string */ member
|
D | CHANGES | 603 Added members "lang_key" and "itxt_length" to png_text struct. Set
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngset.c | 872 textp->itxt_length = text_length; in png_set_text_2() 879 textp->itxt_length = 0; in png_set_text_2()
|
D | pngrutil.c | 1933 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()
|
D | pngpread.c | 1444 text_ptr->itxt_length = png_strlen(text); in png_push_read_iTXt()
|
D | png.h | 598 png_size_t itxt_length; /* length of the itxt string */ member
|
/external/chromium_org/ui/gfx/codec/ |
D | png_codec.cc | 553 png_text_[pos].itxt_length = 0; in AddComment()
|