Home
last modified time | relevance | path

Searched refs:SetFontColor (Results 1 – 25 of 130) sorted by relevance

123456

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_symbol_glyph_modifier.cpp56 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 Dtext_timer_modifier.cpp33 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 Dtext_clock_modifier.cpp46 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 Dnode_symbol_span_modifier.cpp42 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 Djs_symbol_span.cpp76 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 Djs_symbol.cpp59 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 Djs_symbol_span.h33 static void SetFontColor(const JSCallbackInfo& info);
H A Djs_symbol.h32 static void SetFontColor(const JSCallbackInfo& info);
H A Djs_sec_button_base.h36 static void SetFontColor(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dsymbol_span_model_ng.h31 void SetFontColor(std::vector<Color>& symbolColor) override;
37 static void SetFontColor(FrameNode* frameNode, std::vector<Color>& symbolColor);
H A Dsymbol_span_model_ng.cpp67 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 Dsymbol_span_model.h40 virtual void SetFontColor(std::vector<Color>& symbolColor) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/symbol/
H A Dsymbol_model_ng.h30 void SetFontColor(std::vector<Color>& symbolColor) override;
36 static void SetFontColor(FrameNode* frameNode, const std::vector<Color>& symbolColor);
H A Dsymbol_model_ng.cpp58 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 Dsymbol_model.h45 virtual void SetFontColor(std::vector<Color>& symbolColor) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_model_ng.h28 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 Dmenu_item_model_ng.h33 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 Dbutton_model_ng.cpp53 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 Dbutton_model_ng.h39 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 Doption_component.h67 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 Ddom_option.cpp47 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 Dprogress_model_ng.h36 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 Djs_menu_theme.h34 MenuModel::GetInstance()->SetFontColor(themeColors.value().FontPrimary()); in ApplyTheme()
H A Djs_select_theme.h35 SelectModel::GetInstance()->SetFontColor(themeColors->FontPrimary()); in ApplyTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_symbol_span_bridge.h24 static ArkUINativeModuleValue SetFontColor(ArkUIRuntimeCallInfo* runtimeCallInfo);

123456