Home
last modified time | relevance | path

Searched refs:GradientColor (Results 1 - 25 of 74) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_progress_theme.h38 NG::GradientColor endSideColor; in ApplyTheme()
39 NG::GradientColor beginSideColor; in ApplyTheme()
57 NG::GradientColor endSideColor; in ApplyTheme()
58 NG::GradientColor beginSideColor; in ApplyTheme()
H A Djs_data_panel_theme.h35 OHOS::Ace::NG::GradientColor gradientColorStart; in ApplyTheme()
39 OHOS::Ace::NG::GradientColor gradientColorEnd; in ApplyTheme()
/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgradient_arithmetic.h38 GradientColor gradientColor;
49 GradientColor gradientColor;
68 GradientColor gradientColor;
79 GradientColor gradientColor;
93 GradientColor gradientColor;
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Dgradient_style_modifier_test.cpp44 GradientColor colorBegin; in HWTEST_F()
45 GradientColor colorEnd; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_panel_ffi.cpp99 OHOS::Ace::NG::GradientColor gradientColorStart; in FfiOHOSAceFrameworkDataPanelSetValueColors()
104 OHOS::Ace::NG::GradientColor gradientColorEnd; in FfiOHOSAceFrameworkDataPanelSetValueColors()
136 OHOS::Ace::NG::GradientColor gradientColorStart; in FfiOHOSAceFrameworkDataPanelSetTrackShadow()
141 OHOS::Ace::NG::GradientColor gradientColorEnd; in FfiOHOSAceFrameworkDataPanelSetTrackShadow()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_stop_declaration.h24 GradientColor gradientColor;
55 const GradientColor& GetGradientColor() const in GetGradientColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.h104 class GradientColor final {
106 GradientColor() = default;
107 ~GradientColor() = default;
109 explicit GradientColor(const Color& color) in GradientColor() function in OHOS::Ace::NG::final
181 bool operator==(const GradientColor& other) const in operator ==()
268 void AddColor(const GradientColor& color);
304 const std::vector<GradientColor>& GetColors() const in GetColors()
502 std::vector<GradientColor> colors_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.h82 std::vector<GradientColor>& gradientColor) const;
84 std::vector<GradientColor>& gradientColors) const;
86 std::vector<GradientColor>& gradientColors) const;
113 std::vector<GradientColor> GetRingProgressGradientColors() const;
H A Dprogress_paint_method.cpp71 GradientColor gradientColorEnd; in GenerateRingProgressColor()
72 GradientColor gradientColorStart; in GenerateRingProgressColor()
H A Dprogress_pattern.h127 GradientColor gradientColorEnd; in convertGradient()
128 GradientColor gradientColorStart; in convertGradient()
H A Dprogress_modifier.cpp835 GradientColor gradientColorEnd; in GenerateLinearSweepingGradientInfo()
843 GradientColor gradientColorMiddle; in GenerateLinearSweepingGradientInfo()
852 GradientColor gradientColorStart; in GenerateLinearSweepingGradientInfo()
927 std::vector<GradientColor> ProgressModifier::GetRingProgressGradientColors() const in GetRingProgressGradientColors()
930 std::vector<GradientColor> gradientColors = gradient.GetColors(); in GetRingProgressGradientColors()
938 GradientColor endColor; in GetRingProgressGradientColors()
939 GradientColor beginColor; in GetRingProgressGradientColors()
956 std::vector<GradientColor> gradientColors = GetRingProgressGradientColors(); in PaintRingProgressOrShadow()
986 std::vector<GradientColor>& gradientColors) const in PaintWhole()
1037 std::vector<GradientColor> in PaintBeginHalf()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_gradient.cpp58 GradientColor color; in addColorStop()
66 GradientColor color; in addColorStop()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_paint_method.cpp28 GradientColor CreatePercentGradientColor(float percent, Color color) in CreatePercentGradientColor()
30 NG::GradientColor gredient = GradientColor(color); in CreatePercentGradientColor()
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_stop.h34 const GradientColor& GetGradientColor() const in GetGradientColor()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_gradient.cpp31 GradientColor color; in AddColorStop()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_stop.h33 const Ace::GradientColor& GetGradientColor() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_paint_method.cpp88 GradientColor gradientColorStart; in CreateGradient()
92 GradientColor gradientColorEnd; in CreateGradient()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddata_panel_modifier.cpp84 OHOS::Ace::NG::GradientColor gradientColorStart; in ConvertThemeColor()
88 OHOS::Ace::NG::GradientColor gradientColorEnd; in ConvertThemeColor()
110 OHOS::Ace::NG::GradientColor gradientColor; in SetValueColors()
147 OHOS::Ace::NG::GradientColor gradientColor; in SetTrackShadow()
H A Dprogress_modifier.cpp57 NG::GradientColor gradientColor; in SetGradientColors()
109 OHOS::Ace::NG::GradientColor gradientColor; in SetProgressGradientColor()
124 NG::GradientColor endSideColor; in SetProgressColor()
125 NG::GradientColor beginSideColor; in SetProgressColor()
160 OHOS::Ace::NG::GradientColor endSideColor; in ResetProgressColor()
161 OHOS::Ace::NG::GradientColor beginSideColor; in ResetProgressColor()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_stop_component.h37 const GradientColor& GetGradientColor() const in GetGradientColor()
H A Dsvg_gradient_component.h75 void AddGradientColor(const GradientColor& gradientColor) in AddGradientColor()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.h255 class GradientColor final {
257 GradientColor() = default;
258 ~GradientColor() = default;
260 explicit GradientColor(const Color& color) in GradientColor() function in OHOS::Ace::final
391 void AddColor(const GradientColor& color);
427 const std::vector<GradientColor>& GetColors() const in GetColors()
607 std::vector<GradientColor> colors_;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_data_panel.cpp286 OHOS::Ace::NG::GradientColor gradientColor; in ConvertGradientColor()
300 OHOS::Ace::NG::GradientColor gradientColorStart; in ConvertResourceColor()
304 OHOS::Ace::NG::GradientColor gradientColorEnd; in ConvertResourceColor()
317 OHOS::Ace::NG::GradientColor gradientColorStart; in ConvertThemeColor()
321 OHOS::Ace::NG::GradientColor gradientColorEnd; in ConvertThemeColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp37 GradientColor CreatePercentGradientColor(float percent, Color color) in CreatePercentGradientColor()
39 NG::GradientColor gredient = GradientColor(color); in CreatePercentGradientColor()
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_testtwo_ng.cpp199 OHOS::Ace::GradientColor gradientColor1(Color::BLACK); in HWTEST_F()
200 OHOS::Ace::GradientColor gradientColor2(Color::RED); in HWTEST_F()
242 OHOS::Ace::GradientColor gradientColor1(Color::BLACK); in HWTEST_F()
243 OHOS::Ace::GradientColor gradientColor2(Color::RED); in HWTEST_F()
401 OHOS::Ace::GradientColor gradientColor1(Color::BLACK); in HWTEST_F()
402 OHOS::Ace::GradientColor gradientColor2(Color::RED); in HWTEST_F()
449 OHOS::Ace::GradientColor gradientColor1(Color::BLACK); in HWTEST_F()
450 OHOS::Ace::GradientColor gradientColor2(Color::RED); in HWTEST_F()
536 OHOS::Ace::GradientColor gradientColor1(Color::BLACK); in HWTEST_F()
537 OHOS::Ace::GradientColor gradientColor in HWTEST_F()
[all...]

Completed in 14 milliseconds

123