Home
last modified time | relevance | path

Searched defs:IntersectWith (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc263 void DesktopRegion::IntersectWith(const DesktopRegion& region) { in IntersectWith() function in webrtc::DesktopRegion
269 void DesktopRegion::IntersectWith(const DesktopRect& rect) { in IntersectWith() function in webrtc::DesktopRegion
H A Ddesktop_geometry.cc28 void DesktopRect::IntersectWith(const DesktopRect& rect) { in IntersectWith() function in webrtc::DesktopRect
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_coordinates.h408 bool IntersectWith(const CFX_RectF& rt) const { in IntersectWith() function
413 bool IntersectWith(const CFX_RectF& rt, float fEpsilon) const { in IntersectWith() function
/aosp_15_r20/external/llvm/unittests/ADT/
H A DSparseBitVectorTest.cpp36 TEST(SparseBitVectorTest, IntersectWith) { in TEST() argument
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dcpu_set.h112 void IntersectWith(const CpuSet& other) { in IntersectWith() function
H A Dcpu_set_unittest.cc111 TEST(CpuSetTest, IntersectWith) { in TEST() argument
/aosp_15_r20/external/cronet/net/base/
H A Dinterval.h218 bool Interval<T>::IntersectWith(const Interval& i) { in IntersectWith() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_interval.h255 bool QuicInterval<T>::IntersectWith(const QuicInterval& i) { in IntersectWith() function
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Daddress_range.h80 constexpr AddressRange IntersectWith(const AddressRange& other) const { in IntersectWith() function
/aosp_15_r20/art/compiler/optimizing/
H A Dgvn.cc142 void IntersectWith(ValueSet* predecessor) { in IntersectWith() function in art::ValueSet
/aosp_15_r20/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp225 TEST_F(ConstantRangeTest, IntersectWith) { in TEST_F() argument