Searched refs:png_text (Results 1 – 12 of 12) sorted by relevance
/external/libpng/contrib/gregbook/ |
D | writepng.c | 178 png_text text[6]; in writepng_init()
|
/external/libpng/ |
D | pngset.c | 679 (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()
|
D | pngpread.c | 1281 (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()
|
D | pngrutil.c | 2082 (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()
|
D | png.h | 720 } png_text; typedef 721 typedef png_text FAR * png_textp; 722 typedef png_text FAR * FAR * png_textpp;
|
D | CHANGES | 546 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
|
D | libpng-1.2.44.txt | 679 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
|
D | libpng-1.2.46.txt | 679 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/ |
D | pngset.c | 755 (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()
|
D | pngpread.c | 1132 (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()
|
D | png.h | 604 } png_text; typedef 605 typedef png_text FAR * png_textp; 606 typedef png_text FAR * FAR * png_textpp;
|
D | pngrutil.c | 1921 (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()
|