Searched refs:ToFontSpan (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | span_string.h | 84 RefPtr<FontSpan> ToFontSpan(const RefPtr<NG::SpanItem>& spanItem, int32_t start, int32_t end);
|
H A D | span_string.cpp | 1038 spanBases = { ToFontSpan(spanItem, start, end), in UpdateSpansMap() 1059 RefPtr<FontSpan> SpanString::ToFontSpan(const RefPtr<NG::SpanItem>& spanItem, int32_t start, int32_… in ToFontSpan() function in OHOS::Ace::SpanString
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 4251 spanBases = { spanString->ToFontSpan(spanItem, start, end), in SetSubMap()
|