fn build_row( dims: &[(u32, u32)], indices: Vec<usize>, canvas_w: f32, y: f32, last_row: bool, cfg: LayoutConfig, ) -> LaidRow
Scale, clamp, and place items into a single laid-out row.