Searched refs:png_get_text (Results 1 – 15 of 15) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 169 png_get_text @162
|
/external/pdfium/core/fxcodec/png/ |
D | pngmodule.cpp | 79 png_get_text(png_ptr, info_ptr, &text, &num_text); in _png_load_bmp_attribute()
|
/external/tensorflow/tensorflow/core/lib/png/ |
D | png_io.cc | 190 png_get_text(context.png_ptr, context.info_ptr, &text_ptr, &num_text); in DecodeHeader()
|
/external/pdfium/third_party/libpng16/ |
D | pngprefix.h | 172 #define png_get_text PDFIUM_png_get_text macro
|
D | pngget.c | 1049 png_get_text(png_const_structrp png_ptr, png_inforp info_ptr, in png_get_text() function
|
D | png.h | 2113 PNG_EXPORT(162, int, png_get_text, (png_const_structrp png_ptr,
|
/external/libpng/ |
D | pngtest.c | 1320 if (png_get_text(read_ptr, read_info_ptr, &text_ptr, &num_text) > 0) in test_one_file() 1540 if (png_get_text(read_ptr, end_info_ptr, &text_ptr, &num_text) > 0) in test_one_file()
|
D | pngget.c | 1049 png_get_text(png_const_structrp png_ptr, png_inforp info_ptr, in png_get_text() function
|
D | png.h | 2113 PNG_EXPORT(162, int, png_get_text, (png_const_structrp png_ptr,
|
D | libpng-manual.txt | 1490 num_comments = png_get_text(png_ptr, info_ptr, 1537 structure returned by png_get_text will always contain
|
D | CHANGES | 705 Return *num_text=0 from png_get_text() when appropriate, and fix documentation 706 of png_get_text() in libpng.txt/libpng.3.
|
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 487 png_uint_32 ntext = png_get_text(d->png_ptr, info_ptr, &text, NULL); in get_valid()
|
D | pngvalid.c | 5621 png_uint_32 num_text = png_get_text(pp, pi, &tp, NULL); in standard_text_validate()
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 665 dp->num_text = png_get_text(dp->write_pp, dp->ip, &chunks, NULL); in text_stash()
|
/external/ImageMagick/coders/ |
D | png.c | 3896 status = png_get_text(ping,ping_info,&text,&num_text) != 0 ? in ReadOnePNGImage() 3899 status = png_get_text(ping,end_info,&text,&num_text) != 0 ? in ReadOnePNGImage()
|