Home
last modified time | relevance | path

Searched refs:Vector2d (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/math/test/
Dtest_vector_barycentric_rational.cpp33 std::vector<Eigen::Vector2d> y(100); in test_agreement_with_1d()
44 std::vector<Eigen::Vector2d> y_copy = y; in test_agreement_with_1d()
62 Eigen::Vector2d z; in test_agreement_with_1d()
83 std::vector<Eigen::Vector2d> y(100); in test_interpolation_condition_eigen()
94 std::vector<Eigen::Vector2d> y_copy = y; in test_interpolation_condition_eigen()
98 Eigen::Vector2d z; in test_interpolation_condition_eigen()
182 std::vector<Eigen::Vector2d> y(100); in test_interpolation_condition_high_order()
193 std::vector<Eigen::Vector2d> y_copy = y; in test_interpolation_condition_high_order()
197 Eigen::Vector2d z; in test_interpolation_condition_high_order()
216 std::vector<Eigen::Vector2d> y(100); in test_constant_eigen()
[all …]
/third_party/boost/libs/math/doc/interpolators/
Dvector_barycentric_rational.qbk48 These requirements are satisfied by (for example) `Eigen::Vector2d`s and `std::array<Real, N>` clas…
53 std::vector<Eigen::Vector2d> y(100);
60 Eigen::Vector2d y = interpolant(t);
64 Eigen::Vector2d y;
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.h17 class Vector2d; variable
68 virtual gfx::Vector2d GetUiWheelEventOffset(int deltaX, int deltaY) const;
Dbrowser_platform_delegate_native_aura.cc163 gfx::Vector2d offset(GetUiWheelEventOffset(deltaX, deltaY)); in TranslateUiWheelEvent()
179 gfx::Vector2d CefBrowserPlatformDelegateNativeAura::GetUiWheelEventOffset( in GetUiWheelEventOffset()
182 return gfx::Vector2d(deltaX, deltaY); in GetUiWheelEventOffset()
Dbrowser_platform_delegate_native_win.h43 gfx::Vector2d GetUiWheelEventOffset(int deltaX, int deltaY) const override;
Dbrowser_platform_delegate_native_win.cc494 gfx::Vector2d CefBrowserPlatformDelegateNativeWin::GetUiWheelEventOffset( in GetUiWheelEventOffset()
514 return gfx::Vector2d(scrollDeltaX, scrollDeltaY); in GetUiWheelEventOffset()
/third_party/boost/boost/compute/interop/eigen/
Dcore.hpp67 BOOST_COMPUTE_TYPE_NAME(Eigen::Vector2d, double2)
/third_party/boost/libs/compute/include/boost/compute/interop/eigen/
Dcore.hpp67 BOOST_COMPUTE_TYPE_NAME(Eigen::Vector2d, double2)
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h57 class Vector2d; variable
333 const gfx::Vector2d& image_offset,
Dbrowser_platform_delegate.cc315 const gfx::Vector2d& image_offset, in StartDragging()
/third_party/cef/libcef/browser/osr/
Dweb_contents_view_osr.h72 const gfx::Vector2d& image_offset,
Dbrowser_platform_delegate_osr.h81 const gfx::Vector2d& image_offset,
Dweb_contents_view_osr.cc155 const gfx::Vector2d& image_offset, in StartDragging()
Dbrowser_platform_delegate_osr.cc466 const gfx::Vector2d& image_offset, in StartDragging()
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.h173 const gfx::Vector2d& image_offset,
Dalloy_browser_host_impl.cc1643 const gfx::Vector2d& image_offset, in StartDragging()
/third_party/cef/patch/patches/
Dviews_widget.patch227 const gfx::Vector2d& drag_offset,
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch15808 class Vector2d;