Home
last modified time | relevance | path

Searched refs:DrawingSColor (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dhm_symbol_txt.h39 void SetRenderColor(const std::vector<Drawing::DrawingSColor>& colorList);
45 void SetRenderColor(const Drawing::DrawingSColor& colorList);
63 std::vector<Drawing::DrawingSColor> GetRenderColor() const;
80 std::vector<Drawing::DrawingSColor> colorList_;
H A Dsymbol_animation_config.h30 Drawing::DrawingSColor color;
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/
H A Dhm_symbol_txt.cpp37 void HMSymbolTxt::SetRenderColor(const std::vector<Drawing::DrawingSColor>& colorList) in SetRenderColor()
47 Drawing::DrawingSColor colorIt = {color.GetAlphaF(), color.GetRed(), color.GetGreen(), color.GetBlue()}; in SetRenderColor()
55 Drawing::DrawingSColor colorIt = {color.GetAlphaF(), color.GetRed(), color.GetGreen(), color.GetBlue()}; in SetRenderColor()
59 void HMSymbolTxt::SetRenderColor(const Drawing::DrawingSColor& colorList) in SetRenderColor()
90 std::vector<Drawing::DrawingSColor> HMSymbolTxt::GetRenderColor() const in GetRenderColor()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dhm_symbol.h75 struct DrawingSColor { struct
99 DrawingSColor color;
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/
H A Ddrawing.h34 using RSSColor = RSDrawing::DrawingSColor;
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Ddrawing.h66 using RSSColor = RSDrawing::DrawingSColor;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_handle.h65 DrawingSColor color;
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_symbol_animation.h98 void SetIconProperty(Drawing::Brush& brush, Drawing::Pen& pen, Drawing::DrawingSColor& color);
H A Drs_symbol_animation.cpp715 void RSSymbolAnimation::SetIconProperty(Drawing::Brush& brush, Drawing::Pen& pen, Drawing::DrawingSColor& color) in SetIconProperty()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_symbol_animation_test.cpp363 Drawing::DrawingSColor color = {1, 255, 255, 0}; // the color 1 A, 255 R, 255 G, 0 B in HWTEST_F()
1179 Drawing::DrawingSColor color = {1, 255, 255, 0}; // the color 1 A, 255 R, 255 G, 0 B in HWTEST_F()

Completed in 7 milliseconds