Home
last modified time | relevance | path

Searched refs:JsPath2DClosePath (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_path.h38 void JsPath2DClosePath(const JSCallbackInfo& args);
H A Djs_path2d.cpp63 JSClass<JSPath2D>::CustomMethod("closePath", &JSCanvasPath::JsPath2DClosePath); in JSBind()
H A Djs_canvas_path.cpp171 void JSCanvasPath::JsPath2DClosePath(const JSCallbackInfo& info) in JsPath2DClosePath() function in OHOS::Ace::Framework::JSCanvasPath
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.h244 …static shared_ptr<JsValue> JsPath2DClosePath(const shared_ptr<JsRuntime>& runtime, const shared_pt…
H A Djsi_offscreen_canvas_bridge.h237 static shared_ptr<JsValue> JsPath2DClosePath(const shared_ptr<JsRuntime>& runtime,
H A Djsi_offscreen_canvas_bridge.cpp983 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
H A Djsi_canvas_bridge.cpp1182 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