Function taffy::compute::grid::placement::place_indefinitely_positioned_item

source ยท
fn place_indefinitely_positioned_item(
    cell_occupancy_matrix: &CellOccupancyMatrix,
    placement: InBothAbsAxis<Line<GenericGridPlacement<OriginZeroLine>>>,
    auto_flow: GridAutoFlow,
    grid_position: (OriginZeroLine, OriginZeroLine),
) -> (Line<OriginZeroLine>, Line<OriginZeroLine>)
Expand description

8.5. Grid Item Placement Algorithm Step 4. Position the remaining grid items.