Home
last modified time | relevance | path

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 Djsi_canvas_bridge.h55 …static shared_ptr<JsValue> JsAddColorStop(const shared_ptr<JsRuntime>& runtime, const shared_ptr<J…
H A Djsi_offscreen_canvas_bridge.h64 …static shared_ptr<JsValue> JsAddColorStop(const shared_ptr<JsRuntime>& runtime, const shared_ptr<J…
H A Djsi_offscreen_canvas_bridge.cpp325 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 Djsi_canvas_bridge.cpp537 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