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

1 23 4 5 6

  /external/libvpx/libvpx/tools/
intersect-diffs.py 10 """Calculates the "intersection" of two unified diffs.
  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.h 193 inline FloatRect intersection(const FloatRect& a, const FloatRect& b) function in namespace:WebCore
IntRect.h 211 inline IntRect intersection(const IntRect& a, const IntRect& b) function in namespace:WebCore
TiledBackingStore.cpp 146 IntRect target = intersection(tileRect, dirtyRect);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NameSpaceChecker.java 81 Set conflictingKeys = r.returnScope.intersection(r.parameterScope);
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 214 /** Returns an AlignedBox that is the intersection of \a b and \c *this */
215 inline AlignedBox intersection(const AlignedBox& b) const function in class:Eigen::AlignedBox
  /external/eigen/unsupported/test/
BVH.cpp 60 bool intersectVolumeVolume(const BoxType &r1, const BoxType &r2) { ++calls; return !(r1.intersection(r2)).isNull(); }
  /external/webkit/Source/WebCore/rendering/
RenderWidget.cpp 375 return intersection(m_frameView->contentsToWindow(m_clipRect), m_frameView->windowClipRect());
RenderLayer.cpp     [all...]
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 156 // If there is nothing to do for one file, the intersection of tasks for all
169 // For all additional files, find intersection between the accumulated
172 ActionList intersection(common_tasks.size());
178 intersection.begin());
181 intersection.begin(),
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 522 IntRect paintRectInWindowCoordinates = intersection(dirtyRectInWindowCoordinates, clipRectInWindowCoordinates());
631 return intersection(frameRectInWindowCoordinates, windowClipRect);
835 parent()->hostWindow()->invalidateContentsAndWindow(intersection(dirtyRectInWindowCoordinates, clipRectInWindowCoordinates()), false);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 2402 PKIXPolicyNode intersection; local
    [all...]
  /external/skia/include/core/
SkCanvas.h 46 stack. The transformed geometry is clipped by the intersection of all of
172 * The actual pixels written is the intersection of the canvas' bounds, and
174 * If bitmap pixels extend outside of that intersection, they will not be
198 * on it. The bitmap is resized to the intersection of srcRect and the
    [all...]
  /external/skia/legacy/include/core/
SkCanvas.h 36 stack. The transformed geometry is clipped by the intersection of all of
164 * The actual pixels written is the intersection of the canvas' bounds, and
166 * If bitmap pixels extend outside of that intersection, they will not be
190 * on it. The bitmap is resized to the intersection of srcRect and the
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Multisets.java 481 * Returns an unmodifiable <b>view</b> of the intersection of two multisets.
493 public static <E> Multiset<E> intersection( method in class:Multisets
507 return Sets.intersection(
564 * {@link #intersection(Multiset, Multiset) intersection}
Sets.java 616 * Returns an unmodifiable <b>view</b> of the intersection of two sets. The
634 * // impossible for a non-String to be in the intersection
636 * Set<String> badStrings = (Set) Sets.intersection(
641 public static <E> SetView<E> intersection(
718 return difference(union(set1, set2), intersection(set1, set2));
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java 604 * Returns an unmodifiable <b>view</b> of the intersection of two sets. The
622 * // impossible for a non-String to be in the intersection
624 * Set<String> badStrings = (Set) Sets.intersection(
629 public static <E> SetView<E> intersection(
706 return difference(union(set1, set2), intersection(set1, set2));
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 502 IntRect r = intersection(rect, frameRect());
856 IntRect r = intersection(rect, frameRect());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 1083 FloatRect srcTile = intersection(src, tile);
    [all...]
  /external/skia/legacy/src/core/
SkCanvas.cpp 715 SkIRect* intersection) {
745 if (intersection) {
746 *intersection = ir;
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 800 SkIRect* intersection) {
830 if (intersection) {
831 *intersection = ir;
    [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 524 assertTrue(Sets.intersection(cache.asMap().keySet(), removalNotifications.keySet()).isEmpty());
  /external/v8/benchmarks/
raytrace.js 436 if(D > 0){ // intersection!
482 if(Vd == 0) return info; // no intersection
536 return 'Intersection [' + this.position + ']';

Completed in 497 milliseconds

1 23 4 5 6