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 D | span_string.cpp | 162 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 D | mutable_span_string.cpp | 132 auto intersection = (*it)->GetIntersectionInterval({ start, end }); in ApplyReplaceStringToSpans() 218 auto intersection = (*it)->GetIntersectionInterval({ start, end }); in ProcessSpanBaseList()
|
H A D | span_object.h | 113 …std::optional<std::pair<int32_t, int32_t>> GetIntersectionInterval(std::pair<int32_t, int32_t> int…
|
H A D | span_object.cpp | 28 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 D | span_node.h | 242 …std::optional<std::pair<int32_t, int32_t>> GetIntersectionInterval(std::pair<int32_t, int32_t> int…
|
H A D | span_node.cpp | 821 std::optional<std::pair<int32_t, int32_t>> SpanItem::GetIntersectionInterval(std::pair<int32_t, int… in GetIntersectionInterval() function in OHOS::Ace::NG::SpanItem
|