/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_symbol_glyph_modifier.cpp | 56 void SetFontColor(ArkUINodeHandle node, ArkUI_Uint32* color, int32_t size) in SetFontColor() function 64 SymbolModelNG::SetFontColor(frameNode, colorArray); in SetFontColor() 75 SymbolModelNG::SetFontColor(frameNode, colorArray); in ResetFontColor() 173 SetFontColor, in GetSymbolGlyphModifier() 194 SetFontColor, in GetCJUISymbolGlyphModifier()
|
H A D | text_timer_modifier.cpp | 33 void SetFontColor(ArkUINodeHandle node, ArkUI_Uint32 color) in SetFontColor() function 37 TextTimerModelNG::SetFontColor(frameNode, Color(color)); in SetFontColor() 48 TextTimerModelNG::SetFontColor(frameNode, theme->GetTextStyle().GetTextColor()); in ResetFontColor() 189 TextTimerModifier::SetFontColor, in GetTextTimerModifier() 212 TextTimerModifier::SetFontColor, in GetCJUITextTimerModifier()
|
H A D | text_clock_modifier.cpp | 46 void SetFontColor(ArkUINodeHandle node, ArkUI_Uint32 color) in SetFontColor() function 50 TextClockModelNG::SetFontColor(frameNode, Color(color)); in SetFontColor() 61 TextClockModelNG::SetFontColor(frameNode, theme->GetTextStyle().GetTextColor()); in ResetFontColor() 201 TextClockModifier::SetFontColor, in GetTextClockModifier() 228 TextClockModifier::SetFontColor, in GetCJUITextClockModifier()
|
H A D | node_symbol_span_modifier.cpp | 42 SymbolSpanModelNG::SetFontColor(frameNode, colorArray); in SetSymbolSpanFontColor() 53 SymbolSpanModelNG::SetFontColor(frameNode, colorArray); in ResetSymbolSpanFontColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_symbol_span.cpp | 76 void JSSymbolSpan::SetFontColor(const JSCallbackInfo& info) in SetFontColor() function in OHOS::Ace::Framework::JSSymbolSpan 82 SymbolSpanModel::GetInstance()->SetFontColor(symbolColor); in SetFontColor() 117 JSClass<JSSymbolSpan>::StaticMethod("fontColor", &JSSymbolSpan::SetFontColor, opt); in JSBind()
|
H A D | js_symbol.cpp | 59 JSClass<JSSymbol>::StaticMethod("fontColor", &JSSymbol::SetFontColor, opt); in JSBind() 115 void JSSymbol::SetFontColor(const JSCallbackInfo& info) in SetFontColor() function in OHOS::Ace::Framework::JSSymbol 121 SymbolModel::GetInstance()->SetFontColor(symbolColor); in SetFontColor()
|
H A D | js_symbol_span.h | 33 static void SetFontColor(const JSCallbackInfo& info);
|
H A D | js_symbol.h | 32 static void SetFontColor(const JSCallbackInfo& info);
|
H A D | js_sec_button_base.h | 36 static void SetFontColor(const JSCallbackInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | symbol_span_model_ng.h | 31 void SetFontColor(std::vector<Color>& symbolColor) override; 37 static void SetFontColor(FrameNode* frameNode, std::vector<Color>& symbolColor);
|
H A D | symbol_span_model_ng.cpp | 67 void SymbolSpanModelNG::SetFontColor(std::vector<Color>& symbolColor) in SetFontColor() function in OHOS::Ace::NG::SymbolSpanModelNG 100 void SymbolSpanModelNG::SetFontColor(FrameNode* frameNode, std::vector<Color>& symbolColor) in SetFontColor() function in OHOS::Ace::NG::SymbolSpanModelNG
|
H A D | symbol_span_model.h | 40 virtual void SetFontColor(std::vector<Color>& symbolColor) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/symbol/ |
H A D | symbol_model_ng.h | 30 void SetFontColor(std::vector<Color>& symbolColor) override; 36 static void SetFontColor(FrameNode* frameNode, const std::vector<Color>& symbolColor);
|
H A D | symbol_model_ng.cpp | 58 void SymbolModelNG::SetFontColor(std::vector<Color>& symbolColor) in SetFontColor() function in OHOS::Ace::NG::SymbolModelNG 85 void SymbolModelNG::SetFontColor(FrameNode* frameNode, const std::vector<Color>& symbolColor) in SetFontColor() function in OHOS::Ace::NG::SymbolModelNG
|
H A D | symbol_model.h | 45 virtual void SetFontColor(std::vector<Color>& symbolColor) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_model_ng.h | 28 void SetFontColor(const std::optional<Color>& color) override; 39 static void SetFontColor(FrameNode* frameNode, const std::optional<Color>& color);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_model_ng.h | 33 void SetFontColor(const std::optional<Color>& color) override; 49 static void SetFontColor(FrameNode* frameNode, const std::optional<Color>& color);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_model_ng.cpp | 53 void ButtonModelNG::SetFontColor(const Color& textColor) in SetFontColor() function in OHOS::Ace::NG::ButtonModelNG 95 SetFontColor(textColor); in SetButtonStyle() 114 SetFontColor(textColor); in SetRole() 149 SetFontColor(frameNode, textColor); in SetRole() 167 SetFontColor(frameNode, textColor); in SetButtonStyle() 450 void ButtonModelNG::SetFontColor(FrameNode* frameNode, const Color& textColor) in SetFontColor() function in OHOS::Ace::NG::ButtonModelNG 604 SetFontColor(frameNode, textColor); in ApplyTheme()
|
H A D | button_model_ng.h | 39 void SetFontColor(const Color& textColor) override; 63 static void SetFontColor(FrameNode* frameNode, const Color& textColor);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_component.h | 67 SetFontColor(theme->GetFontColor()); in SetTheme() 159 void SetFontColor(const Color& fontColor) in SetFontColor() function 161 theme_->SetFontColor(fontColor); in SetFontColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_option.cpp | 47 selectOptionComponent_->SetFontColor(theme_->GetFontColor()); in ResetInitializedStyle() 126 selectOptionComponent_->SetFontColor(ParseColor(style.second)); in SetSpecializedStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_model_ng.h | 36 void SetFontColor(const Color& value) override; 69 static void SetFontColor(FrameNode* frameNode, const Color& value);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_menu_theme.h | 34 MenuModel::GetInstance()->SetFontColor(themeColors.value().FontPrimary()); in ApplyTheme()
|
H A D | js_select_theme.h | 35 SelectModel::GetInstance()->SetFontColor(themeColors->FontPrimary()); in ApplyTheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_symbol_span_bridge.h | 24 static ArkUINativeModuleValue SetFontColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|