Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkHeifCodec.cpp252 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 DSkJpegCodec.h112 int readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, const Options&);
H A DSkHeifCodec.h77 int readRows(const SkImageInfo& dstInfo, void* dst,
H A DSkJpegCodec.cpp471 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