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

/external/chromium_org/cc/resources/
H A Dpicture.h145 gfx::Point max_pixel_cell_; member in class:cc::Picture
H A Dpicture.cc296 max_pixel_cell_ = gfx::Point(max_x, max_y);
423 std::min(max_point_.x(), picture->max_pixel_cell_.x()),
424 std::min(max_point_.y(), picture->max_pixel_cell_.y()));

Completed in 41 milliseconds