Home
last modified time | relevance | path

Searched refs:stepCurve (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnode_animate_test.cpp111 auto stepCurve = OH_ArkUI_Curve_CreateStepsCurve(1, true); in HWTEST_F() local
119 ASSERT_NE(stepCurve, nullptr); in HWTEST_F()
148 OH_ArkUI_Curve_DisposeCurve(stepCurve); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp131 auto stepCurve = RSAnimationTimingCurve::CreateStepsCurve(steps, position); in RsAnimationTimingCurveFuzzTest() local
135 auto copyCurve = std::make_shared<RSAnimationTimingCurve>(stepCurve); in RsAnimationTimingCurveFuzzTest()

Completed in 3 milliseconds