Home
last modified time | relevance | path

Searched defs:fgColor (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/test_data/ui/layout/
H A Dboxprogress.json16 "fgColor" : "#ffffffff", string
H A Dall.json44 "fgColor" : "#ffffffff", string
/ohos5.0/base/update/updater/services/ui/view/component/
H A Dbox_progress_adapter.cpp35 auto fgColor = StrToColor(spec.fgColor); in BoxProgressAdapter() local
H A Dbox_progress_adapter.h27 std::string fgColor; member
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_component_unittest.cpp61 auto fgColor = StrToColor(specInfo.fgColor); variable
/ohos5.0/base/security/security_component_manager/frameworks/common/src/
H A Dsec_comp_tool.cpp126 static bool IsColorAplhaSimilar(const SecCompColor& fgColor, const SecCompColor& bgColor) in IsColorAplhaSimilar()
/ohos5.0/base/update/updater/resources/rk3568/pages/
H A Dupd.json106 "fgColor": "#0a59f7ff", string
296 "fgColor": "#b4b4b4ff", string
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp522 …etForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType& fgColor) in GetForegroundColor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp852 auto fgColor = content.GetRenderProperties().GetForegroundColor(); in Update() local
859 auto fgColor = content.GetRenderProperties().GetForegroundColor(); in Generate() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp188 auto fgColor = properties.GetForegroundColor(); in OnUpdate() local