Home
last modified time | relevance | path

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

/external/skia/experimental/rust_png/decoder/impl/
DSkPngRustCodec.cpp676 rust::Slice<const uint8_t> decodedRow; in incrementalDecode() local
679 Result result = ToSkCodecResult(fReader->next_interlaced_row(decodedRow)); in incrementalDecode()
687 if (decodedRow.empty()) { // This is how FFI layer says "no more rows". in incrementalDecode()
709 this->expandDecodedInterlacedRow(decodingState.fDst, decodedRow, decodingState); in incrementalDecode()
712 decodingState.fPreblendBuffer, decodedRow, decodingState); in incrementalDecode()
719 this->applyXformRow(decodingState.fDst, decodedRow); in incrementalDecode()
721 this->applyXformRow(decodingState.fPreblendBuffer, decodedRow); in incrementalDecode()