Home
last modified time | relevance | path

Searched refs:SetDefaultTextStyle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.h101 …static void SetDefaultTextStyle(const RefPtr<FrameNode>& textNode, const std::string& text, bool i…
H A Dsecurity_component_model_ng.cpp117 SetDefaultTextStyle(textNode, textStr, isButtonVisible); in CreateNode()
147 void SecurityComponentModelNG::SetDefaultTextStyle(const RefPtr<FrameNode>& textNode, const std::st… in SetDefaultTextStyle() function in OHOS::Ace::NG::SecurityComponentModelNG