Searched refs:decodedRow (Results 1 – 1 of 1) sorted by relevance
676 rust::Slice<const uint8_t> decodedRow; in incrementalDecode() local679 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()