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

1 2 3 4 56 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 969 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
970 //updateRect.Intersection(targetRect);
1017 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
1018 updateRect.Intersection(targetRect);
  /external/webkit/Source/WebCore/platform/graphics/
IntRect.h 211 inline IntRect intersection(const IntRect& a, const IntRect& b) function in namespace:WebCore
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaUtils.cpp 193 // Do the intersection.
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataWin.cpp 154 // merely by testing code page intersection. This seems suspect though. Can't a font only partially
  /external/webkit/Source/WebCore/svg/
SVGRadialGradientElement.cpp 240 // (fx, fy) to the point of intersection of the line through (fx, fy) and the circle.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
sbitmap.h 254 /* Intersection and Union of preds/succs using the new flow graph
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 254 /* Intersection and Union of preds/succs using the new flow graph
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
sbitmap.h 254 /* Intersection and Union of preds/succs using the new flow graph
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 254 /* Intersection and Union of preds/succs using the new flow graph
  /external/chromium/chrome/browser/autofill/
autofill_profile_unittest.cc 530 // Intersection of types contains the fields NAME_FIRST, NAME_LAST,
543 // Intersection of types contains the fields NAME_FIRST, NAME_LAST,
555 // Intersection of types is empty.
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 238 // The intersection of i16 [4, 2) and [6, 5) is disjoint, looking like
239 // 01..4.6789ABCDEF where the dots represent values not in the intersection.
244 // previous bug: intersection of [min, 3) and [2, max) should be 2
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uset.h 401 * a boolean logic AND, or a set INTERSECTION.
418 * the <i>intersection</i> of the two sets.
608 * of set2. It answers the question, 'Does set1 and set2 have an intersection?'
  /external/webkit/Source/WebCore/icu/unicode/
uset.h 401 * a boolean logic AND, or a set INTERSECTION.
418 * the <i>intersection</i> of the two sets.
608 * of set2. It answers the question, 'Does set1 and set2 have an intersection?'
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
JavaPerformanceDetector.java 332 SetView<String> intersection = Sets.intersection( local
335 return intersection.size() > 0;
  /external/skia/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/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
raytrace.js 436 if(D > 0){ // intersection!
482 if(Vd == 0) return info; // no intersection
536 return 'Intersection [' + this.position + ']';
  /dalvik/vm/reflect/
Proxy.cpp 466 * Update set to hold the intersection of method[i]'s
634 * We need to compute the intersection of the arguments, i.e. remove
650 /* nothing declared, so intersection is empty */
    [all...]
  /external/openfst/src/test/
algo_test.h 511 VLOG(1) << "Check intersection is commutative.";
974 VLOG(1) << "Check the intersection is contained in its arguments.";
981 VLOG(1) << "Check union distributes over intersection.";
    [all...]
  /external/v8/benchmarks/
raytrace.js 436 if(D > 0){ // intersection!
482 if(Vd == 0) return info; // no intersection
536 return 'Intersection [' + this.position + ']';
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 462 if(D > 0){ // intersection!
508 if(Vd == 0) return info; // no intersection
562 return 'Intersection [' + this.position + ']';
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 462 if(D > 0){ // intersection!
508 if(Vd == 0) return info; // no intersection
562 return 'Intersection [' + this.position + ']';
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 431 if(D > 0){ // intersection!
477 if(Vd == 0) return info; // no intersection
531 return 'Intersection [' + this.position + ']';
  /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...]

Completed in 1145 milliseconds

1 2 3 4 56 7 8 91011>>