Home
last modified time | relevance | path

Searched refs:InitCurve (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.h110 ArkUI_CurveHandle InitCurve(ArkUI_AnimationCurve animationCurve);
H A Danimate_impl.cpp263 ArkUI_CurveHandle InitCurve(ArkUI_AnimationCurve animationCurve) in InitCurve() function
H A Dnode_animate.cpp658 return OHOS::Ace::AnimateModel::InitCurve(curve); in OH_ArkUI_Curve_CreateCurveByType()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_curves_module.cpp95 shared_ptr<JsValue> InitCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in InitCurve() function
395 moduleObj->SetProperty(runtime, INIT_CURVE, runtime->NewFunction(InitCurve)); in InitCurvesModule()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Danimate_impl_test.cpp46 * @tc.desc: Test InitCurve function.
51 ArkUI_CurveHandle curve = InitCurve(ArkUI_AnimationCurve::ARKUI_CURVE_EASE); in HWTEST_F()
125 * @tc.desc: Test InitCurve function.
131 ArkUI_CurveHandle curve = InitCurve(ArkUI_AnimationCurve::ARKUI_CURVE_EASE); in HWTEST_F()

Completed in 5 milliseconds