Home
last modified time | relevance | path

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

/external/libpng/
Dexample.c555 png_read_rows(png_ptr, &row_pointers[y], NULL, 1);
561 png_read_rows(png_ptr, &row_pointers[y], NULL,
564 png_read_rows(png_ptr, NULL, &row_pointers[y],
Dpngtest.c1499 png_read_rows(read_ptr, (png_bytepp)&row_buf, NULL, 1); in test_one_file()
Dlibpng-manual.txt2214 of that other stuff necessary with png_read_rows().
2225 use png_read_rows() instead. If there is no interlacing (check
2228 png_read_rows(png_ptr, row_pointers, NULL,
2271 the output image, so you need to supply the same rows to png_read_rows in
2282 png_read_rows() as
2289 png_read_rows(png_ptr, row_pointers, NULL,
2298 png_read_rows(png_ptr, NULL, row_pointers,
2304 png_read_rows() PNG_INTERLACE_ADAM7_PASSES times to read in all the images.
2310 number of rows to each successive call of png_read_rows(). The calculation
2322 calling png_read_rows() and not call it for that pass if either is zero.
[all …]
Dpng.h1372 PNG_EXPORT(55, void, png_read_rows, (png_structrp png_ptr, png_bytepp row,
Dpngread.c645 png_read_rows(png_structrp png_ptr, png_bytepp row, in png_read_rows() function
DCHANGES380 Revised png_read_rows() to avoid repeated if-testing for NULL (A Kleinert)
382 and png_read_rows().
/external/libpng/scripts/
Dsymbols.def62 png_read_rows @55
/external/pdfium/third_party/libpng16/
Dpngprefix.h295 #define png_read_rows PDFIUM_png_read_rows macro
Dpng.h1372 PNG_EXPORT(55, void, png_read_rows, (png_structrp png_ptr, png_bytepp row,
Dpngread.c645 png_read_rows(png_structrp png_ptr, png_bytepp row, in png_read_rows() function