HomeSort by relevance Sort by last modified time
    Searched refs:max_pixel_cell_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/resources/
picture.h 170 gfx::Point max_pixel_cell_; member in class:cc::Picture
picture.cc 383 max_pixel_cell_ = gfx::Point(max_x, max_y);
540 std::min(max_point_.x(), picture->max_pixel_cell_.x()),
541 std::min(max_point_.y(), picture->max_pixel_cell_.y()));

Completed in 223 milliseconds