Searched refs:laneConstrain (Results 1 – 2 of 2) sorted by relevance
362 …d RenderList::ModifyLaneLength(const std::optional<std::pair<Dimension, Dimension>>& laneConstrain) in ModifyLaneLength() argument364 minLaneLength_ = GetLaneLengthInPx(laneConstrain.value().first); in ModifyLaneLength()365 maxLaneLength_ = GetLaneLengthInPx(laneConstrain.value().second); in ModifyLaneLength()384 auto laneConstrain = component_->GetLaneConstrain(); in CalculateLanes() local388 if (!laneConstrain) { in CalculateLanes()408 ModifyLaneLength(laneConstrain); in CalculateLanes()
364 void ModifyLaneLength(const std::optional<std::pair<Dimension, Dimension>>& laneConstrain);