Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_string.cpp162 auto intersection = (*it)->GetIntersectionInterval(interval); in ApplyToSpans()
217 auto intersection = (*it)->GetIntersectionInterval(interval); in SplitInterval()
658 auto intersection = spanItem->GetIntersectionInterval({start, start+length}); in GetSubSpanString()
682 auto intersection = span->GetIntersectionInterval({ start, end }); in GetSubSpanList()
740 auto intersection = spanBase->GetIntersectionInterval({ start, end }); in GetSpan()
885 auto intersection = span->GetIntersectionInterval({ start, end }); in GetSpecialTypesVector()
918 auto intersection = span->GetIntersectionInterval({ start, end }); in ContainSpecialNode()
H A Dmutable_span_string.cpp132 auto intersection = (*it)->GetIntersectionInterval({ start, end }); in ApplyReplaceStringToSpans()
218 auto intersection = (*it)->GetIntersectionInterval({ start, end }); in ProcessSpanBaseList()
H A Dspan_object.h113 …std::optional<std::pair<int32_t, int32_t>> GetIntersectionInterval(std::pair<int32_t, int32_t> int…
H A Dspan_object.cpp28 std::optional<std::pair<int32_t, int32_t>> SpanBase::GetIntersectionInterval(std::pair<int32_t, int… in GetIntersectionInterval() function in OHOS::Ace::SpanBase
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h242 …std::optional<std::pair<int32_t, int32_t>> GetIntersectionInterval(std::pair<int32_t, int32_t> int…
H A Dspan_node.cpp821 std::optional<std::pair<int32_t, int32_t>> SpanItem::GetIntersectionInterval(std::pair<int32_t, int… in GetIntersectionInterval() function in OHOS::Ace::NG::SpanItem