Searched refs:readRows (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/codec/ |
D | SkHeifCodec.cpp | 257 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()
|
D | SkJpegCodec.h | 132 int readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, const Options&);
|
D | SkHeifCodec.h | 73 int readRows(const SkImageInfo& dstInfo, void* dst,
|
D | SkJpegCodec.cpp | 540 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()
|