Searched defs:decodeRows (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/codec/
H A DSkBmpMaskCodec.cpp45 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts);
78 int SkBmpMaskCodec::decodeRows(const SkImageInfo& dstInfo, function in class:SkBmpMaskCodec
H A DSkBmpRLECodec.cpp50 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts);
276 int SkBmpRLECodec::decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, function in class:SkBmpRLECodec
290 // Adjust the height and the dst if the previous call to decodeRows() left us
528 return count == this->decodeRows(rowInfo, nullptr, 0, this->options());
H A DSkBmpStandardCodec.cpp53 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts);
205 int SkBmpStandardCodec::decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, function in class:SkBmpStandardCodec
/external/skqp/src/codec/
H A DSkBmpMaskCodec.cpp45 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts);
78 int SkBmpMaskCodec::decodeRows(const SkImageInfo& dstInfo, function in class:SkBmpMaskCodec
H A DSkBmpRLECodec.cpp50 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts);
276 int SkBmpRLECodec::decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, function in class:SkBmpRLECodec
290 // Adjust the height and the dst if the previous call to decodeRows() left us
528 return count == this->decodeRows(rowInfo, nullptr, 0, this->options());
H A DSkBmpStandardCodec.cpp53 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts);
205 int SkBmpStandardCodec::decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, function in class:SkBmpStandardCodec

Completed in 1398 milliseconds