Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkBmpMaskCodec.cpp52 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels()
73 int SkBmpMaskCodec::decodeRows(const SkImageInfo& dstInfo, in decodeRows() function in SkBmpMaskCodec
DSkBmpRLECodec.cpp58 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels()
300 int SkBmpRLECodec::decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, in decodeRows() function in SkBmpRLECodec
509 return count == this->decodeRows(rowInfo, nullptr, 0, this->options()); in skipRows()
DSkBmpMaskCodec.h52 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
DSkBmpStandardCodec.h77 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
DSkBmpStandardCodec.cpp60 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels()
213 int SkBmpStandardCodec::decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, in decodeRows() function in SkBmpStandardCodec
DSkBmpCodec.h128 virtual int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
DSkBmpRLECodec.h90 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
DSkBmpCodec.cpp585 return this->decodeRows(rowInfo, dst, rowBytes, this->options()); in onGetScanlines()