Home
last modified time | relevance | path

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

12

/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/jmonkeyengine/engine/src/core/com/jme3/bounding/
DBoundingVolume.java247 public abstract boolean intersects(BoundingVolume bv); in intersects() method in BoundingVolume
256 public abstract boolean intersects(Ray ray); in intersects() method in BoundingVolume
305 public abstract boolean intersects(Vector3f point); in intersects() method in BoundingVolume
DBoundingBox.java579 public boolean intersects(BoundingVolume bv) { in intersects() method in BoundingBox
642 public boolean intersects(Ray ray) { in intersects() method in BoundingBox
781 public boolean intersects(Vector3f v1, Vector3f v2, Vector3f v3) { in intersects() method in BoundingBox
793 public boolean intersects(Vector3f point) { in intersects() method in BoundingBox
DBoundingSphere.java664 public boolean intersects(BoundingVolume bv) { in intersects() method in BoundingSphere
719 public boolean intersects(Ray ray) { in intersects() method in BoundingSphere
826 public boolean intersects(Vector3f point) { in intersects() method in BoundingSphere
/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/src/pathops/
DSkPathOpsRect.h27 bool intersects(const SkDRect& r) const { in intersects() function
DSkPathOpsTSect.h1193 int SkTSect<TCurve, OppCurve>::intersects(SkTSpan<TCurve, OppCurve>* span, in intersects() function
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRect.java93 public static boolean intersects(Rect a, Rect b) { in intersects() method in ShadowRect
/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/jmonkeyengine/engine/src/core/com/jme3/math/
DRay.java200 private boolean intersects(Vector3f v0, Vector3f v1, Vector3f v2, in intersects() method in Ray
271 public float intersects(Vector3f v0, Vector3f v1, Vector3f v2) { in intersects() method in Ray
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DRectTest.java136 public void intersects() { in intersects() method in RectTest
/external/deqp/framework/randomshaders/
DrsgVariableValue.cpp143 bool ConstValueRangeAccess::intersects (const ConstValueRangeAccess& other) const in intersects() function in rsg::ConstValueRangeAccess
/external/icu/icu4c/source/i18n/
Dscriptset.cpp127 UBool ScriptSet::intersects(const ScriptSet &other) const { in intersects() function in ScriptSet
/external/deqp/framework/common/
DtcuInterval.hpp119 bool intersects (const Interval& other) const in intersects() function in tcu::Interval
/external/skia/include/core/
DSkRect.h712 bool intersects(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) const { in intersects() function
716 bool intersects(const SkRect& r) const { in intersects() function
/external/harfbuzz_ng/src/
Dhb-set-private.hh202 inline bool intersects (hb_codepoint_t first, in intersects() function
Dhb-ot-layout-common-private.hh142 inline bool intersects (const hb_set_t *glyphs) const { in intersects() function
845 inline bool intersects (const hb_set_t *glyphs) const { in intersects() function
/external/skia/src/core/
DSkRegion.cpp449 bool SkRegion::intersects(const SkIRect& r) const { in intersects() function in SkRegion
478 bool SkRegion::intersects(const SkRegion& rgn) const { in intersects() function in SkRegion
/external/skia/tests/
DWritePixelsTest.cpp472 bool intersects = SkIRect::Intersects(canvasRect, writeRect) ; in DEF_GPUTEST() local
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DSpatial.java1415 public void setLastFrustumIntersection(Camera.FrustumIntersect intersects) { in setLastFrustumIntersection()
/external/llvm/include/llvm/ADT/
DAPInt.h1158 bool intersects(const APInt &RHS) const { return (*this & RHS) != 0; } in intersects() function
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp619 …const bool intersects = bp->IntersectsRange(addr, size, &intersect_addr, &intersect_size, &opcode_… in WriteMemory() local

12