/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/ |
H A D | marquee_theme.h | 53 theme->textColor_ = pattern->GetAttr<Color>(PATTERN_TEXT_COLOR, Color::BLACK); in Build() 66 return textColor_; in GetTextColor() 78 Color textColor_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | text_style.cpp | 25 textColor_(textColor) in TextStyle() 36 …xtOverflow_ == rhs.textOverflow_ && textAlign_ == rhs.textAlign_ && textColor_ == rhs.textColor_ && in operator ==() 81 textColor_.UpdateColorByResourceId(); in UpdateColorByResourceId() 91 JSON_STRING_PUT_STRINGABLE(jsonValue, textColor_); in ToString()
|
H A D | popup_param.h | 306 textColor_ = textColor; in SetTextColor() 311 return textColor_; in GetTextColor() 526 std::optional<Color> textColor_; variable
|
H A D | text_style.h | 372 return textColor_; in GetTextColor() 377 textColor_ = textColor; in SetTextColor() 799 Color textColor_ { Color::BLACK };
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_label.h | 238 textColor_ = color; in SetTextColor() 250 return useTextColor_ ? textColor_ : GetStyleConst().textColor_; in GetTextColor() 473 ColorType textColor_; variable
|
H A D | ui_edit_text.h | 208 textColor_ = color; in SetTextColor() 218 return useTextColor_ ? textColor_ : GetStyleConst().textColor_; in GetTextColor() 408 ColorType textColor_; variable
|
H A D | ui_label_button.h | 249 labelStyle_.textColor_ = color; in SetTextColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/ |
H A D | hyperlink_theme.h | 60 theme->textColor_ = pattern->GetAttr<Color>("text_color", Color(0xff007dff)); in ParsePattern() 86 return textColor_; in GetTextColor() 124 Color textColor_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/ |
H A D | toggle_theme.h | 77 theme->textColor_ = togglePattern->GetAttr<Color>("text_color", Color()); in ParsePattern() 145 return textColor_; in GetTextColor() 164 Color textColor_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/ |
H A D | search_theme.h | 78 theme->textColor_ = pattern->GetAttr<Color>(PATTERN_TEXT_COLOR, Color()); in ParsePattern() 112 return textColor_; in GetTextColor() 266 Color textColor_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_tip_modifier.h | 62 textColor_ = textColor; in SetTextColor() 160 Color textColor_ = Color::TRANSPARENT; variable
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | style.cpp | 57 textColor_(Color::White()), in Style() 99 return textColor_.full; in GetStyle() 172 textColor_.full = value; in SetStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_theme.h | 99 theme->textColor_ = pattern->GetAttr<Color>("progress_text_color", defaultColor); in ParsePattern() 266 return textColor_; in GetTextColor() 373 Color textColor_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | chart_component.h | 526 return textColor_; in GetTextColor() 531 textColor_ = textColor; in SetTextColor() 570 Color textColor_; variable
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_label.cpp | 124 textColor_(Color::White()), in UILabel() 330 style.textColor_ = GetTextColor(); in ReMeasure() 427 style.textColor_ = GetTextColor(); in OnDraw()
|
H A D | ui_picker.cpp | 120 backgroundColor_ = style_->textColor_; in UIPicker() 129 highlightColor_ = style_->textColor_; in UIPicker() 256 textAdapter_->GetStyle().textColor_ = backgroundColor_; in RefreshList()
|
H A D | ui_edit_text.cpp | 94 textColor_(Color::White()), in UIEditText() 335 style.textColor_ = GetTextColor(); in ReMeasure() 494 style.textColor_ = GetTextColor(); in OnDraw() 501 style.textColor_ = GetPlaceholderColor(); in OnDraw()
|
H A D | ui_time_picker.cpp | 49 backgroundColor_ = style_->textColor_; 59 highlightColor_ = style_->textColor_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_content_modifier.cpp | 285 if (textColor_.has_value() && animatableTextColor_) { in ModifyTextStyle() 336 textColor_ = value; in SetTextColor() 483 if (textColor_.has_value() && animatableTextColor_ && in NeedMeasureUpdate() 484 textColor_->GetValue() != animatableTextColor_->Get().GetValue()) { in NeedMeasureUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_toggle.h | 61 Color textColor_; variable
|
H A D | dom_toggle.cpp | 197 textColor_ = textStyle_.GetTextColor(); in ResetColorStyle() 201 textStyle_.SetTextColor(textColor_); in ResetColorStyle()
|
H A D | dom_button.h | 90 Color textColor_; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | toggle_button_pattern.h | 114 Color textColor_; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/hyperlink/ |
H A D | hyperlink_test_ng.cpp | 318 theme->textColor_ = Color::RED; 382 theme->textColor_ = Color::RED; 424 theme->textColor_ = Color::RED;
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | style.h | 187 ColorType textColor_; variable
|