Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc192 const png_text& text = text_ptr[i]; in DecodeHeader()
401 std::vector<png_text> text; in WriteImageToBuffer()
403 png_text txt; in WriteImageToBuffer()
/external/angle/util/
Dpng_utils.cpp92 png_text titleText; in SavePNGRGB()
/external/pdfium/testing/image_diff/
Dimage_diff_png.cpp440 : comments_(comments), png_text_(new png_text[comments.size()]) { in CommentWriter()
455 png_text* get_png_text() { return png_text_; } in get_png_text()
476 png_text* png_text_;
/external/libpng/contrib/libtests/
Dmakepng.c1251 clear_text(png_text *text, png_charp keyword) in clear_text()
1306 png_text text; in insert_tEXt()
1317 png_text text; in insert_zTXt()
1329 png_text text; in insert_iTXt()
Dpngvalid.c4142 png_text text; in make_transform_image()
4233 png_text text; in make_transform_image()
4362 png_text text; in make_size_image()
4486 png_text text; in make_size_image()
/external/libpng/contrib/gregbook/
Dwritepng.c180 png_text text[6]; in writepng_init()
/external/skia/tools/
DHashAndEncode.cpp156 png_text text[2]; in encodePNG()
/external/libpng/
Dpng.h578 } png_text; typedef
579 typedef png_text * png_textp;
580 typedef const png_text * png_const_textp;
581 typedef png_text * * png_textpp;
Dexample.c857 png_text text_ptr[3];
Dpngrutil.c2518 png_text text_info; in png_handle_tEXt()
2676 png_text text; in png_handle_zTXt()
2831 png_text text; in png_handle_iTXt()
Dlibpng-manual.txt1495 text_ptr - array of png_text holding image
1691 The text_ptr is an array of png_text structures, each holding a
2500 because when libpng fills a png_text structure it combines these members with
3139 text_ptr - array of png_text holding image
3245 A quick word about text and num_text. text is an array of png_text
3247 Each png_text structure holds a language code, a keyword, a text value,
3768 because when libpng fills a png_text structure it combines these members with
DCHANGES590 Added iCCP, iTXt, and sPLT support; added "lang" member to the png_text
595 NOTE: Applications that write text chunks MUST define png_text->lang
601 png_text[i].lang = NULL;
621 Added "translated_key" to png_text structure and png_write_iTXt().
627 png_text[i].translated_key = NULL;
651 Restored the first four members of png_text to the same order as v.1.0.5d.
652 Added members "lang_key" and "itxt_length" to png_text struct. Set
834 Eliminated the three new members of png_text when PNG_LEGACY_SUPPORTED is
/external/skia/src/encode/
DSkPngEncoder.cpp228 std::vector<png_text> png_texts(comments->count()); in setHeader()
/external/libpng/scripts/
Dpnglibconf.dfa567 # The size of the png_text structure changed in libpng-1.0.6 when
569 # libpng-1.2.x, to support old apps that malloc the png_text structure
/external/ImageMagick/coders/
Dpng.c8207 text=(png_textp) png_malloc(ping,(png_alloc_size_t) sizeof(png_text)); in Magick_png_write_raw_profile()
8209 text=(png_textp) png_malloc(ping,(png_size_t) sizeof(png_text)); in Magick_png_write_raw_profile()
11756 (png_alloc_size_t) sizeof(png_text)); in WriteOnePNGImage()
11758 text=(png_textp) png_malloc(ping,(png_size_t) sizeof(png_text)); in WriteOnePNGImage()