Searched refs:max_point_ (Results 1 – 2 of 2) sorted by relevance
444 max_point_(-1, -1), in PixelRefIterator()463 max_point_ = gfx::Point(0, 0); in PixelRefIterator()477 max_point_ = gfx::Point( in PixelRefIterator()485 max_point_ = gfx::Point( in PixelRefIterator()486 std::min(max_point_.x(), picture->max_pixel_cell_.x()), in PixelRefIterator()487 std::min(max_point_.y(), picture->max_pixel_cell_.y())); in PixelRefIterator()493 if (current_y_ <= max_point_.y()) in PixelRefIterator()506 DCHECK(current_y_ <= max_point_.y()); in operator ++()512 if (current_x_ > max_point_.x()) { in operator ++()515 if (current_y_ > max_point_.y()) { in operator ++()
121 gfx::Point max_point_; variable