Searched refs:JsPath2DAddPath (Results 1 – 6 of 6) sorted by relevance
53 JSClass<JSPath2D>::CustomMethod("addPath", &JSPath2D::JsPath2DAddPath); in JSBind()68 void JSPath2D::JsPath2DAddPath(const JSCallbackInfo& args) in JsPath2DAddPath() function in OHOS::Ace::Framework::JSPath2D
34 void JsPath2DAddPath(const JSCallbackInfo& args);
224 …static shared_ptr<JsValue> JsPath2DAddPath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<…
217 …static shared_ptr<JsValue> JsPath2DAddPath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<…
973 path2D->SetProperty(runtime, "addPath", runtime->NewFunction(JsPath2DAddPath)); in JsCreatePath2D()989 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsPath2DAddPath(const shared_ptr<JsRuntime>& runtime, in JsPath2DAddPath() function in OHOS::Ace::Framework::JsiOffscreenCanvasBridge
1172 path2D->SetProperty(runtime, "addPath", runtime->NewFunction(JsPath2DAddPath)); in JsCreatePath2D()1188 shared_ptr<JsValue> JsiCanvasBridge::JsPath2DAddPath(const shared_ptr<JsRuntime>& runtime, in JsPath2DAddPath() function in OHOS::Ace::Framework::JsiCanvasBridge