/cts/tests/tests/graphics/src/android/graphics/cts/ |
RectFTest.java | 111 assertTrue(mRectF.intersects(5, 5, 15, 15)); 118 assertFalse(mRectF.intersects(15, 15, 25, 25)); 133 assertTrue(RectF.intersects(rectF1, rectF2)); 137 assertFalse(RectF.intersects(rectF1, rectF2));
|
RectTest.java | 74 assertTrue(mRect.intersects(5, 5, 15, 15)); 81 assertFalse(mRect.intersects(15, 15, 25, 25)); 96 assertTrue(Rect.intersects(rect1, rect2)); 100 assertFalse(Rect.intersects(rect1, rect2));
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
bounds.py | 58 def Intersects(self, other):
|
/external/chromium-trace/catapult/tracing/tracing/base/ |
sorted_array_utils.html | 71 * Finds an index in an array of intervals that either intersects 88 * @return {Number} An index in the array that intersects or is first-above 127 * intersects the provided val, or if no intersection is found, -1 or 145 * @return {Number} An index in the array that intersects or is first-above
|
range.html | 175 * Returns a slice of the input array that intersects with this range. If
|
rect.html | 139 intersects: function(that) {
|
/external/clang/include/clang/Lex/ |
PPConditionalDirectiveRecord.h | 73 /// \brief Returns true if the given range intersects with a conditional
|
/external/eigen/unsupported/Eigen/src/BVH/ |
BVAlgorithms.h | 74 bool intersectVolume(const BVH::Volume &volume) //returns true if volume intersects the query 86 bool intersectVolumeVolume(const BVH1::Volume &v1, const BVH2::Volume &v2) //returns true if product of volumes intersects the query 87 bool intersectVolumeObject(const BVH1::Volume &v1, const BVH2::Object &o2) //returns true if the volume-object product intersects the query 88 bool intersectObjectVolume(const BVH1::Object &o1, const BVH2::Volume &v2) //returns true if the volume-object product intersects the query
|
/external/replicaisland/src/com/replica/replicaisland/ |
CollisionVolume.java | 55 public abstract boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, method in class:CollisionVolume
|
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/skia/include/core/ |
SkRegion.h | 148 bool intersects(const SkIRect&) const; 154 bool intersects(const SkRegion&) const; 212 !SkIRect::Intersects(fBounds, rect); 222 !SkIRect::Intersects(fBounds, rgn.fBounds);
|
/external/skia/samplecode/ |
OverView.cpp | 80 if (this->bounds(loc).intersects(crect)) {
|
SampleRegion.cpp | 239 drawstr(canvas, "Intersects", pts[0], rgn.intersects(fRect));
|
/external/skia/tests/ |
PathOpsCubicIntersectionTestData.cpp | 58 { // intersects in one place (data gives bezier clip fits 67 }, { // intersects in three places 70 }, { // intersects in one place, cross over is nearly parallel 73 }, { // intersects in two places
|
WritePixelsTest.cpp | 387 bool intersects = SkIRect::Intersects(canvasRect, writeRect) ; local 388 REPORTER_ASSERT(reporter, intersects == (idBefore != idAfter));
|
/frameworks/support/compat/api21/android/support/v4/view/ |
ViewCompatLollipop.java | 202 needInvalidateWorkaround = !parentRect.intersects(view.getLeft(), view.getTop(), 227 needInvalidateWorkaround = !parentRect.intersects(view.getLeft(), view.getTop(),
|
/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))
|
/frameworks/base/libs/hwui/ |
DeferredDisplayList.cpp | 79 bool intersects(const Rect& rect) { function in class:android::uirenderer::DrawBatch 80 if (!rect.intersects(mBounds)) return false; 83 if (rect.intersects(mOps[i].state->mBounds)) { 85 DEFER_LOGD("op intersects with op %p with bounds %f %f %f %f:", mOps[i].op, 189 if (intersects(state->mBounds)) return false; 571 if (overBatch->intersects(state->mBounds)) {
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Intersector.java | 152 /** Intersects two resulting polygons with the same winding and sets the overlap polygon resulting from the intersection. 251 /** Returns whether the given line segment intersects the given circle. 323 /** Intersects a {@link Ray} and a {@link Plane}. The intersection point is stored in intersection in case an intersection is 345 /** Intersects a line and a plane. The intersection is returned as the distance from the first point to the plane. In case an 425 /** Intersects a {@link Ray} and a sphere, returning the intersection point in intersection. 444 /** Intersects a {@link Ray} and a {@link BoundingBox}, returning the intersection point in intersection. This intersection is 613 /** Intersects the given ray with list of triangles. Returns the nearest intersection point in intersection 648 /** Intersects the given ray with list of triangles. Returns the nearest intersection point in intersection 690 /** Intersects the given ray with list of triangles. Returns the nearest intersection point in intersection 723 /** Intersects the two lines and returns the intersection point in intersection [all...] |
/external/eigen/Eigen/src/Geometry/ |
AlignedBox.h | 194 inline bool intersects(const AlignedBox& b) const function in class:Eigen::AlignedBox 219 * \sa intersection(), intersects() */ 229 * \sa intersects(), clamp, contains() */
|
/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/compiler-rt/lib/sanitizer_common/ |
sanitizer_bitvector.h | 79 // Returns true if 'this' intersects with 'v'. 255 // Returns true if 'this' intersects with 'v'.
|
/external/mesa3d/src/mesa/swrast/ |
s_context.h | 243 * When the NewState mask intersects these masks, we invalidate the 254 * Will be called when the GL state change mask intersects the above masks.
|
/libcore/luni/src/test/java/libcore/java/util/ |
BitSetTest.java | 218 assertFalse(big().intersects(small())); 219 assertFalse(small().intersects(big()));
|
/external/guava/guava/src/com/google/common/collect/ |
RangeMap.java | 101 * Returns a view of the part of this range map that intersects with {@code range}.
|