Home
last modified time | relevance | path

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

/external/libpng/contrib/gregbook/
Dwritepng.c178 png_text text[6]; in writepng_init()
/external/libpng/
Dpngset.c679 (png_uint_32)(info_ptr->max_text * png_sizeof(png_text))); in png_set_text_2()
686 png_sizeof(png_text))); in png_set_text_2()
694 (png_uint_32)(info_ptr->max_text * png_sizeof(png_text))); in png_set_text_2()
Dpngpread.c1281 (png_uint_32)png_sizeof(png_text)); in png_push_read_tEXt()
1483 (png_uint_32)png_sizeof(png_text)); in png_push_read_zTXt()
1603 (png_uint_32)png_sizeof(png_text)); in png_push_read_iTXt()
Dpngrutil.c2082 (png_uint_32)png_sizeof(png_text)); in png_handle_tEXt()
2202 (png_uint_32)png_sizeof(png_text)); in png_handle_zTXt()
2350 (png_uint_32)png_sizeof(png_text)); in png_handle_iTXt()
Dpng.h720 } png_text; typedef
721 typedef png_text FAR * png_textp;
722 typedef png_text FAR * FAR * png_textpp;
DCHANGES546 Added iCCP, iTXt, and sPLT support; added "lang" member to the png_text
551 NOTE: Applications that write text chunks MUST define png_text->lang
557 png_text[i].lang = NULL;
575 Added "translated_key" to png_text structure and png_write_iTXt().
580 png_text[i].translated_key = NULL;
602 Restored the first four members of png_text to the same order as v.1.0.5d.
603 Added members "lang_key" and "itxt_length" to png_text struct. Set
765 Eliminated the three new members of png_text when PNG_LEGACY_SUPPORTED is
Dlibpng-1.2.44.txt679 text_ptr - array of png_text holding image
814 The text_ptr is an array of png_text structures, each holding a
1447 because when libpng fills a png_text structure it combines these members with
1955 text_ptr - array of png_text holding image
2039 A quick word about text and num_text. text is an array of png_text
2041 Each png_text structure holds a language code, a keyword, a text value,
2484 because when libpng fills a png_text structure it combines these members with
Dlibpng-1.2.46.txt679 text_ptr - array of png_text holding image
814 The text_ptr is an array of png_text structures, each holding a
1447 because when libpng fills a png_text structure it combines these members with
1955 text_ptr - array of png_text holding image
2039 A quick word about text and num_text. text is an array of png_text
2041 Each png_text structure holds a language code, a keyword, a text value,
2484 because when libpng fills a png_text structure it combines these members with
/external/qemu/distrib/libpng-1.2.19/
Dpngset.c755 (png_uint_32)(info_ptr->max_text * png_sizeof (png_text))); in png_set_text_2()
762 png_sizeof(png_text))); in png_set_text_2()
770 (png_uint_32)(info_ptr->max_text * png_sizeof (png_text))); in png_set_text_2()
Dpngpread.c1132 (png_uint_32)png_sizeof(png_text)); in png_push_read_tEXt()
1325 (png_uint_32)png_sizeof(png_text)); in png_push_read_zTXt()
1437 (png_uint_32)png_sizeof(png_text)); in png_push_read_iTXt()
Dpng.h604 } png_text; typedef
605 typedef png_text FAR * png_textp;
606 typedef png_text FAR * FAR * png_textpp;
Dpngrutil.c1921 (png_uint_32)png_sizeof(png_text)); in png_handle_tEXt()
2019 (png_uint_32)png_sizeof(png_text)); in png_handle_zTXt()
2136 (png_uint_32)png_sizeof(png_text)); in png_handle_iTXt()