/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ |
D | LineRegion.java | 54 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/ |
D | RectRegion.java | 73 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAddressRange.h | 40 bool intersects(const DWARFAddressRange &RHS) const { in intersects() function
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 46 bool intersects (const hb_set_t *glyphs) const in intersects() function 145 bool intersects (const hb_set_t *glyphs) const in intersects() function 303 bool intersects (const hb_set_t *glyphs) const in intersects() function 385 bool intersects (const hb_set_t *glyphs) const in intersects() function 520 bool intersects (const hb_set_t *glyphs) const in intersects() function 596 bool intersects (const hb_set_t *glyphs) const in intersects() function 731 bool intersects (const hb_set_t *glyphs) const in intersects() function 848 bool intersects (const hb_set_t *glyphs) const in intersects() function 947 bool intersects (const hb_set_t *glyphs) const in intersects() function 1124 bool intersects (const hb_set_t *glyphs) const in intersects() function [all …]
|
D | hb-ot-layout-gpos-table.hh | 517 bool intersects (const hb_set_t *glyphs) const in intersects() function 600 bool intersects (const hb_set_t *glyphs) const in intersects() function 790 bool intersects (const hb_set_t *glyphs, in intersects() function 926 bool intersects (const hb_set_t *glyphs) const in intersects() function 1043 bool intersects (const hb_set_t *glyphs) const in intersects() function 1251 bool intersects (const hb_set_t *glyphs) const in intersects() function 1449 bool intersects (const hb_set_t *glyphs) const in intersects() function 1570 bool intersects (const hb_set_t *glyphs) const in intersects() function 1690 bool intersects (const hb_set_t *glyphs) const in intersects() function 1891 bool intersects (const hb_set_t *glyphs) const in intersects() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAddressRange.h | 40 bool intersects(const DWARFAddressRange &RHS) const { in intersects() function
|
/external/guava/guava/src/com/google/common/collect/ |
D | AbstractRangeSet.java | 73 public boolean intersects(Range<C> otherRange) { in intersects() method in AbstractRangeSet
|
D | RangeSet.java | 76 boolean intersects(Range<C> otherRange); in intersects() method
|
/external/skia/src/pathops/ |
D | SkPathOpsRect.h | 31 bool intersects(const SkDRect& r) const { in intersects() function
|
/external/skqp/src/pathops/ |
D | SkPathOpsRect.h | 31 bool intersects(const SkDRect& r) const { in intersects() function
|
/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2LoopTest.java | 284 S2Loop a, S2Loop b, int containsOrCrosses, boolean intersects, boolean nestable) { in assertRelation() 286 assertEquals(a.intersects(b), intersects); in assertRelation() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | Range.h | 39 bool intersects(const AddressRange &R) const { in intersects() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
D | Range.h | 40 bool intersects(const AddressRange &R) const { in intersects() function
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | AbstractRangeSet.java | 97 public boolean intersects(Range<C> otherRange) { in intersects() method in AbstractRangeSet
|
D | RangeSet.java | 75 boolean intersects(Range<C> otherRange); in intersects() method
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 184 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/llvm-project/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 184 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/s2-geometry-library-java/src/com/google/common/geometry/ |
D | S2CellUnion.java | 184 public boolean intersects(S2CellId id) { in intersects() method in S2CellUnion 221 public boolean intersects(S2CellUnion union) { in intersects() method in S2CellUnion
|
D | R1Interval.java | 126 public boolean intersects(R1Interval y) { in intersects() method in R1Interval
|
D | S2LatLngRect.java | 376 public boolean intersects(S2LatLngRect other) { in intersects() method in S2LatLngRect 384 public boolean intersects(S2Cell cell) { in intersects() method in S2LatLngRect
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | CollisionVolume.java | 55 public abstract boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, in intersects() method in CollisionVolume
|
D | AABoxCollisionVolume.java | 73 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, in intersects() method in AABoxCollisionVolume
|
D | SphereCollisionVolume.java | 85 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, in intersects() method in SphereCollisionVolume
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
D | FragmentedMp4Builder.java | 118 long[] intersects = intersectionFinder.sampleNumbers(track, movie); in createMoofMdat() local
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowRectTest.java | 134 public void intersects() { in intersects() method in ShadowRectTest
|