Lines Matching refs:last_row_
615 const int start_row = dec->last_row_; in ApplyInverseTransforms()
633 const int start_row = dec->last_row_; in ApplyInverseTransformsAlpha()
647 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_; in ProcessRows()
648 const int num_rows = row - dec->last_row_; in ProcessRows()
657 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, io->width)) { in ProcessRows()
682 dec->last_row_ = row; in ProcessRows()
683 assert(dec->last_row_ <= dec->height_); in ProcessRows()
1092 const int num_rows = row - dec->last_row_; in ExtractAlphaRows()
1093 const uint32_t* const in = dec->pixels_ + dec->width_ * dec->last_row_; in ExtractAlphaRows()
1102 uint8_t* const dst = (uint8_t*)dec->io_->opaque + width * dec->last_row_; in ExtractAlphaRows()
1107 dec->last_row_ = dec->last_out_row_ = row; in ExtractAlphaRows()
1113 const int num_rows = row - dec->last_row_; in ExtractPalettedAlphaRows()
1115 (uint8_t*)dec->pixels_ + dec->width_ * dec->last_row_; in ExtractPalettedAlphaRows()
1118 dec->last_row_ = dec->last_out_row_ = row; in ExtractPalettedAlphaRows()