Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libpng.cpp165 png_read_rows(png_ptr, &tmp, png_bytepp_NULL, 1); in skip_src_rows()
400 png_read_rows(png_ptr, &bmRow, png_bytepp_NULL, 1); in onDecode()
440 png_read_rows(png_ptr, &bmRow, png_bytepp_NULL, 1); in onDecode()
457 png_read_rows(png_ptr, &tmp, png_bytepp_NULL, 1); in onDecode()
875 png_read_rows(png_ptr, &bmRow, png_bytepp_NULL, 1); in onDecodeSubset()
880 png_read_rows(png_ptr, &bmRow, png_bytepp_NULL, 1); in onDecodeSubset()
919 png_read_rows(png_ptr, &base, png_bytepp_NULL, 1); in onDecodeSubset()
924 png_read_rows(png_ptr, &bmRow, png_bytepp_NULL, 1); in onDecodeSubset()
942 png_read_rows(png_ptr, &srcRow, png_bytepp_NULL, 1); in onDecodeSubset()
946 png_read_rows(png_ptr, &tmp, png_bytepp_NULL, 1); in onDecodeSubset()
/external/skia/src/codec/
DSkCodec_libpng.cpp557 png_read_rows(fPng_ptr, &bmRow, png_bytepp_NULL, 1); in onGetPixels()
572 png_read_rows(fPng_ptr, &srcRow, png_bytepp_NULL, 1); in onGetPixels()
612 png_read_rows(fCodec->fPng_ptr, &fSrcRow, png_bytepp_NULL, 1); in onGetScanlines()
628 png_read_rows(fCodec->fPng_ptr, png_bytepp_NULL, png_bytepp_NULL, count); in onSkipScanlines()
/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.c1392 png_read_rows(read_ptr, (png_bytepp)&row_buf, NULL, 1); in test_one_file()
Dlibpng-manual.txt2160 of that other stuff necessary with png_read_rows().
2171 use png_read_rows() instead. If there is no interlacing (check
2174 png_read_rows(png_ptr, row_pointers, NULL,
2217 the output image, so you need to supply the same rows to png_read_rows in
2227 If you only want the "sparkle" effect, just call png_read_rows() as
2234 png_read_rows(png_ptr, row_pointers, NULL,
2241 png_read_rows(png_ptr, NULL, row_pointers,
2245 png_read_rows() PNG_INTERLACE_ADAM7_PASSES times to read in all the images.
2251 number of rows to each successive call of png_read_rows(). The calculation
2263 calling png_read_rows() and not call it for that pass if either is zero.
[all …]
Dpng.h1495 PNG_EXPORT(55, void, png_read_rows, (png_structrp png_ptr, png_bytepp row,
Dpngread.c643 png_read_rows(png_structrp png_ptr, png_bytepp row, in png_read_rows() function
DCHANGES374 Revised png_read_rows() to avoid repeated if-testing for NULL (A Kleinert)
376 and png_read_rows().
/external/libpng/scripts/
Dsymbols.def63 png_read_rows @55
/external/skia/third_party/libpng/
Dpngprefix.h328 #define png_read_rows skia_png_read_rows macro
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpng.h462 #define png_read_rows FOXIT_png_read_rows macro
1804 PNG_EXPORT(55, void, png_read_rows, (png_structrp png_ptr, png_bytepp row,
Dfx_pngread.c567 png_read_rows(png_structrp png_ptr, png_bytepp row, in png_read_rows() function