Home
last modified time | relevance | path

Searched refs:SetFontColor (Results 1 - 25 of 129) sorted by relevance

123456

/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.cpp56 void SymbolSpanModelNG::SetFontColor(std::vector<Color>& symbolColor) in SetFontColor() function in OHOS::Ace::NG::SymbolSpanModelNG
85 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;
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtext_timer_modifier.cpp28 void SetFontColor(ArkUINodeHandle node, ArkUI_Uint32 color) in SetFontColor() function
32 TextTimerModelNG::SetFontColor(frameNode, Color(color)); in SetFontColor()
43 TextTimerModelNG::SetFontColor(frameNode, theme->GetTextStyle().GetTextColor()); in ResetFontColor()
184 TextTimerModifier::SetFontColor, in GetTextTimerModifier()
207 TextTimerModifier::SetFontColor, in GetCJUITextTimerModifier()
H A Dnode_symbol_glyph_modifier.cpp47 void SetFontColor(ArkUINodeHandle node, ArkUI_Uint32* color, int32_t size) in SetFontColor() function
55 SymbolModelNG::SetFontColor(frameNode, colorArray); in SetFontColor()
66 SymbolModelNG::SetFontColor(frameNode, colorArray); in ResetFontColor()
164 SetFontColor, in GetSymbolGlyphModifier()
185 SetFontColor, in GetCJUISymbolGlyphModifier()
H A Dtext_clock_modifier.cpp43 void SetFontColor(ArkUINodeHandle node, ArkUI_Uint32 color) in SetFontColor() function
47 TextClockModelNG::SetFontColor(frameNode, Color(color)); in SetFontColor()
58 TextClockModelNG::SetFontColor(frameNode, theme->GetTextStyle().GetTextColor()); in ResetFontColor()
198 TextClockModifier::SetFontColor, in GetTextClockModifier()
225 TextClockModifier::SetFontColor, in GetCJUITextClockModifier()
/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.cpp56 void SymbolModelNG::SetFontColor(std::vector<Color>& symbolColor) in SetFontColor() function in OHOS::Ace::NG::SymbolModelNG
83 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;
/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::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_span.h33 static void SetFontColor(const JSCallbackInfo& info);
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::OHOS::Ace::Framework::JSSymbol
121 SymbolModel::GetInstance()->SetFontColor(symbolColor); in SetFontColor()
H A Djs_symbol.h32 static void SetFontColor(const JSCallbackInfo& info);
H A Djs_sec_button_base.h36 static void SetFontColor(const JSCallbackInfo& info);
/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()
/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);
/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);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_symbol_span_bridge.h24 static ArkUINativeModuleValue SetFontColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_timer_bridge.h24 static ArkUINativeModuleValue SetFontColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_symbol_glyph_bridge.h24 static ArkUINativeModuleValue SetFontColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmenu_model_impl.cpp23 void MenuModelImpl::SetFontColor(const std::optional<Color>& color) {} in SetFontColor() function in OHOS::Ace::Framework::MenuModelImpl
H A Dmenu_model_impl.h28 void SetFontColor(const std::optional<Color>& color) override;
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_caption.cpp52 void CaptionProperty::SetFontColor(uint32_t color) in SetFontColor() function in OHOS::AccessibilityConfig::CaptionProperty
/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()

Completed in 7 milliseconds

123456