HomeSort by relevance Sort by last modified time
    Searched refs:intersects (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
RectRegionTest.java 66 assertTrue(region1.intersects(region2));
67 assertTrue(region2.intersects(region1));
70 assertFalse(region1.intersects(region3));
71 assertFalse(region3.intersects(region1));
74 assertTrue(region1.intersects(region4));
75 assertTrue(region4.intersects(region1));
79 assertTrue(region1.intersects(region5));
80 assertTrue(region5.intersects(region1));
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
RegionTest.java 46 assertFalse(line1.intersects(line2));
49 assertTrue(line1.intersects(line2));
53 assertTrue(line1.intersects(line2));
57 assertFalse(line1.intersects(line2));
LineRegionTest.java 62 assertFalse(line1.intersects(line2));
65 assertTrue(line1.intersects(line2));
69 assertTrue(line1.intersects(line2));
73 assertFalse(line1.intersects(line2));
  /external/fonttools/Tests/misc/
arrayTools_test.py 67 intersects, rect = sectRect((0, 10, 20, 30), (0, 40, 20, 50))
68 assert not intersects
70 intersects, rect = sectRect((0, 10, 20, 30), (5, 20, 35, 50))
71 assert intersects
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
RectRegion.java 73 public boolean intersects(RectRegion region) { method in class:RectRegion
74 return intersects(region.getMinX(), region.getMaxX(), region.getMinY(), region.getMaxY());
79 * Tests whether this region intersects the region defined by params. Use
89 public boolean intersects(Number minX, Number maxX, Number minY, Number maxY) { method in class:RectRegion
90 return xLineRegion.intersects(minX, maxX) && yLineRegion.intersects(minY, maxY);
93 public boolean intersects(RectF region, Number visMinX, Number visMaxX, Number visMinY, Number visMaxY) { method in class:RectRegion
97 return RectF.intersects(thisRegion, region);
134 if(r.intersects(minX, maxX, minY, maxY)) {
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
LineRegion.java 54 public boolean intersects(LineRegion lineRegion) { method in class:LineRegion
55 return intersects(lineRegion.getMinVal(), lineRegion.getMaxVal());
59 * Tests whether this segment intersects another
64 public boolean intersects(Number line2Min, Number line2Max) { method in class:LineRegion
  /external/skia/tests/
PathOpsDRectTest.cpp 54 REPORTER_ASSERT(reporter, rect.intersects(rect2));
68 REPORTER_ASSERT(reporter, rect.intersects(rect2));
  /external/skqp/tests/
PathOpsDRectTest.cpp 54 REPORTER_ASSERT(reporter, rect.intersects(rect2));
68 REPORTER_ASSERT(reporter, rect.intersects(rect2));
  /external/icu/icu4c/source/i18n/
scriptset.h 52 UBool intersects(const ScriptSet &other) const; // Sets contain at least one script in commmon.
  /external/perfetto/test/trace_processor/
span_left_join.sql 54 -- Insert a row into t2 which intersects the first row of partition 5.
57 -- Insert a row into t2 which intersects the first row of partition 5.
span_left_join_left_unpartitioned.sql 49 -- Insert a row into t2 which intersects the first row of partition 5.
52 -- Insert a row into t2 which intersects the third row of partition 5.
span_outer_join.sql 54 -- Insert a row into t2 which intersects the first row of partition 5.
57 -- Insert a row into t2 which intersects the first row of partition 5.
  /external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java 55 public abstract boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, method in class:CollisionVolume
SphereCollisionVolume.java 85 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, method in class:SphereCollisionVolume
91 result = other.intersects(otherPosition, otherFlip, this, position, flip);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowRectTest.java 130 assertThat(Rect.intersects(a, b)).isFalse();
134 public void intersects() { method in class:ShadowRectTest
137 assertThat(Rect.intersects(a, b)).isTrue();
144 assertThat(Rect.intersects(a, b)).isFalse();
  /external/skia/src/gpu/
GrFixedClip.cpp 38 if (!rect.intersects(rtBounds)) {
  /external/skqp/src/gpu/
GrFixedClip.cpp 38 if (!rect.intersects(rtBounds)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFAddressRange.h 37 /// Returns true if [LowPC, HighPC) intersects with [RHS.LowPC, RHS.HighPC).
38 bool intersects(const DWARFAddressRange &RHS) const { function in struct:llvm::DWARFAddressRange
  /external/skia/bench/
RegionBench.cpp 48 return a.intersects(b);
54 return a.intersects(r);
  /external/skqp/bench/
RegionBench.cpp 48 return a.intersects(b);
54 return a.intersects(r);
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 471 bool intersects (const hb_set_t *glyphs) const function in struct:OT::SinglePosFormat1
472 { return (this+coverage).intersects (glyphs); }
526 bool intersects (const hb_set_t *glyphs) const function in struct:OT::SinglePosFormat2
527 { return (this+coverage).intersects (glyphs); }
624 bool intersects (const hb_set_t *glyphs, function in struct:OT::PairSet
730 bool intersects (const hb_set_t *glyphs) const function in struct:OT::PairPosFormat1
738 (this+pairSet[iter.get_coverage ()]).intersects (glyphs, valueFormat))
815 bool intersects (const hb_set_t *glyphs) const function in struct:OT::PairPosFormat2
817 return (this+coverage).intersects (glyphs) &&
818 (this+classDef2).intersects (glyphs)
970 bool intersects (const hb_set_t *glyphs) const function in struct:OT::CursivePosFormat1
1135 bool intersects (const hb_set_t *glyphs) const function in struct:OT::MarkBasePosFormat1
1257 bool intersects (const hb_set_t *glyphs) const function in struct:OT::MarkLigPosFormat1
1378 bool intersects (const hb_set_t *glyphs) const function in struct:OT::MarkMarkPosFormat1
1580 bool intersects (const hb_set_t *glyphs) const function in struct:OT::PosLookup
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/draft/
IdentifierInfo.java 109 } else if (!requiredScripts.intersects(temp)
125 if (requiredScripts.intersects(next)) {
266 && !temp.intersects(CONFUSABLE_WITH_LATIN)) {
286 if (!container.intersects(alternatives)) {
TestMixedScript.java 176 if (!match.intersects(combo)) {
228 || DISALLOWED_WITH_LATIN.intersects(singleScripts)) {
253 public boolean intersects(BitSet other) { method in class:TestMixedScript.ScriptMatch
254 return match.intersects(other);
  /external/skia/src/pathops/
SkPathOpsRect.h 31 bool intersects(const SkDRect& r) const { function in struct:SkDRect
  /external/skqp/src/pathops/
SkPathOpsRect.h 31 bool intersects(const SkDRect& r) const { function in struct:SkDRect

Completed in 494 milliseconds

1 2 3 4 5 6