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

1 2 3 4 5 6 7 891011>>

  /external/guava/guava-tests/test/com/google/common/collect/
SetsTest.java 142 return Sets.intersection(set1, set2);
145 .named("Sets.intersection")
    [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 297 * it in this order means we do a two-way intersection and a three-way intersection.
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingBox.java 638 * intersection has occurred, true is returned, otherwise false is returned.
782 return Intersection.intersect(this, v1, v2, v3);
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
APhImage.c 295 In the above example the intersection of the image and the rectange is
338 /* find the intersection betweem the rectangle and the image, the image always starts at 0,0 */
ComplexImage.c 319 In the above example the intersection of the image and the rectange is
362 /* find the intersection betweem the rectangle and the image, the image always starts at 0,0 */
Flt16Image.c 328 In the above example the intersection of the image and the rectange is
371 /* find the intersection betweem the rectangle and the image, the image always starts at 0,0 */
UInt8Image.c 327 In the above example the intersection of the image and the rectange is
370 /* find the intersection betweem the rectangle and the image, the image always starts at 0,0 */
  /external/opencv/cv/src/
cvshapedescr.cpp 630 /**************** edges intersection examination **************************/
654 /* define intersection point */
    [all...]
  /external/qemu/android/skin/
region.c 746 /* no intersection at all */
751 /* intersection + overlap */
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp 1084 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
1085 //updateRect.Intersection(targetRect);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 1083 FloatRect srcTile = intersection(src, tile);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 824 // coordinates), so create the intersection of these bounds.
825 Rectangle clippedBounds = imageRectangle.intersection(bounds);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]
  /external/skia/src/core/
SkCanvas.cpp 715 SkIRect* intersection) {
745 if (intersection) {
746 *intersection = ir;
    [all...]
  /external/skia/src/utils/unix/
keysym2ucs.c     [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 804 inline hwc_rect intersection(const hwc_rect &r1, const hwc_rect &r2) function
924 // the intersection logic is simpler if we make them inclusive
951 overlaps.push_back(intersection(visible_rect, other_rect));
    [all...]
  /external/clang/lib/Frontend/
TextDiagnostic.cpp     [all...]
  /external/v8/src/
jsregexp.h 215 // Represents the location of one element relative to the intersection of
321 // union (all three out-sets are equal), intersection (only both_sets_out is
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 502 IntRect r = intersection(rect, frameRect());
856 IntRect r = intersection(rect, frameRect());
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
IconDetector.java     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammar.java 484 // find intersection of local rules and references from delegator
Grammar.java 1272 IntervalSet intersection = (IntervalSet)s_i.and(t); local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 491 /* the intersection is NULL */
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 524 assertTrue(Sets.intersection(cache.asMap().keySet(), removalNotifications.keySet()).isEmpty());

Completed in 417 milliseconds

1 2 3 4 5 6 7 891011>>