HomeSort by relevance Sort by last modified time
    Searched refs:intersection (Results 76 - 100 of 185) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatPolygon.cpp 209 bool VertexPair::intersection(const VertexPair& other, FloatPoint& point) const
211 // See: http://paulbourke.net/geometry/pointlineplane/, "Intersection point of two lines in 2 dimensions"
221 // when 0 <= u <= 1. We're computing the values of u for each line at their intersection point.
FloatRect.h 186 inline FloatRect intersection(const FloatRect& a, const FloatRect& b) function in namespace:WebCore
IntRect.h 170 inline IntRect intersection(const IntRect& a, const IntRect& b) function in namespace:WebCore
LayoutRect.h 176 inline LayoutRect intersection(const LayoutRect& a, const LayoutRect& b) function in namespace:WebCore
  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.cpp 106 m_popup->widgetClient()->didScrollRect(scrollDelta.width(), scrollDelta.height(), intersection(scrollRect, clipRect));
PopupContainer.cpp 334 IntRect r = intersection(rect, frameRect());
WebPluginContainerImpl.cpp 624 context->fillRect(intersection(horizontalOverhangArea, dirtyRect));
625 context->fillRect(intersection(verticalOverhangArea, dirtyRect));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_failures.py 36 return set((FailureReftestMismatch, FailureReftestMismatchDidNotOccur, FailureReftestNoImagesGenerated)).intersection(failure_types)
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h 162 /** \returns the intersection of *this with \a other.
168 VectorType intersection(const Hyperplane& other) function in class:Eigen::Hyperplane
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 173 /** \returns the intersection of *this with \a other.
179 VectorType intersection(const Hyperplane& other) const function in class:Eigen::Hyperplane
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/test/eigen2/
eigen2_hyperplane.cpp 103 Vector result = line_u.intersection(line_v);
  /external/eigen/test/
geo_hyperplane.cpp 104 Vector result = line_u.intersection(line_v);
  /external/guava/guava-tests/test/com/google/common/collect/
MultisetCollectionTest.java 230 return Multisets.intersection(multiset1, multiset2);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NameSpaceChecker.java 81 Set conflictingKeys = r.returnScope.intersection(r.parameterScope);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 351 return intersection(m_frameView->contentsToWindow(m_clipRect), m_frameView->windowClipRect());
  /external/eigen/unsupported/test/
BVH.cpp 60 bool intersectVolumeVolume(const BoxType &r1, const BoxType &r2) { ++calls; return !(r1.intersection(r2)).isNull(); }
  /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/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 406 std::vector< ::Atom> intersection; local
407 ui::GetAtomIntersection(targets.target_list(), types, &intersection);
408 return receiver->RequestAndWaitForTypes(intersection);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakset.py 105 i = s.intersection(self.items2)
112 self.assertEqual(i.intersection(C(self.items)), x)
123 i = self.s.intersection(self.items2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakset.py 105 i = s.intersection(self.items2)
112 self.assertEqual(i.intersection(C(self.items)), x)
123 i = self.s.intersection(self.items2)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 2402 PKIXPolicyNode intersection; local
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h 39 stack. The transformed geometry is clipped by the intersection of all of
165 * The actual pixels written is the intersection of the canvas' bounds, and
167 * If bitmap pixels extend outside of that intersection, they will not be
191 * on it. The bitmap is resized to the intersection of srcRect and the
    [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/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
pickerCommon.js 79 Rectangle.intersection = function(rect1, rect2) {

Completed in 886 milliseconds

1 2 34 5 6 7 8