Searched refs:readRows (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/codec/ |
H A D | SkHeifCodec.cpp | 252 int SkHeifCodec::readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, in readRows() function in SkHeifCodec 406 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels() 498 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
|
H A D | SkJpegCodec.h | 112 int readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, const Options&);
|
H A D | SkHeifCodec.h | 77 int readRows(const SkImageInfo& dstInfo, void* dst,
|
H A D | SkJpegCodec.cpp | 471 int SkJpegCodec::readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, in readRows() function in SkJpegCodec 586 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels() 753 int rows = this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
|
Completed in 4 milliseconds