Home
last modified time | relevance | path

Searched refs:jsColorValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gauge.cpp211 JSRef<JSVal> jsColorValue = tempColors->GetValueAt(0); in SetGradientColors() local
212 ConvertGradientColor(jsColorValue, colors, type); in SetGradientColors()
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_utils.cpp694 napi_value jsColorValue; in CreateJsColor() local
695 if (napi_create_uint32(env, context.colorValue_, &jsColorValue) != napi_ok) { in CreateJsColor()
699 return jsColorValue; in CreateJsColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_gauge_bridge.cpp182 auto jsColorValue = tempColors->GetValueAt(vm, jsValue, 0); in SetGradientColors() local
183 ConvertGradientColor(vm, jsColorValue, colors, type); in SetGradientColors()