Home
last modified time | relevance | path

Searched defs:intersects (Results 1 – 25 of 160) sorted by relevance

1234567

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DLineRegion.java54 public boolean intersects(LineRegion lineRegion) { in intersects() method in LineRegion
64 public boolean intersects(Number line2Min, Number line2Max) { in intersects() method in LineRegion
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DRectRegion.java73 public boolean intersects(RectRegion region) { in intersects() method in RectRegion
89 public boolean intersects(Number minX, Number maxX, Number minY, Number maxY) { in intersects() method in RectRegion
93 …public boolean intersects(RectF region, Number visMinX, Number visMaxX, Number visMinY, Number vis… in intersects() method in RectRegion
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Delement_map.hpp307 intersects(const Type&, const CoType&) in intersects() function
316 intersects(const Type& object, const typename Type::domain_type& operand) in intersects() function
325 intersects(const Type& object, const typename Type::set_type& operand) in intersects() function
337 intersects(const Type& object, const typename Type::element_type& operand) in intersects() function
348 intersects(const Type& object, const Type& operand) in intersects() function
Delement_set.hpp64 intersects(const Type& object, const typename Type::key_type& operand) in intersects() function
71 intersects(const Type& object, const Type& operand) in intersects() function
/external/angle/src/libANGLE/
DCLBitField.h36 bool intersects(cl_bitfield bits) const { return (mBits & bits) != 0u; } in intersects() function
37 bool intersects(const BitField &other) const { return (mBits & other.mBits) != 0u; } in intersects() function
/external/skia/src/gpu/graphite/geom/
DIntersectionTree.cpp28 bool intersects(Rect rect) override { in intersects() function in skgpu::graphite::IntersectionTree::TreeNode
89 bool intersects(Rect rect) override { in intersects() function in skgpu::graphite::IntersectionTree::LeafNode
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAddressRange.h40 bool intersects(const DWARFAddressRange &RHS) const { in intersects() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAddressRange.h43 bool intersects(const DWARFAddressRange &RHS) const { in intersects() function
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/detail/
Dmap_algo.hpp28 bool intersects(const ObjectT& left, const CoObjectT& right) in intersects() function
Dset_algo.hpp87 bool intersects(const SetType& left, const SetType& right) in intersects() function
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/util/
DFluentBitSet.java273 public boolean intersects(final BitSet set) { in intersects() method in FluentBitSet
284 public boolean intersects(final FluentBitSet set) { in intersects() method in FluentBitSet
/external/guava/guava/src/com/google/common/collect/
DAbstractRangeSet.java76 public boolean intersects(Range<C> otherRange) { in intersects() method in AbstractRangeSet
/external/harfbuzz_ng/src/OT/Layout/Common/
DRangeRecord.hh72 bool intersects (const hb_set_t &glyphs) const in intersects() function
/external/pytorch/c10/util/
Dsparse_bitset.h177 bool intersects(const SparseBitVectorElement& RHS) const { in intersects() function
735 bool intersects(const SparseBitVector<ElementSize>* RHS) const { in intersects() function
740 bool intersects(const SparseBitVector<ElementSize>& RHS) const { in intersects() function
/external/harfbuzz_ng/src/OT/Layout/GPOS/
DPosLookup.hh29 bool intersects (const hb_set_t *glyphs) const in intersects() function
DPosLookupSubTable.hh53 bool intersects (const hb_set_t *glyphs, unsigned int lookup_type) const in intersects() function
/external/skia/src/pathops/
DSkPathOpsRect.h38 bool intersects(const SkDRect& r) const { in intersects() function
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2LoopTest.java284 S2Loop a, S2Loop b, int containsOrCrosses, boolean intersects, boolean nestable) { in assertRelation()
286 assertEquals(a.intersects(b), intersects); in assertRelation() local
/external/harfbuzz_ng/src/OT/Layout/GSUB/
DSequence.hh25 bool intersects (const hb_set_t *glyphs) const in intersects() function
DAlternateSet.hh26 bool intersects (const hb_set_t *glyphs) const in intersects() function
DSubstLookupSubTable.hh65 bool intersects (const hb_set_t *glyphs, unsigned int lookup_type) const in intersects() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DRange.h39 bool intersects(const AddressRange &R) const { in intersects() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseBitVector.h184 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() function
738 bool intersects(const SparseBitVector<ElementSize> *RHS) const { in intersects() function
743 bool intersects(const SparseBitVector<ElementSize> &RHS) const { in intersects() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DSparseBitVector.h185 bool intersects(const SparseBitVectorElement &RHS) const { in intersects() function
739 bool intersects(const SparseBitVector<ElementSize> *RHS) const { in intersects() function
744 bool intersects(const SparseBitVector<ElementSize> &RHS) const { in intersects() function
/external/guava/android/guava/src/com/google/common/collect/
DAbstractRangeSet.java100 public boolean intersects(Range<C> otherRange) { in intersects() method in AbstractRangeSet

1234567