Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h487 int32_t TextSpanSplit(int32_t position, bool needLeadingMargin = false);
H A Drich_editor_pattern.cpp947 int32_t spanIndex = TextSpanSplit(insertIndex); in AddImageSpan()
1057 int32_t spanIndex = TextSpanSplit(insertIndex); in AddPlaceholderSpan()
1141 offset = TextSpanSplit(options.offset.value(), needLeadingMargin); in AddTextSpanOperation()
1245 int32_t spanIndex = TextSpanSplit(insertIndex); in AddSymbolSpanOperation()
1326 TextSpanSplit(static_cast<int32_t>(spanStart + i + 1)); in SpanNodeFission()
1652 int32_t RichEditorPattern::TextSpanSplit(int32_t position, bool needLeadingMargin) in TextSpanSplit() function in OHOS::Ace::NG::RichEditorPattern
2116 TextSpanSplit(index, true); in UpdateSpanStyle()