Searched refs:JsPath2DClosePath (Results 1 – 7 of 7) sorted by relevance
38 void JsPath2DClosePath(const JSCallbackInfo& args);
63 JSClass<JSPath2D>::CustomMethod("closePath", &JSCanvasPath::JsPath2DClosePath); in JSBind()
171 void JSCanvasPath::JsPath2DClosePath(const JSCallbackInfo& info) in JsPath2DClosePath() function in OHOS::Ace::Framework::JSCanvasPath
244 …static shared_ptr<JsValue> JsPath2DClosePath(const shared_ptr<JsRuntime>& runtime, const shared_pt…
237 static shared_ptr<JsValue> JsPath2DClosePath(const shared_ptr<JsRuntime>& runtime,
983 path2D->SetProperty(runtime, "closePath", runtime->NewFunction(JsPath2DClosePath)); in JsCreatePath2D()1272 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsPath2DClosePath(const shared_ptr<JsRuntime>& runtim… in JsPath2DClosePath() function in OHOS::Ace::Framework::JsiOffscreenCanvasBridge
1182 path2D->SetProperty(runtime, "closePath", runtime->NewFunction(JsPath2DClosePath)); in JsCreatePath2D()1471 shared_ptr<JsValue> JsiCanvasBridge::JsPath2DClosePath(const shared_ptr<JsRuntime>& runtime, in JsPath2DClosePath() function in OHOS::Ace::Framework::JsiCanvasBridge