20 if (geo_result.ok()) {
21 const auto& bounds = *geo_result;
24 .offset_y_tiles = bounds.min_y_tiles,
25 .width_tiles = std::max(1, bounds.width_tiles),
26 .height_tiles = std::max(1, bounds.height_tiles),
32 if (dim_table.IsLoaded()) {
33 auto sel = dim_table.GetSelectionBounds(obj.
id_, obj.
size_);
36 .offset_y_tiles = sel.offset_y,
37 .width_tiles = std::max(1, sel.width),
38 .height_tiles = std::max(1, sel.height),
43 int size = obj.
size_ & 0x0F;
47 .width_tiles = std::max(1, 2 + size * 2),