Searched refs:rect_history_ (Results 1 – 2 of 2) sorted by relevance
165 SortedRectMap::iterator it = std::lower_bound(rect_history_.begin(), in RectDataForLayer()166 rect_history_.end(), data); in RectDataForLayer()168 if (it == rect_history_.end() || it->layer_id_ != layer_id) { in RectDataForLayer()170 it = rect_history_.insert(it, data); in RectDataForLayer()228 SortedRectMap::iterator cur_pos = rect_history_.begin(); in TrackDamageFromLeftoverRects()239 while (cur_pos < rect_history_.end()) { in TrackDamageFromLeftoverRects()252 if (copy_pos != rect_history_.end()) in TrackDamageFromLeftoverRects()253 rect_history_.erase(copy_pos, rect_history_.end()); in TrackDamageFromLeftoverRects()256 if (rect_history_.capacity() > rect_history_.size() * 4) in TrackDamageFromLeftoverRects()257 SortedRectMap(rect_history_).swap(rect_history_); in TrackDamageFromLeftoverRects()
83 SortedRectMap rect_history_; variable