Searched refs:last_pos_ (Results 1 – 4 of 4) sorted by relevance
191 const PixOrCopy* last_pos_; // sentinel for switching to next block member206 if (++c->cur_pos == c->last_pos_) VP8LRefsCursorNextBlock(c); in VP8LRefsCursorNext()
119 c.last_pos_ = c.cur_pos + c.cur_block_->size_; in VP8LRefsCursorInit()122 c.last_pos_ = NULL; in VP8LRefsCursorInit()130 c->last_pos_ = (b == NULL) ? NULL : b->start_ + b->size_; in VP8LRefsCursorNextBlock()
840 last_pos_(nullptr), in TopLevelLiveRange()972 splinter()->last_pos_->set_next(splinter_temp.first_pos_); in Splinter()975 splinter()->last_pos_ = last_in_splinter; in Splinter()978 splinter()->last_pos_ == nullptr) { in Splinter()979 splinter()->last_pos_ = splinter()->first_pos(); in Splinter()982 splinter()->last_pos_ = pos; in Splinter()
657 UsePosition* last_pos_; variable