Searched refs:JsAddColorStop (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_canvas_bridge.h | 55 …static shared_ptr<JsValue> JsAddColorStop(const shared_ptr<JsRuntime>& runtime, const shared_ptr<J…
|
H A D | jsi_offscreen_canvas_bridge.h | 64 …static shared_ptr<JsValue> JsAddColorStop(const shared_ptr<JsRuntime>& runtime, const shared_ptr<J…
|
H A D | jsi_offscreen_canvas_bridge.cpp | 325 gradient->SetProperty(runtime, "addColorStop", runtime->NewFunction(JsAddColorStop)); in JsCreateLinearGradient() 346 gradient->SetProperty(runtime, "addColorStop", runtime->NewFunction(JsAddColorStop)); in JsCreateRadialGradient() 360 shared_ptr<JsValue> JsiOffscreenCanvasBridge::JsAddColorStop(const shared_ptr<JsRuntime>& runtime, in JsAddColorStop() function in OHOS::Ace::Framework::JsiOffscreenCanvasBridge
|
H A D | jsi_canvas_bridge.cpp | 537 gradient->SetProperty(runtime, "addColorStop", runtime->NewFunction(JsAddColorStop)); in JsCreateLinearGradient() 558 gradient->SetProperty(runtime, "addColorStop", runtime->NewFunction(JsAddColorStop)); in JsCreateRadialGradient() 572 shared_ptr<JsValue> JsiCanvasBridge::JsAddColorStop(const shared_ptr<JsRuntime>& runtime, in JsAddColorStop() function in OHOS::Ace::Framework::JsiCanvasBridge
|