Searched refs:png_read_rows (Results 1 – 10 of 10) sorted by relevance
/external/libpng/ |
D | example.c | 555 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],
|
D | pngtest.c | 1499 png_read_rows(read_ptr, (png_bytepp)&row_buf, NULL, 1); in test_one_file()
|
D | libpng-manual.txt | 2214 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 …]
|
D | png.h | 1372 PNG_EXPORT(55, void, png_read_rows, (png_structrp png_ptr, png_bytepp row,
|
D | pngread.c | 645 png_read_rows(png_structrp png_ptr, png_bytepp row, in png_read_rows() function
|
D | CHANGES | 380 Revised png_read_rows() to avoid repeated if-testing for NULL (A Kleinert) 382 and png_read_rows().
|
/external/libpng/scripts/ |
D | symbols.def | 62 png_read_rows @55
|
/external/pdfium/third_party/libpng16/ |
D | pngprefix.h | 295 #define png_read_rows PDFIUM_png_read_rows macro
|
D | png.h | 1372 PNG_EXPORT(55, void, png_read_rows, (png_structrp png_ptr, png_bytepp row,
|
D | pngread.c | 645 png_read_rows(png_structrp png_ptr, png_bytepp row, in png_read_rows() function
|