Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/utils/common/src/
H A Danimation_curve.cpp63 return AnimationCurve::CreateStepsCurve(curve); in __anon7e1d6ef40602()
115 RosenCurveType AnimationCurve::CreateStepsCurve(const std::vector<float> &curve) in CreateStepsCurve() function in OHOS::Msdp::DeviceStatus::AnimationCurve
123 return RosenCurveType::CreateStepsCurve(steps, stepPosition); in CreateStepsCurve()
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Danimation_curve.h41 static RosenCurveType CreateStepsCurve(const std::vector<float> &curve);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.h41 ArkUICurveHandle CreateStepsCurve(ArkUI_Int32 count, ArkUI_Bool end);
H A Dnode_api.cpp1982 ArkUICurveHandle CreateStepsCurve(ArkUI_Int32 count, ArkUI_Bool end) in CreateStepsCurve() function
1984 return ViewAnimate::CreateStepsCurve(count, end); in CreateStepsCurve()
2043 CreateStepsCurve, in GetAnimationAPI()
2190 CreateStepsCurve, in GetCJUIAnimationAPI()
H A Dnode_animate.cpp523 ArkUICurveHandle CreateStepsCurve(ArkUI_Int32 count, ArkUI_Bool end) in CreateStepsCurve() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dnative_curve_helper.cpp43 return Rosen::RSAnimationTimingCurve::CreateStepsCurve(stepsCurve->steps_, in ToNativeCurve()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_timing_curve.h50 static RSAnimationTimingCurve CreateStepsCurve(int32_t steps, StepsCurvePosition position);
H A Drs_animation_timing_curve.cpp112 RSAnimationTimingCurve RSAnimationTimingCurve::CreateStepsCurve(int32_t steps, StepsCurvePosition p… in CreateStepsCurve() function in OHOS::Rosen::RSAnimationTimingCurve
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_timing_curve_test.cpp243 auto timingCurve = RSAnimationTimingCurve::CreateStepsCurve(5, StepsCurvePosition::START);
276 auto timingCurve = RSAnimationTimingCurve::CreateStepsCurve(5, StepsCurvePosition::END);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_curves_module.cpp188 bool CreateStepsCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CreateStepsCurve() function
290 curveCreated = CreateStepsCurve(runtime, thisObj, argv, argc, curve); in ParseCurves()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp128 auto stepCurve = RSAnimationTimingCurve::CreateStepsCurve(steps, position); in RsAnimationTimingCurveFuzzTest()