/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
gim_basic_geometry_operations.h | 236 Intersects plane in one way only. The ray must face the plane (normals must be in opossite directions).<br/> 262 -0 if the ray never intersects
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
Bits.java | 273 * @return boolean indicating whether this bit set intersects the specified bit set */
274 public boolean intersects (Bits other) {
method in class:Bits
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Region_Delegate.java | 201 regionDelegate.mArea.intersects(left, top, right - left, bottom - top) == false; 217 regionDelegate.mArea.getBounds().intersects(
|
/external/icu/icu4c/source/i18n/ |
scriptset.cpp | 127 UBool ScriptSet::intersects(const ScriptSet &other) const { function in class:ScriptSet
|
/external/llvm/test/TableGen/ |
SetTheory.td | 62 // The 'and' operator intersects two sets. The result has the same order as the
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
PolicyFactory.java | 129 * Produces a factory that allows the union of the grants, and intersects
|
/external/skia/samplecode/ |
SamplePath.cpp | 336 if (r.intersects(SkRect::MakeXYWH(fPts[i].fX, fPts[i].fY, 1, 1))) {
|
/frameworks/base/core/java/com/android/internal/view/ |
FloatingActionMode.java | 222 * Same as Rect.intersects, but includes cases where the rectangles touch.
|
/frameworks/base/docs/html/guide/topics/ui/ |
how-android-draws.jd | 15 {@link android.view.View} that intersects the invalid region. In turn, each
|
/hardware/ti/omap4-aah/hwc/ |
rgz_2d.h | 258 * the diagram above H4 has 2 sub-regions, layer 0 intersects with the first
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/layout/ |
ScaledLayout.java | 212 if (Rect.intersects(visibleRectArray[i], visibleRectArray[j])) {
|
/prebuilts/tools/common/spantable/ |
spantable.jar | |
/external/chromium-trace/catapult/tracing/tracing/importer/ |
find_input_expectations.html | 796 if (!otherPE.intersects(pe)) 850 if (!otherPE.intersects(pe)) 930 if (!otherPE.intersects(pe)) [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
FragmentedMp4Builder.java | 118 long[] intersects = intersectionFinder.sampleNumbers(track, movie); local 119 intersectionMap.put(track, intersects); 120 maxNumberOfFragments = Math.max(maxNumberOfFragments, intersects.length);
|
/external/skia/src/core/ |
SkClipStack.cpp | 197 if (!SkRect::Intersects(this->getRect(), newR)) { 631 if (SkRect::Intersects(element->getBounds(), rect)) { 706 if (!SkRect::Intersects(prior->getBounds(), element.getBounds())) {
|
/external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/ |
TJTransform.html | 324 <code>add, add, add, contains, contains, contains, contains, createIntersection, createUnion, equals, getBounds, getBounds2D, getHeight, getLocation, getSize, getWidth, getX, getY, grow, inside, intersection, intersects, isEmpty, move, outcode, reshape, resize, setBounds, setBounds, setLocation, setLocation, setRect, setSize, setSize, toString, translate, union</code></li> 331 <code>add, add, add, contains, contains, getPathIterator, getPathIterator, hashCode, intersect, intersects, intersectsLine, intersectsLine, outcode, setFrame, setRect, union</code></li> 338 <code>clone, contains, contains, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, intersects, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal</code></li> 352 <code>contains, contains, contains, contains, getPathIterator, getPathIterator, intersects, intersects</code></li>
|
/external/skia/src/pathops/ |
SkPathOpsTSect.h | 286 int intersects(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp, 526 if (!fBounds.intersects(opp->fBounds)) { 1253 int SkTSect<TCurve, OppCurve>::intersects(SkTSpan<TCurve, OppCurve>* span, function in class:SkTSect [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RegisterSpecSet.java | 310 * Intersects this instance with the given one, modifying this
|
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpecSet.java | 309 * Intersects this instance with the given one, modifying this
|
/external/deqp/framework/common/ |
tcuInterval.hpp | 119 bool intersects (const Interval& other) const function in class:tcu::Interval
|
/external/deqp/framework/randomshaders/ |
rsgVariableValue.cpp | 143 bool ConstValueRangeAccess::intersects (const ConstValueRangeAccess& other) const function in class:rsg::ConstValueRangeAccess
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RegisterSpecSet.java | 309 * Intersects this instance with the given one, modifying this
|
/external/harfbuzz_ng/src/ |
hb-set-private.hh | 212 inline bool intersects (hb_codepoint_t first,
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
EarClippingTriangulator.java | 31 * If the input polygon is not simple (self-intersects), there will be output but it is of unspecified quality (garbage in,
|
/external/llvm/lib/Target/Hexagon/ |
HexagonGenExtract.cpp | 188 if (M.intersects(C) || !APIntOps::isMask(W, M))
|