Home
last modified time | relevance | path

Searched refs:png_get_rows (Results 1 – 10 of 10) sorted by relevance

/external/libpng/scripts/
Dsymbols.def119 png_get_rows @112
/external/libpng/contrib/libtests/
Dpngimage.c906 png_bytep pr = png_get_rows(pp, ip)[0]; in read_png()
945 dp->original_rows = png_get_rows(pp, ip); in update_display()
1049 png_bytepp rows = png_get_rows(dp->read_pp, dp->read_ip); in compare_read()
/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc329 png_get_rows(context->png_ptr, context->info_ptr)); in CommonFinishDecode()
/external/pdfium/third_party/libpng16/
Dpngprefix.h162 #define png_get_rows PDFIUM_png_get_rows macro
Dpngget.c40 png_get_rows(png_const_structrp png_ptr, png_const_inforp info_ptr) in png_get_rows() function
Dpng.h1849 PNG_EXPORT(112, png_bytepp, png_get_rows, (png_const_structrp png_ptr,
/external/libpng/
Dpngget.c40 png_get_rows(png_const_structrp png_ptr, png_const_inforp info_ptr) in png_get_rows() function
Dpng.h1849 PNG_EXPORT(112, png_bytepp, png_get_rows, (png_const_structrp png_ptr,
DCHANGES724 Added png_set_rows() and png_get_rows(), for use with png_read|write_png().
809 of the use of png_set_rows() and png_get_rows() in libpng.txt/libpng.3.
Dlibpng-manual.txt1174 row_pointers = png_get_rows(png_ptr, info_ptr);