Home
last modified time | relevance | path

Searched refs:JSPath (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_path.cpp45 void JSPath::Create(const JSCallbackInfo& info) in Create()
58 void JSPath::SetCommands(const std::string& commands) in SetCommands()
63 void JSPath::ObjectCommands(const JSCallbackInfo& info) in ObjectCommands()
74 void JSPath::ConstructorCallback(const JSCallbackInfo& info) in ConstructorCallback()
76 auto jsPath = AceType::MakeRefPtr<JSPath>(); in ConstructorCallback()
90 void JSPath::DestructorCallback(JSPath* jsPath) in DestructorCallback()
97 void JSPath::JSBind(BindingTarget globalObj) in JSBind()
99 JSClass<JSPath>::Declare("Path"); in JSBind()
100 JSClass<JSPath> in JSBind()
[all...]
H A Djs_path.h24 class JSPath : public JSShapeAbstract { class
25 DECLARE_ACE_TYPE(JSPath, JSShapeAbstract);
32 static void DestructorCallback(JSPath* obj);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp523 { "Path", JSPath::JSBind },
631 { "Path", JSPath::JSBind },
H A Djsi_view_register_impl_ng.cpp519 JSPath::JSBind(globalObj); in JsBindViews()

Completed in 4 milliseconds