Searched refs:degreeRotation (Results 1 – 1 of 1) sorted by relevance
6942 std::optional<float> degreeRotation; in ParseSweepGradientPartly() local6946 GetJsAngle(static_cast<int32_t>(ArkUIIndex::ROTATION), obj, degreeRotation); in ParseSweepGradientPartly()6950 … GetJsAngleWithDefault(static_cast<int32_t>(ArkUIIndex::ROTATION), obj, degreeRotation, 0.0f); in ParseSweepGradientPartly()6960 if (degreeRotation) { in ParseSweepGradientPartly()6961 CheckAngle(degreeRotation); in ParseSweepGradientPartly()6962 …newGradient.GetSweepGradient()->rotation = CalcDimension(degreeRotation.value(), DimensionUnit::PX… in ParseSweepGradientPartly()