Home
last modified time | relevance | path

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

123

/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/skia/experimental/graphite/src/geom/
DIntersectionTree.cpp25 bool intersects(Rect rect) override { in intersects() function in skgpu::IntersectionTree::TreeNode
86 bool intersects(Rect rect) override { in intersects() function in skgpu::IntersectionTree::LeafNode
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh46 bool intersects (const hb_set_t *glyphs) const in intersects() function
152 bool intersects (const hb_set_t *glyphs) const in intersects() function
315 bool intersects (const hb_set_t *glyphs) const in intersects() function
402 bool intersects (const hb_set_t *glyphs) const in intersects() function
541 bool intersects (const hb_set_t *glyphs) const in intersects() function
636 bool intersects (const hb_set_t *glyphs) const in intersects() function
785 bool intersects (const hb_set_t *glyphs) const in intersects() function
904 bool intersects (const hb_set_t *glyphs) const in intersects() function
1007 bool intersects (const hb_set_t *glyphs) const in intersects() function
1211 bool intersects (const hb_set_t *glyphs) const in intersects() function
[all …]
Dhb-ot-layout-gpos-table.hh762 bool intersects (const hb_set_t *glyphs) const in intersects() function
871 bool intersects (const hb_set_t *glyphs) const in intersects() function
1131 bool intersects (const hb_set_t& glyphset) const in intersects() function
1160 bool intersects (const hb_set_t *glyphs, in intersects() function
1310 bool intersects (const hb_set_t *glyphs) const in intersects() function
1479 bool intersects (const hb_set_t *glyphs) const in intersects() function
1767 bool intersects (const hb_set_t *glyphs) const in intersects() function
2005 bool intersects (const hb_set_t *glyphs) const in intersects() function
2254 bool intersects (const hb_set_t *glyphs) const in intersects() function
2457 bool intersects (const hb_set_t *glyphs) const in intersects() function
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAddressRange.h40 bool intersects(const DWARFAddressRange &RHS) const { in intersects() function
/external/guava/guava/src/com/google/common/collect/
DAbstractRangeSet.java75 public boolean intersects(Range<C> otherRange) { in intersects() method in AbstractRangeSet
DRangeSet.java78 boolean intersects(Range<C> otherRange); in intersects() method
/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
DS2PolygonTest.java133 private void assertRelation(S2Polygon a, S2Polygon b, int contains, boolean intersects) { in assertRelation()
/external/skia/src/pathops/
DSkPathOpsRect.h31 bool intersects(const SkDRect& 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-10.0/llvm/include/llvm/DebugInfo/GSYM/
DRange.h39 bool intersects(const AddressRange &R) const { in intersects() function
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2CellUnion.java184 public boolean intersects(S2CellId id) { in intersects() method in S2CellUnion
221 public boolean intersects(S2CellUnion union) { in intersects() method in S2CellUnion
DR1Interval.java126 public boolean intersects(R1Interval y) { in intersects() method in R1Interval
DS2LatLngRect.java376 public boolean intersects(S2LatLngRect other) { in intersects() method in S2LatLngRect
384 public boolean intersects(S2Cell cell) { in intersects() method in S2LatLngRect
/external/guava/android/guava/src/com/google/common/collect/
DAbstractRangeSet.java99 public boolean intersects(Range<C> otherRange) { in intersects() method in AbstractRangeSet
DRangeSet.java77 boolean intersects(Range<C> otherRange); in intersects() method
/external/rust/crates/thiserror-impl/src/
Dgenerics.rs19 pub fn intersects(&self, ty: &Type) -> bool { in intersects() method
/external/replicaisland/src/com/replica/replicaisland/
DCollisionVolume.java55 public abstract boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, in intersects() method in CollisionVolume
DAABoxCollisionVolume.java73 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, in intersects() method in AABoxCollisionVolume
DSphereCollisionVolume.java85 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/
DFragmentedMp4Builder.java118 long[] intersects = intersectionFinder.sampleNumbers(track, movie); in createMoofMdat() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowRectTest.java134 public void intersects() { in intersects() method in ShadowRectTest
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowRectTest.java134 public void intersects() { in intersects() method in ShadowRectTest

123