Home
last modified time | relevance | path

Searched refs:GetStyleColorValue (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dslider_component.cpp91 if (!GetStyleColorValue(style, color, alpha)) { in ApplyPrivateStyle()
100 if (!GetStyleColorValue(style, color, alpha)) { in ApplyPrivateStyle()
109 if (!GetStyleColorValue(style, color, alpha)) { in ApplyPrivateStyle()
H A Dtext_component.cpp129 if (GetStyleColorValue(styleItem, color, alpha)) { in ApplyPrivateStyle()
145 if (GetStyleColorValue(styleItem, color, alpha)) { in ApplyPrivateStyle()
161 if (GetStyleColorValue(styleItem, color, alpha)) { in ApplyPrivateStyle()
270 if (GetStyleColorValue(styleItem, color, alpha)) { in SetTextColor()
H A Dhorizon_progress_component.cpp84 if (!GetStyleColorValue(style, color, alpha)) { in SetHorizonProgressStyle()
94 if (!GetStyleColorValue(style, color, alpha)) { in SetHorizonProgressStyle()
H A Dinput_edittext_component.cpp185 if (GetStyleColorValue(&style, color, alpha)) { in SetColor()
198 if (GetStyleColorValue(&style, color, alpha)) { in SetPlaceholderColor()
H A Dcircle_progress_component.cpp140 if (!GetStyleColorValue(style, color, alpha)) { in SetArcColor()
152 if (!GetStyleColorValue(style, color, alpha)) { in SetArcBackgroundColor()
H A Dinput_button_component.cpp157 if (!GetStyleColorValue(&style, color, alpha)) { in SetBackgroundColor()
169 if (GetStyleColorValue(&style, color, alpha)) { in SetColor()
H A Dqrcode_component.cpp109 if (!GetStyleColorValue(&style, color, alpha)) { in SetColor()
H A Dswitch_component.cpp54 if (GetStyleColorValue(style, color, alpha)) { in ApplyPrivateStyle()
H A Dpicker_view_component.cpp438 if (!GetStyleColorValue(styleItem, color, alpha)) { in ApplyPrivateStyle()
450 if (!GetStyleColorValue(styleItem, color, alpha)) { in ApplyPrivateStyle()
H A Dcomponent.h449 bool GetStyleColorValue(const AppStyleItem *style, uint32_t &color, uint8_t &alpha) const;
H A Dcomponent.cpp1450 if (GetStyleColorValue(&styleItem, color, alpha)) { in SetBackgroundColor()
1553 if (GetStyleColorValue(&styleItem, color, alpha)) { in SetBorderColor()
1911 bool Component::GetStyleColorValue(const AppStyleItem *style, uint32_t &color, uint8_t &alpha) const in GetStyleColorValue() function in OHOS::ACELite::Component