Searched refs:JsPath2DMoveTo (Results 1 – 7 of 7) sorted by relevance
30 void JsPath2DMoveTo(const JSCallbackInfo& args);
55 JSClass<JSPath2D>::CustomMethod("moveTo", &JSCanvasPath::JsPath2DMoveTo); in JSBind()
43 void JSCanvasPath::JsPath2DMoveTo(const JSCallbackInfo& info) in JsPath2DMoveTo() function in OHOS::Ace::Framework::JSCanvasPath
228 …static shared_ptr<JsValue> JsPath2DMoveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<J…
221 …static shared_ptr<JsValue> JsPath2DMoveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<J…
975 path2D->SetProperty(runtime, "moveTo", runtime->NewFunction(JsPath2DMoveTo)); in JsCreatePath2D()1052 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsPath2DMoveTo(const shared_ptr<JsRuntime>& runtime, in JsPath2DMoveTo() function in OHOS::Ace::Framework::JsiOffscreenCanvasBridge
1174 path2D->SetProperty(runtime, "moveTo", runtime->NewFunction(JsPath2DMoveTo)); in JsCreatePath2D()1251 shared_ptr<JsValue> JsiCanvasBridge::JsPath2DMoveTo(const shared_ptr<JsRuntime>& runtime, in JsPath2DMoveTo() function in OHOS::Ace::Framework::JsiCanvasBridge