Home
last modified time | relevance | path

Searched refs:max_point_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
Dpicture.cc444 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 ++()
Dpicture.h121 gfx::Point max_point_; variable