Searched refs:GetStyleColorValue (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | slider_component.cpp | 91 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 D | text_component.cpp | 129 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 D | horizon_progress_component.cpp | 84 if (!GetStyleColorValue(style, color, alpha)) { in SetHorizonProgressStyle() 94 if (!GetStyleColorValue(style, color, alpha)) { in SetHorizonProgressStyle()
|
H A D | input_edittext_component.cpp | 185 if (GetStyleColorValue(&style, color, alpha)) { in SetColor() 198 if (GetStyleColorValue(&style, color, alpha)) { in SetPlaceholderColor()
|
H A D | circle_progress_component.cpp | 140 if (!GetStyleColorValue(style, color, alpha)) { in SetArcColor() 152 if (!GetStyleColorValue(style, color, alpha)) { in SetArcBackgroundColor()
|
H A D | input_button_component.cpp | 157 if (!GetStyleColorValue(&style, color, alpha)) { in SetBackgroundColor() 169 if (GetStyleColorValue(&style, color, alpha)) { in SetColor()
|
H A D | qrcode_component.cpp | 109 if (!GetStyleColorValue(&style, color, alpha)) { in SetColor()
|
H A D | switch_component.cpp | 54 if (GetStyleColorValue(style, color, alpha)) { in ApplyPrivateStyle()
|
H A D | picker_view_component.cpp | 438 if (!GetStyleColorValue(styleItem, color, alpha)) { in ApplyPrivateStyle() 450 if (!GetStyleColorValue(styleItem, color, alpha)) { in ApplyPrivateStyle()
|
H A D | component.h | 449 bool GetStyleColorValue(const AppStyleItem *style, uint32_t &color, uint8_t &alpha) const;
|
H A D | component.cpp | 1450 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
|