Home
last modified time | relevance | path

Searched refs:rowInfo (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/codec/
DSkBmpRLECodec.cpp525 const SkImageInfo rowInfo = SkImageInfo::Make(this->getInfo().width(), count, kN32_SkColorType, in skipRows() local
528 return count == this->decodeRows(rowInfo, nullptr, 0, this->options()); in skipRows()
DSkBmpCodec.cpp633 SkImageInfo rowInfo = this->dstInfo().makeWH(this->dstInfo().width(), count); in onGetScanlines() local
636 return this->decodeRows(rowInfo, dst, rowBytes, this->options()); in onGetScanlines()
/external/skia/src/codec/
DSkBmpRLECodec.cpp525 const SkImageInfo rowInfo = SkImageInfo::Make(this->getInfo().width(), count, kN32_SkColorType, in skipRows() local
528 return count == this->decodeRows(rowInfo, nullptr, 0, this->options()); in skipRows()
DSkBmpCodec.cpp638 SkImageInfo rowInfo = this->dstInfo().makeWH(this->dstInfo().width(), count); in onGetScanlines() local
641 return this->decodeRows(rowInfo, dst, rowBytes, this->options()); in onGetScanlines()