Home | History | Annotate | Download | only in base

Lines Matching refs:consider_bottom_

373       consider_bottom_(-1),
398 consider_bottom_ =
415 ignore_bottom_ = std::min(ignore_bottom_, consider_bottom_);
419 ignore_top_ == consider_top_ && ignore_bottom_ == consider_bottom_) {
453 if (index_y_ > consider_bottom_)
474 consider_bottom_(-1),
505 consider_bottom_ =
520 ignore_bottom_ = std::min(ignore_bottom_, consider_bottom_);
524 consider_bottom_) {
633 if (valid_column() && consider_bottom_ < index_y_)
634 steps_to_take = index_y_ - consider_bottom_ - 1;
650 can_hit_consider_rect |= consider_bottom_ >= index_y_;