Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc191 const png_text& text = text_ptr[i]; in DecodeHeader()
399 std::vector<png_text> text; in WriteImageToBuffer()
401 png_text txt; in WriteImageToBuffer()
/external/pdfium/testing/image_diff/
Dimage_diff_png.cpp450 : comments_(comments), png_text_(new png_text[comments.size()]) { in CommentWriter()
465 png_text* get_png_text() { return png_text_; } in get_png_text()
486 png_text* png_text_;
/external/libpng/contrib/libtests/
Dmakepng.c1247 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()
Dpngvalid.c4141 png_text text; in make_transform_image()
4232 png_text text; in make_transform_image()
4361 png_text text; in make_size_image()
4485 png_text text; in make_size_image()
/external/libpng/contrib/gregbook/
Dwritepng.c180 png_text text[6]; in writepng_init()
/external/libpng/
Dpng.h609 } png_text; typedef
610 typedef png_text * png_textp;
611 typedef const png_text * png_const_textp;
612 typedef png_text * * png_textpp;
Dexample.c881 png_text text_ptr[3];
Dpngrutil.c2500 png_text text_info; in png_handle_tEXt()
2658 png_text text; in png_handle_zTXt()
2813 png_text text; in png_handle_iTXt()
Dlibpng-manual.txt1494 text_ptr - array of png_text holding image
1690 The text_ptr is an array of png_text structures, each holding a
2499 because when libpng fills a png_text structure it combines these members with
3138 text_ptr - array of png_text holding image
3244 A quick word about text and num_text. text is an array of png_text
3246 Each png_text structure holds a language code, a keyword, a text value,
3767 because when libpng fills a png_text structure it combines these members with
DCHANGES591 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/pdfium/third_party/libpng16/
Dpng.h614 } png_text; typedef
615 typedef png_text * png_textp;
616 typedef const png_text * png_const_textp;
617 typedef png_text * * png_textpp;
Dpngrutil.c2423 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/skqp/src/images/
DSkPngEncoder.cpp206 std::vector<png_text> png_texts(comments->count()); in setHeader()
/external/skia/src/images/
DSkPngEncoder.cpp207 std::vector<png_text> png_texts(comments->count()); in setHeader()
/external/libpng/scripts/
Dpnglibconf.dfa566 # The size of the png_text structure changed in libpng-1.0.6 when
568 # libpng-1.2.x, to support old apps that malloc the png_text structure
/external/ImageMagick/coders/
Dpng.c8191 text=(png_textp) png_malloc(ping,(png_alloc_size_t) sizeof(png_text)); in Magick_png_write_raw_profile()
8193 text=(png_textp) png_malloc(ping,(png_size_t) sizeof(png_text)); in Magick_png_write_raw_profile()
11736 (png_alloc_size_t) sizeof(png_text)); in WriteOnePNGImage()
11738 text=(png_textp) png_malloc(ping,(png_size_t) sizeof(png_text)); in WriteOnePNGImage()