Searched refs:max_pixel_cell_ (Results 1 – 2 of 2) sorted by relevance
296 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()
145 gfx::Point max_pixel_cell_; variable