/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_gauge_ffi.cpp | 157 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 D | gauge_modifier.cpp | 202 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 D | progress_modifier.cpp | 59 void SetGradientColors(NG::Gradient& gradient, const ArkUI_Float32* colors, int32_t colorsLength) in SetGradientColors() function
|
H A D | node_common_modifier.cpp | 264 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 D | gauge_model_ng.h | 41 void SetGradientColors( 72 static void SetGradientColors(FrameNode* frameNode, const std::vector<ColorStopArray>& colors,
|
H A D | gauge_model_ng.cpp | 63 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 D | gauge_model.h | 37 virtual void SetGradientColors(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_gauge.cpp | 144 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 D | js_gauge.h | 39 static void SetGradientColors(const JSCallbackInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | gauge_model_impl.h | 33 …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 D | gauge_test_ng.cpp | 975 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 D | arkts_native_gauge_bridge.cpp | 146 void SetGradientColors(const EcmaVM* vm, const Local<JSValueRef>& info, ArkUINodeHandle nativeNode) in SetGradientColors() function 199 SetGradientColors(vm, jsArg, nativeNode); in SetColors()
|