Home
last modified time | relevance | path

Searched defs:intersection (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_session/frameworks/common/src/
H A Davcall_state.cpp91 auto intersection = mask_ & mask; in CopyToByMask() local
H A Davcall_meta_data.cpp111 auto intersection = callMetaMask_ & mask; in CopyToByMask() local
H A Davplayback_state.cpp255 auto intersection = mask_ & mask; in CopyToByMask() local
H A Davmeta_data.cpp578 auto intersection = metaMask_ & mask; in CopyToByMask() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.cpp123 auto intersection = (*it)->GetIntersectionInterval({ start, end }); in ApplyReplaceStringToSpans() local
209 auto intersection in ProcessSpanBaseList() local
132 HandleSpanOperation( std::list<RefPtr<NG::SpanItem>>::iterator it, int32_t start, int32_t length, const std::string& other, SpanStringOperation op, const std::pair<int32_t, int32_t>& intersection) HandleSpanOperation() argument
[all...]
H A Dspan_string.cpp155 auto intersection = (*it)->GetIntersectionInterval(interval); in ApplyToSpans() local
210 auto intersection = (*it)->GetIntersectionInterval(interval); SplitInterval() local
651 auto intersection = spanItem->GetIntersectionInterval({start, start+length}); GetSubSpanString() local
675 auto intersection = span->GetIntersectionInterval({ start, end }); GetSubSpanList() local
733 auto intersection = spanBase->GetIntersectionInterval({ start, end }); GetSpan() local
878 auto intersection = span->GetIntersectionInterval({ start, end }); GetSpecialTypesVector() local
911 auto intersection = span->GetIntersectionInterval({ start, end }); ContainSpecialNode() local
[all...]

Completed in 5 milliseconds