Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkBmpCodec.cpp582 SkImageInfo rowInfo = this->dstInfo().makeWH(this->dstInfo().width(), count); in onGetScanlines() local
585 return this->decodeRows(rowInfo, dst, rowBytes, this->options()); in onGetScanlines()
DSkBmpRLECodec.cpp506 const SkImageInfo rowInfo = SkImageInfo::Make(this->getInfo().width(), count, kN32_SkColorType, in skipRows() local
509 return count == this->decodeRows(rowInfo, nullptr, 0, this->options()); in skipRows()