HomeSort by relevance Sort by last modified time
    Searched full:intersection (Results 51 - 75 of 379) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
TerrainPickData.java 39 * Pick result on a terrain patch with the intersection on the bounding box
  /external/chromium/chrome/browser/resources/gpu_internals/
sorted_array_utils.js 53 * intersects the provided loVal, or if no intersection is found,
58 * mapWidthFn the width. Intersection is lower-inclusive, e.g. [lo,lo+w).
  /external/chromium-trace/trace-viewer/src/
sorted_array_utils.js 53 * intersects the provided loVal, or if no intersection is found,
58 * mapWidthFn the width. Intersection is lower-inclusive, e.g. [lo,lo+w).
  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 23 * for example, a new rectangle that fits the sphere is used to perform the intersection test, so
65 * Calculates the intersection of this volume and another, and returns true if the
GameObjectCollisionSystem.java 30 * this test, and when an intersection is found the actual offending and receiving volumes are
31 * compared. If an intersection is detected both objects receive notification via a
74 * @param reactionComponent A HitReactionComponent to notify when an intersection is calculated.
75 * If null, the intersection will still occur and no notification will be sent.
190 * and returns a hit type if an intersection is found.
BackgroundCollisionComponent.java 122 * back to the point of intersection.
237 // If we found a collision, use this surface as our vertical intersection
269 // If we found a collision, use this surface as our horizontal intersection
282 // Record the intersection for other systems to use.
  /external/skia/include/core/
SkRect.h 203 intersection, otherwise return false and do not change this rectangle.
212 that intersection, otherwise return false and do not change this
231 that intersection, otherwise return false and do not change this
252 return true and set this rectangle to that intersection,
488 intersection, otherwise return false and do not change this rectangle.
494 return true and set this rectangle to that intersection, otherwise return false
508 // now check for intersection
514 * that intersection, otherwise return false and do not change this
  /external/webkit/Source/WebCore/platform/graphics/qt/
TileQt.cpp 87 IntRect tileDirtyRect = intersection(dirtyRect, m_rect);
147 IntRect target = intersection(rect, m_rect);
  /external/webkit/Source/WebKit2/UIProcess/qt/
TiledDrawingAreaTileQt.cpp 82 IntRect tileDirtyRect = intersection(dirtyRect, m_rect);
111 IntRect target = intersection(rect, m_rect);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Geometry.h 113 // Calculate the intersection of the two lines
135 // 2) Calculate the centroid of each triangle (the intersection of the angle bisections).
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 113 // Calculate the intersection of the two lines
135 // 2) Calculate the centroid of each triangle (the intersection of the angle bisections).
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Scope.java 109 * Returns the intersection of two scope sets
113 * @return the intersection of the two sets
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetTest.java 267 assertEquals(ImmutableSet.of(), set.intersection(emptySet));
268 assertEquals(ImmutableSet.of(), emptySet.intersection(set));
269 assertEquals(ImmutableSet.of(), Ranges.closed(-5, -1).asSet(integers()).intersection(
275 assertEquals(ImmutableSet.of(1, 2, 3), Ranges.open(-1, 4).asSet(integers()).intersection(set));
276 assertEquals(ImmutableSet.of(1, 2, 3), set.intersection(Ranges.open(-1, 4).asSet(integers())));
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageBufferHaiku.cpp 231 // Now we know there must be an intersection rect which we need to extract.
238 // intersection rect.
245 // intersection rect.
288 // We know there must be an intersection rect.
295 // intersection rect.
  /external/skia/third_party/glu/libtess/
sweep.c 391 * before any intersection tests (see example in __gl_computeInterior).
431 * generated intersection points.
458 * Find some weights which describe how the intersection vertex is
480 * We've computed a new intersection point, now we need a "data" pointer
516 * One possibility is to check these edges for intersection again
519 * so that it has something to fall back on when the intersection
521 * we can't check for intersection, this routine fixes the problem
610 * they intersect. If so, create the intersection and add it
613 * Returns TRUE if adding the new intersection resulted in a recursive
658 /* The intersection point lies slightly to the left of the sweep line
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 115 // 1. R is entirely before the intersection range.
116 // 2. R is entirely after the intersection range.
117 // 3. R contains the entire intersection range.
118 // 4. R starts before the intersection range and ends in the middle.
119 // 5. R starts in the middle of the intersection range and ends after it.
120 // 6. R is entirely contained in the intersection range.
239 // intersection with the two ranges [Min, Upper] and [Lower, Max],
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 451 PKIXPolicyNode intersection = RFC3280CertPathUtilities.wrapupCertG(certPath, paramsPKIX, userInitialPolicySet, local
454 if ((explicitPolicy > 0) || (intersection != null))
456 return new PKIXCertPathValidatorResult(trust, intersection, cert.getPublicKey());
  /external/iproute2/tc/
q_hfsc.c 49 " d : x-coordinate of intersection\n"
373 * intersection is at dmax
380 * convex curve, slope of first segment is 0, intersection
  /external/qemu/android/skin/
composer.c 277 * then we do an opaque blit of 'intersection(updated,region)', then removing it from 'updated'
279 * after that, we make a DSTOVER blit of 'intersection(drawn,region)'
280 * if the plate is not opaque, we add this intersection to 'drawn'
  /external/chromium/chrome/common/extensions/
extension_l10n_util.h 73 // 4. Intersect both lists, and add intersection to the extension.
  /external/guava/guava/src/com/google/common/collect/
MapDifference.java 53 * maps; that is, the intersection of the two maps.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetSetCountConditionallyTester.java 105 * return-false cases but not their intersection
  /external/junit/src/org/junit/runner/manipulation/
Filter.java 93 * Returns a new Filter that accepts the intersection of the tests accepted
  /external/skia/gyp/
opts.gyp 6 # Due to an unfortunate intersection of lameness between gcc and gyp,
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
PageOverlay.cpp 103 IntRect paintRect = intersection(dirtyRect, bounds());

Completed in 1326 milliseconds

1 23 4 5 6 7 8 91011>>