Searched refs:JsPath2DEllipse (Results 1 – 7 of 7) sorted by relevance
36 void JsPath2DEllipse(const JSCallbackInfo& args);
61 JSClass<JSPath2D>::CustomMethod("ellipse", &JSCanvasPath::JsPath2DEllipse); in JSBind()
134 void JSCanvasPath::JsPath2DEllipse(const JSCallbackInfo& info) in JsPath2DEllipse() function in OHOS::Ace::Framework::JSCanvasPath
240 …static shared_ptr<JsValue> JsPath2DEllipse(const shared_ptr<JsRuntime>& runtime, const shared_ptr<…
233 …static shared_ptr<JsValue> JsPath2DEllipse(const shared_ptr<JsRuntime>& runtime, const shared_ptr<…
981 path2D->SetProperty(runtime, "ellipse", runtime->NewFunction(JsPath2DEllipse)); in JsCreatePath2D()1213 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsPath2DEllipse(const shared_ptr<JsRuntime>& runtime, in JsPath2DEllipse() function in OHOS::Ace::Framework::JsiOffscreenCanvasBridge
1180 path2D->SetProperty(runtime, "ellipse", runtime->NewFunction(JsPath2DEllipse)); in JsCreatePath2D()1412 shared_ptr<JsValue> JsiCanvasBridge::JsPath2DEllipse(const shared_ptr<JsRuntime>& runtime, in JsPath2DEllipse() function in OHOS::Ace::Framework::JsiCanvasBridge