Lines Matching refs:last_row_
702 const int start_row = dec->last_row_; in ApplyInverseTransforms()
720 const int start_row = dec->last_row_; in ApplyInverseTransformsAlpha()
734 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_; in ProcessRows()
735 const int num_rows = row - dec->last_row_; in ProcessRows()
745 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, in_stride)) { in ProcessRows()
769 dec->last_row_ = row; in ProcessRows()
770 assert(dec->last_row_ <= dec->height_); in ProcessRows()
790 const int num_rows = row - dec->last_row_; in ExtractPalettedAlphaRows()
792 (uint8_t*)dec->pixels_ + dec->width_ * dec->last_row_; in ExtractPalettedAlphaRows()
796 dec->last_row_ = dec->last_out_row_ = row; in ExtractPalettedAlphaRows()
1442 const int num_rows = row - dec->last_row_; in ExtractAlphaRows()
1443 const uint32_t* const in = dec->pixels_ + dec->width_ * dec->last_row_; in ExtractAlphaRows()
1452 uint8_t* const dst = (uint8_t*)dec->io_->opaque + width * dec->last_row_; in ExtractAlphaRows()
1457 dec->last_row_ = dec->last_out_row_ = row; in ExtractAlphaRows()