Home
last modified time | relevance | path

Searched defs:CustomCurve (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_curves_module.cpp371 shared_ptr<JsValue> CustomCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CustomCurve() function
/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.cpp384 ArkUI_CurveHandle CustomCurve(void* userData, float (*interpolate)(float fraction, void* userdata)) in CustomCurve() function
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurve.h267 explicit CustomCurve(const std::function<float(float)>& func) : interpolateFunc_(func) {} in CustomCurve() function in OHOS::Ace::final

Completed in 3 milliseconds