Home
last modified time | relevance | path

Searched refs:degreeRotation (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp6942 std::optional<float> degreeRotation; in ParseSweepGradientPartly() local
6946 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()