| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| D | text_style.cpp | 23 FontStyle fontStyle, const Color& textColor) in TextStyle()
|
| D | popup_param.h | 292 void SetTextColor(const Color& textColor) in SetTextColor()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_menu_item.cpp | 263 Color textColor; in ContentFontColor() local 325 Color textColor; in LabelFontColor() local
|
| D | js_select.cpp | 246 Color textColor; in FontColor() local 338 Color textColor; in SelectedOptionFontColor() local 418 Color textColor; in OptionFontColor() local
|
| D | js_menu.cpp | 120 Color textColor; in FontColor() local
|
| D | js_piece.cpp | 148 Color textColor; in SetTextColor() local
|
| D | js_span.cpp | 109 Color textColor; in SetTextColor() local
|
| D | js_texttimer.cpp | 201 Color textColor; in SetTextColor() local
|
| D | js_text_clock.cpp | 146 Color textColor; in SetTextColor() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
| D | toast_view.cpp | 79 auto textColor = toastTheme->GetTextStyle().GetTextColor(); in UpdateTextLayoutProperty() local
|
| D | toast_pattern.cpp | 160 auto textColor = toastTheme->GetTextStyle().GetTextColor(); in OnColorConfigurationUpdate() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/span/ |
| D | span_declaration.cpp | 75 auto textColor = val.empty() ? Color::BLACK : declaration.ParseColor(val); in SetSpecializedStyle() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
| D | marquee_model_ng.cpp | 103 void MarqueeModelNG::SetTextColor(const std::optional<Color>& textColor) in SetTextColor()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
| D | slider_tip_modifier.h | 60 void SetTextColor(const Color& textColor) in SetTextColor()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
| D | stepper_pattern.cpp | 190 auto textColor = stepperTheme->GetTextStyle().GetTextColor(); in CreateLeftButtonNode() local 315 auto textColor = stepperTheme->GetTextStyle().GetTextColor(); in CreateArrowRightButtonNode() local 390 auto textColor = stepperTheme->GetTextStyle().GetTextColor(); in CreateArrowlessRightButtonNode() local 729 auto textColor = stepperTheme->GetTextStyle().GetTextColor(); in OnColorConfigurationUpdate() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/clock/ |
| D | rosen_render_clock.cpp | 61 … auto textColor = renderClockHand_->GetIsDay() ? declaration_->GetDigitColor() : digitColorNight_; in PerformLayout() local
|
| D | render_clock.cpp | 268 … auto textColor = renderClockHand_->GetIsDay() ? declaration_->GetDigitColor() : digitColorNight_; in PerformLayout() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | marquee_model_impl.cpp | 73 void MarqueeModelImpl::SetTextColor(const std::optional<Color>& textColor) in SetTextColor()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/texttimer/ |
| D | text_timer_pattern_test_ng.cpp | 60 std::optional<Color> textColor = std::nullopt; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
| D | js_alert_dialog.cpp | 103 Color textColor; in ParseButtonObj() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
| D | button_model_ng.cpp | 52 void ButtonModelNG::SetFontColor(const Color& textColor) in SetFontColor()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
| D | picker_type_define.h | 36 std::optional<Color> textColor; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| D | dom_button.cpp | 392 Color textColor = textStyle_.GetTextColor().BlendOpacity(blendOpacity_); in PrepareDisabledChildStyle() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
| D | progress_pattern.cpp | 118 auto textColor = textLayoutProperty->GetTextColor().value_or(progressTheme->GetTextColor()); in HandleEnabled() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
| D | dialog_pattern.cpp | 440 const ButtonInfo& params, std::string& textColor, std::optional<Color>& bgColor) in ParseButtonFontColorAndBgColor() 493 std::string textColor; in CreateButton() local
|