Searched refs:JsPath2DRect (Results 1 – 7 of 7) sorted by relevance
37 void JsPath2DRect(const JSCallbackInfo& args);
62 JSClass<JSPath2D>::CustomMethod("rect", &JSCanvasPath::JsPath2DRect); in JSBind()
156 void JSCanvasPath::JsPath2DRect(const JSCallbackInfo& info) in JsPath2DRect() function in OHOS::Ace::Framework::JSCanvasPath
242 …static shared_ptr<JsValue> JsPath2DRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV…
235 …static shared_ptr<JsValue> JsPath2DRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsV…
982 path2D->SetProperty(runtime, "rect", runtime->NewFunction(JsPath2DRect)); in JsCreatePath2D()1246 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsPath2DRect(const shared_ptr<JsRuntime>& runtime, in JsPath2DRect() function in OHOS::Ace::Framework::JsiOffscreenCanvasBridge
1181 path2D->SetProperty(runtime, "rect", runtime->NewFunction(JsPath2DRect)); in JsCreatePath2D()1445 shared_ptr<JsValue> JsiCanvasBridge::JsPath2DRect(const shared_ptr<JsRuntime>& runtime, in JsPath2DRect() function in OHOS::Ace::Framework::JsiCanvasBridge