Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkBmpMaskCodec.cpp45 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels()
78 int SkBmpMaskCodec::decodeRows(const SkImageInfo& dstInfo, in decodeRows() function in SkBmpMaskCodec
H A DSkBmpMaskCodec.h54 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
H A DSkBmpStandardCodec.h70 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
H A DSkBmpRLECodec.cpp53 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels()
279 int SkBmpRLECodec::decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, in decodeRows() function in SkBmpRLECodec
292 // Adjust the height and the dst if the previous call to decodeRows() left us in decodeRows()
529 return count == this->decodeRows(rowInfo, nullptr, 0, this->options());
H A DSkBmpCodec.h131 virtual int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
H A DSkBmpRLECodec.h90 int decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes,
115 // on subsequent calls to decodeRows().
H A DSkBmpStandardCodec.cpp54 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts); in onGetPixels()
217 int SkBmpStandardCodec::decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, in decodeRows() function in SkBmpStandardCodec
H A DSkBmpCodec.cpp643 return this->decodeRows(rowInfo, dst, rowBytes, this->options()); in onGetScanlines()

Completed in 4 milliseconds