/external/harfbuzz_ng/src/ |
hb-ot-layout-gsubgpos.hh | 47 const char *get_name () { return "INTERSECTS"; } 49 return_t dispatch (const T &obj) { return obj.intersects (this->glyphs); } 676 intersects_func_t intersects; member in struct:OT::ContextClosureFuncs 700 return (data+coverage).intersects (glyphs); 1290 bool intersects (const hb_set_t *glyphs, ContextClosureLookupContext &lookup_context) const function in struct:OT::Rule 1366 bool intersects (const hb_set_t *glyphs, function in struct:OT::RuleSet 1437 bool intersects (const hb_set_t *glyphs) const function in struct:OT::ContextFormat1 1547 bool intersects (const hb_set_t *glyphs) const function in struct:OT::ContextFormat2 1668 bool intersects (const hb_set_t *glyphs) const function in struct:OT::ContextFormat3 1939 bool intersects (const hb_set_t *glyphs, ChainContextClosureLookupContext &lookup_context) const function in struct:OT::ChainRule 2039 bool intersects (const hb_set_t *glyphs, ChainContextClosureLookupContext &lookup_context) const function in struct:OT::ChainRuleSet 2101 bool intersects (const hb_set_t *glyphs) const function in struct:OT::ChainContextFormat1 2209 bool intersects (const hb_set_t *glyphs) const function in struct:OT::ChainContextFormat2 2364 bool intersects (const hb_set_t *glyphs) const function in struct:OT::ChainContextFormat3 [all...] |
hb-ot-layout-gsub-table.hh | 44 bool intersects (const hb_set_t *glyphs) const function in struct:OT::SingleSubstFormat1 45 { return (this+coverage).intersects (glyphs); } 145 bool intersects (const hb_set_t *glyphs) const function in struct:OT::SingleSubstFormat2 146 { return (this+coverage).intersects (glyphs); } 367 bool intersects (const hb_set_t *glyphs) const function in struct:OT::MultipleSubstFormat1 368 { return (this+coverage).intersects (glyphs); } 553 bool intersects (const hb_set_t *glyphs) const function in struct:OT::AlternateSubstFormat1 554 { return (this+coverage).intersects (glyphs); } 682 bool intersects (const hb_set_t *glyphs) const function in struct:OT::Ligature 790 bool intersects (const hb_set_t *glyphs) cons function in struct:OT::LigatureSet 878 bool intersects (const hb_set_t *glyphs) const function in struct:OT::LigatureSubstFormat1 1049 bool intersects (const hb_set_t *glyphs) const function in struct:OT::ReverseChainSingleSubstFormat1 1299 bool intersects (const hb_set_t *glyphs) const function in struct:OT::SubstLookup [all...] |
hb-ot-layout-common.hh | 169 bool intersects (const hb_set_t *glyphs) const function in struct:OT::RangeRecord 170 { return glyphs->intersects (start, end); } 744 /* TODO Drop empty ones, either by calling intersects() beforehand, 842 bool intersects (const hb_set_t *glyphs) const function in struct:OT::CoverageFormat1 938 bool intersects (const hb_set_t *glyphs) const function in struct:OT::CoverageFormat2 943 if (rangeRecord[i].intersects (glyphs)) 955 range.intersects (glyphs)) 1076 bool intersects (const hb_set_t *glyphs) const function in struct:OT::Coverage 1283 bool intersects (const hb_set_t *glyphs) const function in struct:OT::ClassDefFormat1 1426 bool intersects (const hb_set_t *glyphs) const function in struct:OT::ClassDefFormat2 1557 bool intersects (const hb_set_t *glyphs) const function in struct:OT::ClassDef [all...] |
/external/skia/tests/ |
RegionTest.cpp | 18 #define TEST_NO_INTERSECT(rgn, rect) REPORTER_ASSERT(reporter, !rgn.intersects(rect)) 19 #define TEST_INTERSECT(rgn, rect) REPORTER_ASSERT(reporter, rgn.intersects(rect)) 88 // test intersects 89 REPORTER_ASSERT(reporter, !empty.intersects(empty2)); 90 REPORTER_ASSERT(reporter, !valid.intersects(empty)); 175 REPORTER_ASSERT(reporter, rgn.intersects(r)); 177 REPORTER_ASSERT(reporter, rgn.intersects(r)); 184 bool c0 = a.intersects(b);
|
/external/skqp/tests/ |
RegionTest.cpp | 18 #define TEST_NO_INTERSECT(rgn, rect) REPORTER_ASSERT(reporter, !rgn.intersects(rect)) 19 #define TEST_INTERSECT(rgn, rect) REPORTER_ASSERT(reporter, rgn.intersects(rect)) 88 // test intersects 89 REPORTER_ASSERT(reporter, !empty.intersects(empty2)); 90 REPORTER_ASSERT(reporter, !valid.intersects(empty)); 175 REPORTER_ASSERT(reporter, rgn.intersects(r)); 177 REPORTER_ASSERT(reporter, rgn.intersects(r)); 184 bool c0 = a.intersects(b);
|
/cts/tools/dasm/src/java_cup/ |
terminal_set.java | 183 /** Determine if this set intersects another. 186 public boolean intersects(terminal_set other) method in class:terminal_set
|
/external/replicaisland/src/com/replica/replicaisland/ |
AABoxCollisionVolume.java | 73 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, method in class:AABoxCollisionVolume
|
GameObjectCollisionSystem.java | 134 if (testRequired && record.boundingVolume.intersects(position, sFlip, 195 * @return The hit type of the first attacking volume that intersects a vulnerability volume, 217 if (attackVolume.intersects(attackPosition, attackFlip,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
KnownBits.h | 47 bool hasConflict() const { return Zero.intersects(One); }
|
/external/skia/include/core/ |
SkRegion.h | 242 /** Returns true if SkRegion intersects rect. 248 bool intersects(const SkIRect& rect) const; 250 /** Returns true if SkRegion intersects other. 256 bool intersects(const SkRegion& other) const; 324 !SkIRect::Intersects(fBounds, rect); 336 !SkIRect::Intersects(fBounds, rgn.fBounds);
|
/external/skia/samplecode/ |
SampleXfer.cpp | 63 return fRect.intersects(x - 1, y - 1, x + 1, y + 1); 76 return this->getBounds().intersects(target);
|
/external/skqp/include/core/ |
SkRegion.h | 242 /** Returns true if SkRegion intersects rect. 248 bool intersects(const SkIRect& rect) const; 250 /** Returns true if SkRegion intersects other. 256 bool intersects(const SkRegion& other) const; 324 !SkIRect::Intersects(fBounds, rect); 336 !SkIRect::Intersects(fBounds, rgn.fBounds);
|
/external/skqp/samplecode/ |
SampleXfer.cpp | 63 return fRect.intersects(x - 1, y - 1, x + 1, y + 1); 76 return this->getBounds().intersects(target);
|
/external/llvm/include/llvm/ADT/ |
SparseBitVector.h | 177 bool intersects(const SparseBitVectorElement &RHS) const { 230 // Three argument version of intersectWithComplement that intersects 760 bool intersects(const SparseBitVector<ElementSize> *RHS) const { 761 return intersects(*RHS); 765 bool intersects(const SparseBitVector<ElementSize> &RHS) const { 781 if (Iter1->intersects(*Iter2))
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
SparseBitVector.h | 201 bool intersects(const SparseBitVectorElement &RHS) const { 252 // Three argument version of intersectWithComplement that intersects 747 bool intersects(const SparseBitVector<ElementSize> *RHS) const { 748 return intersects(*RHS); 752 bool intersects(const SparseBitVector<ElementSize> &RHS) const { 768 if (Iter1->intersects(*Iter2))
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
SparseBitVector.h | 185 bool intersects(const SparseBitVectorElement &RHS) const { 238 // Three argument version of intersectWithComplement that intersects 734 bool intersects(const SparseBitVector<ElementSize> *RHS) const { 735 return intersects(*RHS); 739 bool intersects(const SparseBitVector<ElementSize> &RHS) const { 755 if (Iter1->intersects(*Iter2))
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
ShrinkWrapping.cpp | 713 if (CSRSave[EntryBlock].intersects(CSRSave[MBB])) { [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
RectTest.java | 72 assertTrue(mRect.intersects(5, 5, 15, 15)); 79 assertFalse(mRect.intersects(15, 15, 25, 25)); 93 assertTrue(Rect.intersects(rect1, rect2)); 97 assertFalse(Rect.intersects(rect1, rect2));
|
RectFTest.java | 101 assertTrue(mRectF.intersects(5, 5, 15, 15)); 108 assertFalse(mRectF.intersects(15, 15, 25, 25)); 122 assertTrue(RectF.intersects(rectF1, rectF2)); 126 assertFalse(RectF.intersects(rectF1, rectF2));
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFVerifier.h | 85 /// Return true if any range in this object intersects with any range in 87 bool intersects(const DieRangeInfo &RHS) const;
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/ |
MultiBoxTracker.java | 334 final boolean intersects = intersection.setIntersect(a, b); 343 if (intersects && intersectOverUnion > MAX_OVERLAP) {
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/tracking/ |
MultiBoxTracker.java | 334 final boolean intersects = intersection.setIntersect(a, b); 343 if (intersects && intersectOverUnion > MAX_OVERLAP) {
|
/external/eigen/test/ |
geo_alignedbox.cpp | 65 VERIFY(box1.intersects(box2) == !box1.intersection(box2).isEmpty());
|
/external/icu/icu4c/source/test/intltest/ |
itspoof.cpp | 443 TEST_ASSERT(s2.intersects(s1)); 444 TEST_ASSERT(s1.intersects(s2)); 448 TEST_ASSERT(s1.intersects(s2)); 449 TEST_ASSERT(s2.intersects(s1));
|
/external/llvm/lib/Target/Hexagon/ |
HexagonGenExtract.cpp | 188 if (M.intersects(C) || !APIntOps::isMask(W, M))
|