Searched refs:decodeRows (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/codec/ |
D | SkBmpMaskCodec.cpp | 47 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() 80 int SkBmpMaskCodec::decodeRows(const SkImageInfo& dstInfo, in decodeRows() function in SkBmpMaskCodec
|
D | SkBmpRLECodec.cpp | 51 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() 286 int SkBmpRLECodec::decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, in decodeRows() function in SkBmpRLECodec 538 return count == this->decodeRows(rowInfo, nullptr, 0, this->options()); in skipRows()
|
D | SkBmpMaskCodec.h | 55 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
|
D | SkBmpStandardCodec.h | 79 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
|
D | SkBmpRLECodec.h | 89 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
|
D | SkBmpCodec.h | 142 virtual int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
|
D | SkBmpStandardCodec.cpp | 57 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels() 228 int SkBmpStandardCodec::decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, in decodeRows() function in SkBmpStandardCodec
|
D | SkBmpCodec.cpp | 637 return this->decodeRows(rowInfo, dst, rowBytes, this->options()); in onGetScanlines()
|