Searched refs:GetPath2D (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_offscreen_canvas_bridge.cpp | 719 auto path = GetPath2D(runtime, argv[0]); in JsStroke() 1016 auto toBeAdd = GetPath2D(runtime, argv[0]); in JsPath2DAddPath() 1304 return AceType::MakeRefPtr<CanvasPath2D>(GetPath2D(runtime, argv[0])); in JsMakePath2D() 1312 RefPtr<CanvasPath2D> JsiOffscreenCanvasBridge::GetPath2D( in GetPath2D() function in OHOS::Ace::Framework::JsiOffscreenCanvasBridge 2175 auto path = GetPath2D(runtime, argv[0]); in JsIsPointInStroke() 2218 auto path = GetPath2D(runtime, argv[0]); in JsIsPointInPath()
|
H A D | jsi_canvas_bridge.cpp | 922 auto path = GetPath2D(runtime, argv[0]); in JsStroke() 1215 auto toBeAdd = GetPath2D(runtime, argv[0]); in JsPath2DAddPath() 1503 return AceType::MakeRefPtr<CanvasPath2D>(GetPath2D(runtime, argv[0])); in JsMakePath2D() 1511 RefPtr<CanvasPath2D> JsiCanvasBridge::GetPath2D(const shared_ptr<JsRuntime>& runtime, const shared_… in GetPath2D() function in OHOS::Ace::Framework::JsiCanvasBridge
|
H A D | jsi_canvas_bridge.h | 250 …static RefPtr<CanvasPath2D> GetPath2D(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVal…
|
H A D | jsi_offscreen_canvas_bridge.h | 243 …static RefPtr<CanvasPath2D> GetPath2D(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsVal…
|