Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/codec/
DSkHeifCodec.cpp237 int SkHeifCodec::readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, in readRows() function in SkHeifCodec
396 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels()
488 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
DSkJpegCodec.h110 int readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, const Options&);
DSkHeifCodec.h72 int readRows(const SkImageInfo& dstInfo, void* dst,
DSkJpegCodec.cpp495 int SkJpegCodec::readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, in readRows() function in SkJpegCodec
608 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels()
768 int rows = this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
/third_party/skia/src/codec/
DSkHeifCodec.cpp238 int SkHeifCodec::readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, in readRows() function in SkHeifCodec
391 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels()
483 return this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()
DSkJpegCodec.h110 int readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, const Options&);
DSkHeifCodec.h73 int readRows(const SkImageInfo& dstInfo, void* dst,
DSkJpegCodec.cpp444 int SkJpegCodec::readRows(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, int count, in readRows() function in SkJpegCodec
559 int rows = this->readRows(dstInfo, dst, dstRowBytes, dstInfo.height(), options); in onGetPixels()
726 int rows = this->readRows(this->dstInfo(), dst, dstRowBytes, count, this->options()); in onGetScanlines()