Home
last modified time | relevance | path

Searched refs:JsPath2DLineTo (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.h31 void JsPath2DLineTo(const JSCallbackInfo& args);
H A Djs_path2d.cpp56 JSClass<JSPath2D>::CustomMethod("lineTo", &JSCanvasPath::JsPath2DLineTo); in JSBind()
H A Djs_canvas_path.cpp55 void JSCanvasPath::JsPath2DLineTo(const JSCallbackInfo& info) in JsPath2DLineTo() function in OHOS::Ace::Framework::JSCanvasPath
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.h230 …static shared_ptr<JsValue> JsPath2DLineTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<J…
H A Djsi_offscreen_canvas_bridge.h223 …static shared_ptr<JsValue> JsPath2DLineTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<J…
H A Djsi_offscreen_canvas_bridge.cpp976 path2D->SetProperty(runtime, "lineTo", runtime->NewFunction(JsPath2DLineTo)); in JsCreatePath2D()
1077 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsPath2DLineTo(const shared_ptr<JsRuntime>& runtime, in JsPath2DLineTo() function in OHOS::Ace::Framework::JsiOffscreenCanvasBridge
H A Djsi_canvas_bridge.cpp1175 path2D->SetProperty(runtime, "lineTo", runtime->NewFunction(JsPath2DLineTo)); in JsCreatePath2D()
1276 shared_ptr<JsValue> JsiCanvasBridge::JsPath2DLineTo(const shared_ptr<JsRuntime>& runtime, in JsPath2DLineTo() function in OHOS::Ace::Framework::JsiCanvasBridge