Home
last modified time | relevance | path

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

/external/chromium_org/cc/resources/
Dpicture.cc296 max_pixel_cell_ = gfx::Point(max_x, max_y); in GatherPixelRefs()
423 std::min(max_point_.x(), picture->max_pixel_cell_.x()), in PixelRefIterator()
424 std::min(max_point_.y(), picture->max_pixel_cell_.y())); in PixelRefIterator()
Dpicture.h145 gfx::Point max_pixel_cell_; variable