Home
last modified time | relevance | path

Searched refs:SetGradientColors (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gauge_ffi.cpp157 GaugeModel::GetInstance()->SetGradientColors(colors, weights, type); in FfiOHOSAceFrameworkGaugeSetColorsV2()
164 GaugeModel::GetInstance()->SetGradientColors(colors, weights, type); in FfiOHOSAceFrameworkGaugeSetColorsV2()
200 GaugeModel::GetInstance()->SetGradientColors(colors, weights, type); in FfiOHOSAceFrameworkGaugeSetLinearGradientColors()
212 GaugeModel::GetInstance()->SetGradientColors(colors, weights, type); in FfiOHOSAceFrameworkGaugeSetLinearGradientColors()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgauge_modifier.cpp202 void SetGradientColors(ArkUINodeHandle node, const struct ArkUIGradientType* gradient, uint32_t wei… in SetGradientColors() function
232 GaugeModelNG::SetGradientColors(frameNode, colors, weight, type); in SetGradientColors()
249 SetColors, ResetColors, SetGradientColors, ResetGradientColors in GetGaugeModifier()
261 SetColors, ResetColors, SetGradientColors, ResetGradientColors in GetCJUIGaugeModifier()
H A Dprogress_modifier.cpp59 void SetGradientColors(NG::Gradient& gradient, const ArkUI_Float32* colors, int32_t colorsLength) in SetGradientColors() function
H A Dnode_common_modifier.cpp264 void SetGradientColors(NG::Gradient& gradient, const ArkUIInt32orFloat32* colors, ArkUI_Int32 color… in SetGradientColors() function
1369 SetGradientColors(gradient, colors, colorsLength); in SetLinearGradient()
1408 SetGradientColors(gradient, colors, colorsLength); in SetSweepGradient()
1445 SetGradientColors(gradient, colors, colorsLength); in SetRadialGradient()
1588 SetGradientColors(gradient, colors, colorsLength); in SetBorderImageGradient()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_model_ng.h41 void SetGradientColors(
72 static void SetGradientColors(FrameNode* frameNode, const std::vector<ColorStopArray>& colors,
H A Dgauge_model_ng.cpp63 void GaugeModelNG::SetGradientColors( in SetGradientColors() function in OHOS::Ace::NG::GaugeModelNG
212 void GaugeModelNG::SetGradientColors(FrameNode* frameNode, const std::vector<ColorStopArray>& color… in SetGradientColors() function in OHOS::Ace::NG::GaugeModelNG
H A Dgauge_model.h37 virtual void SetGradientColors(
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gauge.cpp144 SetGradientColors(info); in SetColors()
178 void JSGauge::SetGradientColors(const JSCallbackInfo& info) in SetGradientColors() function in OHOS::Ace::Framework::JSGauge
216 GaugeModel::GetInstance()->SetGradientColors(colors, weights, type); in SetGradientColors()
221 GaugeModel::GetInstance()->SetGradientColors(colors, weights, type); in SetGradientColors()
H A Djs_gauge.h39 static void SetGradientColors(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgauge_model_impl.h33 …void SetGradientColors(const std::vector<NG::ColorStopArray>& colors, const std::vector<float>& va… in SetGradientColors() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_test_ng.cpp975 model.SetGradientColors(colors, VALUES, GaugeType::TYPE_CIRCULAR_MONOCHROME); in __anon035cb6071002()
1017 model.SetGradientColors(colors, VALUES, GaugeType::TYPE_CIRCULAR_SINGLE_SEGMENT_GRADIENT); in __anon035cb6071102()
1075 model.SetGradientColors(colors, VALUES, GaugeType::TYPE_CIRCULAR_MULTI_SEGMENT_GRADIENT); in __anon035cb6071202()
1121 model.SetGradientColors(colors, VALUES, GaugeType::TYPE_CIRCULAR_SINGLE_SEGMENT_GRADIENT); in __anon035cb6071302()
1808 gauge.SetGradientColors(colors, VALUES, type);
1875 gauge.SetGradientColors(Referenced::RawPtr(frameNode_), colors, VALUES, type);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_gauge_bridge.cpp146 void SetGradientColors(const EcmaVM* vm, const Local<JSValueRef>& info, ArkUINodeHandle nativeNode) in SetGradientColors() function
199 SetGradientColors(vm, jsArg, nativeNode); in SetColors()