Home
last modified time | relevance | path

Searched refs:UseSelfStyle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testsix_ng.cpp75 UseSelfStyle(fontStyle, nullptr, textStyle);
100 UseSelfStyle(nullptr, textLineStyle, textStyle);
H A Dtext_testfive_ng.cpp2735 UseSelfStyle(fontStyle, nullptr, textStyle);
2760 UseSelfStyle(nullptr, textLineStyle, textStyle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.cpp80 void UseSelfStyle(const std::unique_ptr<FontStyle>& fontStyle, in UseSelfStyle() function
H A Dtext_styles.h242 void UseSelfStyle(const std::unique_ptr<FontStyle>& fontStyle,
H A Dspan_node.cpp262 UseSelfStyle(fontStyle, textLineStyle, textStyle); in UpdateParagraph()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4387 UseSelfStyle(spanItem->fontStyle, spanItem->textLineStyle, textStyle); in GetTextSpanOptions()
11009 UseSelfStyle(spanItem->fontStyle, spanItem->textLineStyle, textStyle); in OnBackPressed()