Home
last modified time | relevance | path

Searched refs:readRows (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/codec/
DSkHeifCodec.cpp257 int SkHeifCodec::readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, in readRows() function in SkHeifCodec
410 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels()
508 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
DSkJpegCodec.h132 int readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, const Options&);
DSkHeifCodec.h73 int readRows(const SkImageInfo& dstInfo, void* dst,
DSkJpegCodec.cpp540 int SkJpegCodec::readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, in readRows() function in SkJpegCodec
655 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels()
822 int rows = this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()