Searched refs:png_get_text (Results 1 – 11 of 11) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 170 png_get_text @162
|
/external/skia/third_party/libpng/ |
D | pngprefix.h | 282 #define png_get_text skia_png_get_text macro
|
/external/libpng/ |
D | pngtest.c | 1284 if (png_get_text(read_ptr, read_info_ptr, &text_ptr, &num_text) > 0) in test_one_file() 1495 if (png_get_text(read_ptr, end_info_ptr, &text_ptr, &num_text) > 0) in test_one_file()
|
D | pngget.c | 1019 png_get_text(png_const_structrp png_ptr, png_inforp info_ptr, in png_get_text() function
|
D | png.h | 2127 PNG_EXPORT(162, int, png_get_text, (png_const_structrp png_ptr,
|
D | libpng-manual.txt | 1452 num_comments = png_get_text(png_ptr, info_ptr, 1499 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 | 468 png_uint_32 ntext = png_get_text(d->png_ptr, info_ptr, &text, NULL); in get_valid()
|
D | pngvalid.c | 5158 png_uint_32 num_text = png_get_text(pp, pi, &tp, NULL); in standard_text_validate()
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | png.h | 570 #define png_get_text FOXIT_png_get_text macro 2558 PNG_EXPORT(162, int, png_get_text, (png_const_structrp png_ptr,
|
D | fx_pngget.c | 977 png_get_text(png_const_structrp png_ptr, png_inforp info_ptr, in png_get_text() function
|