/external/fonttools/Lib/fontTools/pens/ |
pointInsidePen.py | 40 # to infinity and count how many times it intersects the outline" (as well 42 # intersects the ray in one direction and decremented if it intersects in
|
/frameworks/base/core/tests/coretests/src/android/net/ |
NetworkStatsHistoryTest.java | 472 assertFalse(stats.intersects(10, 20)); 473 assertFalse(stats.intersects(TEST_START + YEAR_IN_MILLIS, TEST_START + YEAR_IN_MILLIS + 1)); 474 assertFalse(stats.intersects(Long.MAX_VALUE, Long.MIN_VALUE)); 476 assertTrue(stats.intersects(Long.MIN_VALUE, Long.MAX_VALUE)); 477 assertTrue(stats.intersects(10, TEST_START + YEAR_IN_MILLIS)); 478 assertTrue(stats.intersects(TEST_START, TEST_START)); 479 assertTrue(stats.intersects(TEST_START + DAY_IN_MILLIS, TEST_START + DAY_IN_MILLIS + 1)); 480 assertTrue(stats.intersects(TEST_START + DAY_IN_MILLIS, Long.MAX_VALUE)); 481 assertTrue(stats.intersects(TEST_START + 1, Long.MAX_VALUE)); 483 assertFalse(stats.intersects(Long.MIN_VALUE, TEST_START - 1)) [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Polygon.java | 201 int intersects = 0;
208 if (((y1 <= y && y < y2) || (y2 <= y && y < y1)) && x < ((x2 - x1) / (y2 - y1) * (y - y1) + x1)) intersects++;
210 return (intersects & 1) == 1;
|
/external/opencv3/3rdparty/openexr/Imath/ |
ImathBox.h | 112 bool intersects (const T &point) const; 113 bool intersects (const Box<T> &box) const; 231 Box<T>::intersects(const T &point) const function in class:Imath::Box 245 Box<T>::intersects(const Box<T> &box) const function in class:Imath::Box 383 bool intersects (const Vec2<T> &point) const; 384 bool intersects (const Box<Vec2<T> > &box) const; 493 Box<Vec2<T> >::intersects (const Vec2<T> &point) const function in class:Imath::Box 505 Box<Vec2<T> >::intersects (const Box<Vec2<T> > &box) const function in class:Imath::Box 625 bool intersects (const Vec3<T> &point) const; 626 bool intersects (const Box<Vec3<T> > &box) const 748 Box<Vec3<T> >::intersects (const Vec3<T> &point) const function in class:Imath::Box 761 Box<Vec3<T> >::intersects (const Box<Vec3<T> > &box) const function in class:Imath::Box [all...] |
ImathBoxAlgo.h | 70 // bool intersects(const Box<Vec3<T>> &box, 74 // bool intersects(const Box<Vec3<T>> &box, const Line3<T> &ray) 448 // ray starts outside and intersects the box 467 // No ray intersects an empty box 483 // ray-plane intersections. The ray intersects the box if the most 727 intersects (const Box< Vec3<T> > &b, const Line3<T> &r, Vec3<T> &ip) function in namespace:Imath 736 // ray starts outside and intersects the box 738 // - false if the ray starts outside the box and intersects it, 756 // No ray intersects an empty box 762 if (b.intersects (r.pos) 1006 intersects (const Box< Vec3<T> > &box, const Line3<T> &ray) function in namespace:Imath [all...] |
/external/skia/include/core/ |
SkRect.h | 279 /** If r intersects this rectangle, return true and set this rectangle to that 325 /** If the rectangle specified by left,top,right,bottom intersects this rectangle, 345 static bool Intersects(const SkIRect& a, const SkIRect& b) { 674 /** If this rectangle intersects r, return true and set this rectangle to that 680 /** If this rectangle intersects the rectangle specified by left, top, right, bottom, 697 static bool Intersects(SkScalar al, SkScalar at, SkScalar ar, SkScalar ab, 711 bool intersects(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) const { 712 return Intersects(fLeft, fTop, fRight, fBottom, left, top, right, bottom); 715 bool intersects(const SkRect& r) const { 716 return Intersects(fLeft, fTop, fRight, fBottom [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
rendering_frame.py | 80 if frame.bounds.Intersects(timeline_range):
|
/external/icu/icu4c/source/i18n/ |
scriptset.h | 49 UBool intersects(const ScriptSet &other) const; // Sets contain at least one script in commmon.
|
/external/skia/src/gpu/batches/ |
GrCopySurfaceBatch.cpp | 11 // returns true if the read/written rect intersects the src/dst and false if not.
|
/external/skia/tests/ |
RTreeTest.cpp | 32 if (SkRect::Intersects(query, rects[i])) {
|
PathOpsQuadLineIntersectionThreadedTest.cpp | 71 // verify that a vertical span starting at quad[0] intersects at t=0 72 // verify that a vertical span starting at quad[2] intersects at t=1
|
/frameworks/base/graphics/java/android/graphics/ |
Rect.java | 409 * If the rectangle specified by left,top,right,bottom intersects this 413 * intersection, use {@link #intersects(Rect, Rect)}. 439 * If the specified rectangle intersects this rectangle, return true and set 442 * is empty. To just test for intersection, use intersects() 458 * To just test for intersection, use intersects() 479 * Returns true if this rectangle intersects the specified rectangle. 489 * @return true iff the specified rectangle intersects this rectangle. In 492 public boolean intersects(int left, int top, int right, int bottom) { method in class:Rect 506 public static boolean intersects(Rect a, Rect b) { method in class:Rect
|
RectF.java | 327 * If the rectangle specified by left,top,right,bottom intersects this 331 * intersection, use intersects() 365 * If the specified rectangle intersects this rectangle, return true and set 368 * is empty. To just test for intersection, use intersects() 383 * To just test for intersection, use intersects() 404 * Returns true if this rectangle intersects the specified rectangle. 414 * @return true iff the specified rectangle intersects this rectangle. In 417 public boolean intersects(float left, float top, float right, method in class:RectF 433 public static boolean intersects(RectF a, RectF b) { method in class:RectF
|
/frameworks/base/libs/hwui/ |
Snapshot.h | 53 return rect.intersects(dangerRects[0]) 54 || rect.intersects(dangerRects[1]) 55 || rect.intersects(dangerRects[2]) 56 || rect.intersects(dangerRects[3]);
|
ShadowTessellator.cpp | 49 if (!localClip.intersects(ambientShadowBounds)) { 100 if (!lightRect.intersects(casterBounds)) {
|
LayerBuilder.cpp | 38 bool intersects(const Rect& rect) const { function in class:android::uirenderer::BatchBase 39 if (!rect.intersects(mBounds)) return false; 42 if (rect.intersects(op->computedState.clippedBounds)) { 132 if (intersects(op->computedState.clippedBounds)) return false; 225 if (overBatch->intersects(clippedBounds)) {
|
Rect.h | 135 bool intersects(float l, float t, float r, float b) const { function in class:android::uirenderer::Rect 144 bool intersects(const Rect& r) const { function in class:android::uirenderer::Rect 145 return intersects(r.left, r.top, r.right, r.bottom);
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.timeline.bounds.html | 51 <dl><dt><a name="Bounds-Intersects"><strong>Intersects</strong></a>(self, other)</dt></dl>
|
/external/chromium-trace/catapult/tracing/tracing/importer/ |
proto_expectation.html | 146 // Return true if the other event intersects this ProtoExpectation. 147 intersects: function(other) {
|
/external/clang/lib/Format/ |
TokenAnnotator.h | 110 /// \c True if this line should be formatted, i.e. intersects directly or 118 /// \c True if a one of this line's children intersects with an input range.
|
/external/replicaisland/src/com/replica/replicaisland/ |
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/skia/samplecode/ |
SampleXfer.cpp | 92 if (r.intersects(target)) { 119 return this->getBounds().intersects(target);
|
/external/skia/src/core/ |
SkRTree.cpp | 165 if (fCount > 0 && SkRect::Intersects(fRoot.fBounds, query)) { 172 if (SkRect::Intersects(node->fChildren[i].fBounds, query)) {
|
/external/v8/src/compiler/ |
coalesced-live-ranges.h | 86 static bool Intersects(LifetimePosition a_start, LifetimePosition a_end, 94 Intersects(query_->start(), query_->end(), pos_->start_, pos_->end_);
|
/system/extras/perfprofd/quipper/ |
address_mapper.h | 88 // Determines if this range intersects another range in real space. 89 inline bool Intersects(const MappedRange& range) const {
|