Home
last modified time | relevance | path

Searched refs:CreateCustomCurve (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dnative_curve_helper.cpp38 return Rosen::RSAnimationTimingCurve::CreateCustomCurve(customCurve->interpolateFunc_); in ToNativeCurve()
46 return Rosen::RSAnimationTimingCurve::CreateCustomCurve( in ToNativeCurve()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.h51 ArkUICurveHandle CreateCustomCurve(
H A Dnode_api.cpp2020 ArkUICurveHandle CreateCustomCurve(ArkUI_Float32 (*interpolate)(ArkUI_Float32 fraction, void* userData), void* userData) in CreateCustomCurve() function
2022 return ViewAnimate::CreateCustomCurve(interpolate, userData); in CreateCustomCurve()
2053 CreateCustomCurve, in GetAnimationAPI()
2200 CreateCustomCurve, in GetCJUIAnimationAPI()
H A Dnode_animate.cpp494 ArkUICurveHandle CreateCustomCurve(ArkUI_Float32 (*interpolate)(ArkUI_Float32 fraction, void* userData), void* userData) in CreateCustomCurve() function
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_timing_curve_test.cpp33 * @tc.desc: Verify the CreateCustomCurve of animation
45 auto timingCurve = RSAnimationTimingCurve::CreateCustomCurve([](float input) { return input; }); in HWTEST_F()
66 * @tc.desc: Verify the CreateCustomCurve of animation
78 auto timingCurve = RSAnimationTimingCurve::CreateCustomCurve([](float input) { return input * 2.f; }); in HWTEST_F()
99 * @tc.desc: Verify the CreateCustomCurve of animation
111 auto timingCurve = RSAnimationTimingCurve::CreateCustomCurve([](float input) { return 0.f; }); in HWTEST_F()
396 * @tc.desc: Verify the CreateCustomCurve of animation
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_timing_curve.h48 static RSAnimationTimingCurve CreateCustomCurve(const std::function<float(float)>& customCurveFunc);
H A Drs_animation_timing_curve.cpp72 RSAnimationTimingCurve RSAnimationTimingCurve::CreateCustomCurve(const std::function<float(float)>& customCurveFunc) in CreateCustomCurve() function in OHOS::Rosen::RSAnimationTimingCurve
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp311 RefPtr<Curve> CreateCustomCurve(const std::string& aniTimFunc) in CreateCustomCurve() function
369 curve = CreateCustomCurve(aniTimFunc); in CreateCurve()
H A Dutils.h446 ACE_FORCE_EXPORT RefPtr<Curve> CreateCustomCurve(const std::string& aniTimFunc);
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp129 auto customCurve = RSAnimationTimingCurve::CreateCustomCurve([](float input) { return input; }); in RsAnimationTimingCurveFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
H A Drs_animation_test.cpp222 RSAnimationTimingCurve curve = RSAnimationTimingCurve::CreateCustomCurve([](float input) { return input; }); in HWTEST_F()

Completed in 19 milliseconds