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 D | hm_symbol_txt.h | 39 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 D | symbol_animation_config.h | 30 Drawing::DrawingSColor color;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/ |
H A D | hm_symbol_txt.cpp | 37 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 D | hm_symbol.h | 75 struct DrawingSColor { struct 99 DrawingSColor color;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/ |
H A D | drawing.h | 34 using RSSColor = RSDrawing::DrawingSColor;
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | drawing.h | 66 using RSSColor = RSDrawing::DrawingSColor;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | recording_handle.h | 65 DrawingSColor color;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_symbol_animation.h | 98 void SetIconProperty(Drawing::Brush& brush, Drawing::Pen& pen, Drawing::DrawingSColor& color);
|
H A D | rs_symbol_animation.cpp | 715 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 D | rs_symbol_animation_test.cpp | 363 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