HomeSort by relevance Sort by last modified time
    Searched full:intersects (Results 76 - 100 of 293) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
IdentifierInfo.java 135 if (!requiredScripts.intersects(scriptsForCP)
151 if (requiredScripts.intersects(next)) {
275 if (cardinalityPlus == 2 && requiredScripts.get(UScript.LATIN) && !requiredScripts.intersects(CONFUSABLE_WITH_LATIN)) {
322 if (!container.intersects(alternatives)) {
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 618 TEST_ASSERT(s2.intersects(s1));
619 TEST_ASSERT(s1.intersects(s2));
623 TEST_ASSERT(s1.intersects(s2));
624 TEST_ASSERT(s2.intersects(s1));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IdentifierInfo.java 133 if (!requiredScripts.intersects(scriptsForCP)
149 if (requiredScripts.intersects(next)) {
273 if (cardinalityPlus == 2 && requiredScripts.get(UScript.LATIN) && !requiredScripts.intersects(CONFUSABLE_WITH_LATIN)) {
320 if (!container.intersects(alternatives)) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btGhostObject.cpp 118 /// go over all objects, and if the ray intersects their aabb + cast shape aabb,
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGeometryOperations.h 79 -0 if the ray never intersects
  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 73 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, method in class:AABoxCollisionVolume
  /external/skia/bench/
GeometryBench.cpp 106 count += SkRect::Intersects(fRects[0], fRects[i]);
  /external/skia/src/core/
SkRasterClip.h 68 return !SkIRect::Intersects(this->getBounds(), rect);
SkRegion.cpp 449 bool SkRegion::intersects(const SkIRect& r) const { function in class:SkRegion
478 bool SkRegion::intersects(const SkRegion& rgn) const { function in class:SkRegion
483 if (!SkIRect::Intersects(fBounds, rgn.fBounds)) {
494 return rgn.intersects(this->getBounds());
497 return this->intersects(rgn.getBounds());
    [all...]
  /external/skia/src/effects/
SkTileImageFilter.cpp 69 if (!SkIRect::Intersects(srcIRect, srcBounds)) {
  /external/skia/src/pathops/
SkOpBuilder.cpp 136 if (SkRect::Intersects(fPathRefs[inner].getBounds(), testBounds)) {
  /external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer_win.cc 84 // Check if the enumerated window intersects with the selected window.
desktop_region.h 117 // Same as above but intersects content of the current region with |region|.
  /frameworks/base/libs/hwui/
BakedOpState.cpp 58 if (CC_UNLIKELY(clipRect.isEmpty() || !clippedBounds.intersects(clipRect))) {
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 107 * Returns true if this event intersects the selection region.
  /packages/apps/Launcher3/src/com/android/launcher3/
PreloadIconDrawable.java 113 if (canvas.getClipBounds(sTempRect) && !Rect.intersects(sTempRect, r)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 110 if (hole.intersects(r)) {
  /system/extras/perfprofd/quipper/
address_mapper.cc 53 if (!iter->Intersects(range))
  /system/extras/simpleperf/
read_apk.cpp 69 // to an uncompressed blob whose range intersects with the mmap
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 605 intersects_func_t intersects; member in struct:OT::ContextClosureFuncs
629 return (data+coverage).intersects (glyphs);
    [all...]
hb-ot-layout-common-private.hh 157 inline bool intersects (const hb_set_t *glyphs) const { function in struct:OT::RangeRecord
158 return glyphs->intersects (start, end);
811 range.intersects (glyphs))
905 inline bool intersects (const hb_set_t *glyphs) const { function in struct:OT::Coverage
    [all...]
  /external/opencv3/modules/imgproc/src/
min_enclosing_triangle.cpp 177 static unsigned int intersects(double angleGammaAndPoint, unsigned int polygonPointIndex,
831 static unsigned int intersects(double angleGammaAndPoint, unsigned int polygonPointIndex, function in namespace:minEnclosingTriangle
    [all...]
  /external/skia/src/gpu/batches/
GrAAHairLinePathRenderer.cpp 270 if (SkIRect::Intersects(devClipBounds, ibounds)) {
297 if (SkIRect::Intersects(devClipBounds, ibounds)) {
318 if (SkIRect::Intersects(devClipBounds, ibounds)) {
346 if (SkIRect::Intersects(devClipBounds, ibounds)) {
371 if (SkIRect::Intersects(devClipBounds, ibounds)) {
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
StreamSpliterators.java 669 // Right split is contained within or intersects with the slice
673 // The left split intersects with the slice
674 // Right split is contained within or intersects with the slice
743 // The spliterator intersects with the slice
805 // The spliterator intersects with the slice
    [all...]
  /external/deqp/modules/egl/
teglResizeTests.cpp 505 m_status.check(oldPpi.x().intersects(newPpi.x()) &&
506 oldPpi.y().intersects(newPpi.y()),

Completed in 1574 milliseconds

1 2 34 5 6 7 8 91011>>