Home
last modified time | relevance | path

Searched refs:CreateTextStyleUsingThemeWithText (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
Dtext_testsix_ng.cpp120 …auto textStyle = CreateTextStyleUsingThemeWithText(frameNode, fontStyle, textLineStyle, textTheme);
124 textStyle = CreateTextStyleUsingThemeWithText(frameNode, fontStyle, textLineStyle, textTheme);
128 textStyle = CreateTextStyleUsingThemeWithText(frameNode, fontStyle, textLineStyle, textTheme);
Dtext_testfive_ng.cpp2759 …auto textStyle = CreateTextStyleUsingThemeWithText(frameNode, fontStyle, textLineStyle, textTheme);
2763 textStyle = CreateTextStyleUsingThemeWithText(frameNode, fontStyle, textLineStyle, textTheme);
2767 textStyle = CreateTextStyleUsingThemeWithText(frameNode, fontStyle, textLineStyle, textTheme);
Dtext_test_ng.cpp117 textStyle = CreateTextStyleUsingThemeWithText(frameNode, fontStyle, textLineStyle, nullptr);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_styles.h232 TextStyle CreateTextStyleUsingThemeWithText(const RefPtr<FrameNode> frameNode,
Dtext_styles.cpp121 TextStyle CreateTextStyleUsingThemeWithText(const RefPtr<FrameNode> frameNode, in CreateTextStyleUsingThemeWithText() function