Home
last modified time | relevance | path

Searched refs:GetTextStyleObject (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h365 TextStyleResult GetTextStyleObject(const RefPtr<SpanNode>& node);
H A Dtext_pattern.cpp3747 TextStyleResult TextPattern::GetTextStyleObject(const RefPtr<SpanNode>& node) in GetTextStyleObject() function in OHOS::Ace::NG::TextPattern
3836 resultObject.textStyle = GetTextStyleObject(spanNode); in GetTextResultObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp5338 retInfo.SetTextStyle(GetTextStyleObject(spanNode)); in AfterIMEInsertValue()
5349 retInfo.SetTextStyle(GetTextStyleObject(spanNode)); in AfterIMEInsertValue()
6409 spanResult.SetTextStyle(GetTextStyleObject(spanNode)); in OnBackPressed()