Searched refs:JsPath2DSetTransform (Results 1 – 7 of 7) sorted by relevance
29 void JsPath2DSetTransform(const JSCallbackInfo& args);
54 JSClass<JSPath2D>::CustomMethod("setTransform", &JSCanvasPath::JsPath2DSetTransform); in JSBind()
26 void JSCanvasPath::JsPath2DSetTransform(const JSCallbackInfo& info) in JsPath2DSetTransform() function in OHOS::Ace::Framework::JSCanvasPath
226 static shared_ptr<JsValue> JsPath2DSetTransform(const shared_ptr<JsRuntime>& runtime,
219 static shared_ptr<JsValue> JsPath2DSetTransform(const shared_ptr<JsRuntime>& runtime,
974 path2D->SetProperty(runtime, "setTransform", runtime->NewFunction(JsPath2DSetTransform)); in JsCreatePath2D()1025 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsPath2DSetTransform(const shared_ptr<JsRuntime>& run… in JsPath2DSetTransform() function in OHOS::Ace::Framework::JsiOffscreenCanvasBridge
1173 path2D->SetProperty(runtime, "setTransform", runtime->NewFunction(JsPath2DSetTransform)); in JsCreatePath2D()1224 shared_ptr<JsValue> JsiCanvasBridge::JsPath2DSetTransform(const shared_ptr<JsRuntime>& runtime, in JsPath2DSetTransform() function in OHOS::Ace::Framework::JsiCanvasBridge