Searched refs:startDim (Results 1 – 1 of 1) sorted by relevance
919 std::optional<CalcDimension> startDim; in ParseOuterBorderWidth() local927 ArkTSUtils::ParseOuterBorderForDashParams(vm, startArgs, startDim); in ParseOuterBorderWidth()936 if (startDim.has_value() || endDim.has_value()) { in ParseOuterBorderWidth()937 PushOuterBorderDimensionVector(startDim, values); in ParseOuterBorderWidth()