Searched refs:png_get_text (Results 1 – 15 of 15) sorted by relevance
/external/honggfuzz/examples/libpng/ |
D | persistent-png.c | 126 ret = png_get_text(png_ptr, info_ptr, &text_ptr, &num_text); in LLVMFuzzerTestOneInput()
|
/external/libpng/scripts/ |
D | symbols.def | 170 png_get_text @162
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_pngmodule.cpp | 82 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 | 189 png_get_text(context.png_ptr, context.info_ptr, &text_ptr, &num_text); in DecodeHeader()
|
/external/libpng/ |
D | pngtest.c | 1318 if (png_get_text(read_ptr, read_info_ptr, &text_ptr, &num_text) > 0) in test_one_file() 1538 if (png_get_text(read_ptr, end_info_ptr, &text_ptr, &num_text) > 0) in test_one_file()
|
D | pngget.c | 1048 png_get_text(png_const_structrp png_ptr, png_inforp info_ptr, in png_get_text() function
|
D | png.h | 2144 PNG_EXPORT(162, int, png_get_text, (png_const_structrp png_ptr,
|
D | libpng-manual.txt | 1489 num_comments = png_get_text(png_ptr, info_ptr, 1536 structure returned by png_get_text will always contain
|
D | CHANGES | 706 Return *num_text=0 from png_get_text() when appropriate, and fix documentation 707 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/pdfium/third_party/libpng16/ |
D | pngget.c | 1019 png_get_text(png_const_structrp png_ptr, png_inforp info_ptr, in png_get_text() function
|
D | png.h | 2138 PNG_EXPORT(162, int, png_get_text, (png_const_structrp png_ptr,
|
/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 | 3892 status = png_get_text(ping,ping_info,&text,&num_text) != 0 ? in ReadOnePNGImage() 3895 status = png_get_text(ping,end_info,&text,&num_text) != 0 ? in ReadOnePNGImage()
|