Searched refs:JsPath2DLineTo (Results 1 – 7 of 7) sorted by relevance
31 void JsPath2DLineTo(const JSCallbackInfo& args);
56 JSClass<JSPath2D>::CustomMethod("lineTo", &JSCanvasPath::JsPath2DLineTo); in JSBind()
55 void JSCanvasPath::JsPath2DLineTo(const JSCallbackInfo& info) in JsPath2DLineTo() function in OHOS::Ace::Framework::JSCanvasPath
230 …static shared_ptr<JsValue> JsPath2DLineTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<J…
223 …static shared_ptr<JsValue> JsPath2DLineTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<J…
976 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
1175 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