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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/ADT/
SparseBitVector.h 832 // Convenience functions for infix union, intersection, difference operators.
  /external/llvm/lib/Support/
ConstantRange.cpp 258 /// intersectWith - Return the range that results from the intersection of this
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 128 throw new UnsupportedOperationException("No fragment intersection finder in default MP4 builder!");
  /external/qemu/block/
qcow2-cluster.c 826 /* No intersection */
  /external/skia/src/core/
SkScan_AntiPath.cpp 644 // If the intersection of the path bounds and the clip bounds
  /external/v8/src/
preparser.h 167 // Values are chosen so that having intersection bits means the there is
  /external/webkit/Source/WebCore/page/
FocusController.cpp 464 IntRect intersectionRect = intersection(candidate.rect, closest.rect);
SpatialNavigation.cpp 209 // This method checks if |start| and |dest| have a partial intersection, either
  /external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.cpp 370 if (intersection(layerRect, clipRect).isEmpty())
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 56 // Line Segment Intersection", in Graphics Gems III, pp. 199-202.
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 365 // the same side we are leaving, no intersection should be counted
  /external/webkit/Source/WebCore/rendering/
RenderView.cpp 279 IntRect r = intersection(ur, vr);
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 983 return intersection(toRenderWidget(renderer)->windowClipRect(), widgetRect);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 372 m_page->drawingArea()->scroll(intersection(scrollRect, clipRect), scrollOffset);
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 184 common_failures = common_failures.intersection(failures)
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 485 // the case of clipping by intersection, as it's supported natively.
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 81 * <tr> <td> [[a-z]&&[jkl]] </td> <td>Any character in both ranges. (Intersection.)</td> </tr>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.h 93 * intersection. The category all is the union of these values.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_classes.h 96 * intersection. The category all is the union of these values.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_classes.h 96 * intersection. The category all is the union of these values.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 93 * intersection. The category all is the union of these values.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 93 * intersection. The category all is the union of these values.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 93 * intersection. The category all is the union of these values.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 93 * intersection. The category all is the union of these values.
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainQuad.java 347 Vector3f intersection = picker.getTerrainIntersection(ray, results);
348 if (intersection != null)
    [all...]

Completed in 1330 milliseconds

1 2 3 4 5 6 7 8 91011>>