Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libpng/docs/
H A Dexample.c864 text_ptr[0].itxt_length = 0;
873 text_ptr[1].itxt_length = 0;
882 text_ptr[2].itxt_length = 0;
H A Dlibpng-manual.txt1513 text_ptr[i].itxt_length - length of itxt string,
1522 Note that the itxt_length, lang, and lang_key
3153 text_ptr[i].itxt_length - length of itxt string,
3160 Note that the itxt_length, lang, and lang_key
H A DCHANGES652 Added members "lang_key" and "itxt_length" to png_text struct. Set
/reactos/dll/3rdparty/libpng/
H A Dpngset.c948 textp->itxt_length = text_length; in png_set_text_2()
955 textp->itxt_length = 0; in png_set_text_2()
H A Dpngrutil.c2585 text_info.itxt_length = 0; in png_handle_tEXt()
2693 text.itxt_length = 0; in png_handle_zTXt()
2846 text.itxt_length = uncompressed_length; in png_handle_iTXt()
/reactos/sdk/include/reactos/libs/libpng/
H A Dpng.h573 size_t itxt_length; /* length of the itxt string */ member