Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/libpng/
Dexample.c368 png_read_rows(png_ptr, &row_pointers[y], png_bytepp_NULL, 1);
375 png_read_rows(png_ptr, &row_pointers[y], png_bytepp_NULL,
378 png_read_rows(png_ptr, png_bytepp_NULL, &row_pointers[y],
Dlibpng.txt1150 times, or any of that other stuff necessary with png_read_rows().
1161 use png_read_rows() instead. If there is no interlacing (check
1164 png_read_rows(png_ptr, row_pointers, NULL,
1194 png_read_rows() seven times to read in all seven images. Each of the
1232 If you only want the "sparkle" effect, just call png_read_rows() as
1239 png_read_rows(png_ptr, row_pointers, NULL,
1246 png_read_rows(png_ptr, NULL, row_pointers,
1348 reader. Instead of calling png_read_info(), png_read_rows(), and
Dpngread.c858 png_read_rows(png_structp png_ptr, png_bytepp row, in png_read_rows() function
Dpngtest.c1239 png_read_rows(read_ptr, (png_bytepp)&row_buf, png_bytepp_NULL, 1); in test_one_file()
DCHANGES356 Revised png_read_rows() to avoid repeated if-testing for NULL (A Kleinert)
358 and png_read_rows().
/external/skia/third_party/libpng/
Dexample.c569 png_read_rows(png_ptr, &row_pointers[y], NULL, 1);
576 png_read_rows(png_ptr, &row_pointers[y], NULL,
579 png_read_rows(png_ptr, NULL, &row_pointers[y],
Dpngprefix.h332 #define png_read_rows skia_png_read_rows macro
Dpngtest.c1463 png_read_rows(read_ptr, (png_bytepp)&row_buf, NULL, 1); in test_one_file()
Dlibpng-manual.txt2166 of that other stuff necessary with png_read_rows().
2177 use png_read_rows() instead. If there is no interlacing (check
2180 png_read_rows(png_ptr, row_pointers, NULL,
2223 the output image, so you need to supply the same rows to png_read_rows in
2233 If you only want the "sparkle" effect, just call png_read_rows() as
2240 png_read_rows(png_ptr, row_pointers, NULL,
2247 png_read_rows(png_ptr, NULL, row_pointers,
2251 png_read_rows() PNG_INTERLACE_ADAM7_PASSES times to read in all the images.
2257 number of rows to each successive call of png_read_rows(). The calculation
2269 calling png_read_rows() and not call it for that pass if either is zero.
[all …]
Dpng.h1407 PNG_EXPORT(55, void, png_read_rows, (png_structrp png_ptr, png_bytepp row,
Dpngread.c636 png_read_rows(png_structrp png_ptr, png_bytepp row, in png_read_rows() function
/external/libpng/
Dexample.c569 png_read_rows(png_ptr, &row_pointers[y], NULL, 1);
576 png_read_rows(png_ptr, &row_pointers[y], NULL,
579 png_read_rows(png_ptr, NULL, &row_pointers[y],
Dpngtest.c1470 png_read_rows(read_ptr, (png_bytepp)&row_buf, NULL, 1); in test_one_file()
Dlibpng-manual.txt2166 of that other stuff necessary with png_read_rows().
2177 use png_read_rows() instead. If there is no interlacing (check
2180 png_read_rows(png_ptr, row_pointers, NULL,
2223 the output image, so you need to supply the same rows to png_read_rows in
2234 png_read_rows() as
2241 png_read_rows(png_ptr, row_pointers, NULL,
2250 png_read_rows(png_ptr, NULL, row_pointers,
2256 png_read_rows() PNG_INTERLACE_ADAM7_PASSES times to read in all the images.
2262 number of rows to each successive call of png_read_rows(). The calculation
2274 calling png_read_rows() and not call it for that pass if either is zero.
[all …]
Dpng.h1407 PNG_EXPORT(55, void, png_read_rows, (png_structrp png_ptr, png_bytepp row,
Dpngread.c639 png_read_rows(png_structrp png_ptr, png_bytepp row, in png_read_rows() function
DCHANGES381 Revised png_read_rows() to avoid repeated if-testing for NULL (A Kleinert)
383 and png_read_rows().
/external/libpng/scripts/
Dsymbols.def63 png_read_rows @55
/external/pdfium/third_party/libpng16/
Dpng.h1407 PNG_EXPORT(55, void, png_read_rows, (png_structrp png_ptr, png_bytepp row,
Dpngread.c639 png_read_rows(png_structrp png_ptr, png_bytepp row, in png_read_rows() function
/external/syslinux/com32/include/
Dpng.h1835 extern PNG_EXPORT(void,png_read_rows) PNGARG((png_structp png_ptr,