Searched defs:readRows (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/codec/
H A DSkHeifCodec.cpp208 int SkHeifCodec::readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, function in class:SkHeifCodec
290 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options);
380 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options());
H A DSkJpegCodec.cpp487 int SkJpegCodec::readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, function in class:SkJpegCodec
605 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options);
754 int rows = this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options());

Completed in 305 milliseconds