Home
last modified time | relevance | path

Searched refs:fgColor (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.h61 static void GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType& fgColor);
H A Ddraw_label.cpp522 void DrawLabel::GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType& fgColor) in GetForegroundColor() argument
530 fgColor = fColor->data_.fontColor; in GetForegroundColor()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp188 auto fgColor = properties.GetForegroundColor();
189 if (fgColor == RgbPalette::Transparent()) {
196 brush.SetColor(Drawing::Color(fgColor.AsArgbInt()));
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp851 auto fgColor = content.GetRenderProperties().GetForegroundColor(); in Update() local
852 brush_.SetColor(fgColor.AsArgbInt()); in Update()
853 return fgColor != RgbPalette::Transparent(); in Update()
858 auto fgColor = content.GetRenderProperties().GetForegroundColor(); in Generate() local
859 if (fgColor == RgbPalette::Transparent()) { in Generate()
863 brush.SetColor(fgColor.AsArgbInt()); in Generate()

Completed in 5 milliseconds