/external/pdfium/samples/ |
D | image_diff_png.cc | 410 png_text_(new png_text[comments.size()]) { in CommentWriter() 427 png_text* get_png_text() { in get_png_text() 452 png_text* png_text_;
|
/external/libpng/contrib/libtests/ |
D | makepng.c | 1247 clear_text(png_text *text, png_charp keyword) in clear_text() 1302 png_text text; in insert_tEXt() 1313 png_text text; in insert_zTXt() 1325 png_text text; in insert_iTXt()
|
D | pngvalid.c | 4139 png_text text; in make_transform_image() 4230 png_text text; in make_transform_image() 4359 png_text text; in make_size_image() 4483 png_text text; in make_size_image()
|
/external/libpng/contrib/gregbook/ |
D | writepng.c | 180 png_text text[6]; in writepng_init()
|
/external/syslinux/com32/lib/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 | 2057 (png_uint_32)png_sizeof(png_text)); in png_handle_tEXt() 2177 (png_uint_32)png_sizeof(png_text)); in png_handle_zTXt() 2325 (png_uint_32)png_sizeof(png_text)); in png_handle_iTXt()
|
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.txt | 605 text_ptr - array of png_text holding image 736 The text_ptr is an array of png_text structures, each holding a 1321 because when libpng fills a png_text structure it combines these members with 1811 text_ptr - array of png_text holding image 1891 A quick word about text and num_text. text is an array of png_text 1893 Each png_text structure holds a language code, a keyword, a text value, 2333 because when libpng fills a png_text structure it combines these members with
|
/external/libpng/ |
D | png.h | 614 } png_text; typedef 615 typedef png_text * png_textp; 616 typedef const png_text * png_const_textp; 617 typedef png_text * * png_textpp;
|
D | example.c | 881 png_text text_ptr[3];
|
D | pngrutil.c | 2425 png_text text_info; in png_handle_tEXt() 2580 png_text text; in png_handle_zTXt() 2730 png_text text; in png_handle_iTXt()
|
D | libpng-manual.txt | 1457 text_ptr - array of png_text holding image 1653 The text_ptr is an array of png_text structures, each holding a 2452 because when libpng fills a png_text structure it combines these members with 3085 text_ptr - array of png_text holding image 3191 A quick word about text and num_text. text is an array of png_text 3193 Each png_text structure holds a language code, a keyword, a text value, 3714 because when libpng fills a png_text structure it combines these members with
|
D | CHANGES | 591 Added iCCP, iTXt, and sPLT support; added "lang" member to the png_text 596 NOTE: Applications that write text chunks MUST define png_text->lang 602 png_text[i].lang = NULL; 622 Added "translated_key" to png_text structure and png_write_iTXt(). 628 png_text[i].translated_key = NULL; 652 Restored the first four members of png_text to the same order as v.1.0.5d. 653 Added members "lang_key" and "itxt_length" to png_text struct. Set 835 Eliminated the three new members of png_text when PNG_LEGACY_SUPPORTED is
|
/external/skia/third_party/libpng/ |
D | png.h | 614 } png_text; typedef 615 typedef png_text * png_textp; 616 typedef const png_text * png_const_textp; 617 typedef png_text * * png_textpp;
|
D | example.c | 881 png_text text_ptr[3];
|
D | pngrutil.c | 2423 png_text text_info; in png_handle_tEXt() 2578 png_text text; in png_handle_zTXt() 2728 png_text text; in png_handle_iTXt()
|
D | libpng-manual.txt | 1457 text_ptr - array of png_text holding image 1653 The text_ptr is an array of png_text structures, each holding a 2447 because when libpng fills a png_text structure it combines these members with 3080 text_ptr - array of png_text holding image 3186 A quick word about text and num_text. text is an array of png_text 3188 Each png_text structure holds a language code, a keyword, a text value, 3709 because when libpng fills a png_text structure it combines these members with
|
/external/pdfium/third_party/libpng16/ |
D | png.h | 614 } png_text; typedef 615 typedef png_text * png_textp; 616 typedef const png_text * png_const_textp; 617 typedef png_text * * png_textpp;
|
D | pngrutil.c | 2423 png_text text_info; in png_handle_tEXt() 2578 png_text text; in png_handle_zTXt() 2728 png_text text; in png_handle_iTXt()
|
/external/skia/src/images/ |
D | SkPngEncoder.cpp | 173 std::vector<png_text> png_texts(comments->count()); in setHeader()
|
/external/syslinux/com32/include/ |
D | png.h | 712 } png_text; typedef 713 typedef png_text FAR * png_textp; 714 typedef png_text FAR * FAR * png_textpp;
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 539 # The size of the png_text structure changed in libpng-1.0.6 when 541 # libpng-1.2.x, to support old apps that malloc the png_text structure
|
/external/ImageMagick/coders/ |
D | png.c | 7722 text=(png_textp) png_malloc(ping,(png_alloc_size_t) sizeof(png_text)); in Magick_png_write_raw_profile() 7724 text=(png_textp) png_malloc(ping,(png_size_t) sizeof(png_text)); in Magick_png_write_raw_profile() 11236 (png_alloc_size_t) sizeof(png_text)); in WriteOnePNGImage() 11238 text=(png_textp) png_malloc(ping,(png_size_t) sizeof(png_text)); in WriteOnePNGImage()
|