Searched refs:Vector2d (Results 1 – 18 of 18) sorted by relevance
/third_party/boost/libs/math/test/ |
D | test_vector_barycentric_rational.cpp | 33 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/ |
D | vector_barycentric_rational.qbk | 48 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/ |
D | browser_platform_delegate_native_aura.h | 17 class Vector2d; variable 68 virtual gfx::Vector2d GetUiWheelEventOffset(int deltaX, int deltaY) const;
|
D | browser_platform_delegate_native_aura.cc | 163 gfx::Vector2d offset(GetUiWheelEventOffset(deltaX, deltaY)); in TranslateUiWheelEvent() 179 gfx::Vector2d CefBrowserPlatformDelegateNativeAura::GetUiWheelEventOffset( in GetUiWheelEventOffset() 182 return gfx::Vector2d(deltaX, deltaY); in GetUiWheelEventOffset()
|
D | browser_platform_delegate_native_win.h | 43 gfx::Vector2d GetUiWheelEventOffset(int deltaX, int deltaY) const override;
|
D | browser_platform_delegate_native_win.cc | 494 gfx::Vector2d CefBrowserPlatformDelegateNativeWin::GetUiWheelEventOffset( in GetUiWheelEventOffset() 514 return gfx::Vector2d(scrollDeltaX, scrollDeltaY); in GetUiWheelEventOffset()
|
/third_party/boost/boost/compute/interop/eigen/ |
D | core.hpp | 67 BOOST_COMPUTE_TYPE_NAME(Eigen::Vector2d, double2)
|
/third_party/boost/libs/compute/include/boost/compute/interop/eigen/ |
D | core.hpp | 67 BOOST_COMPUTE_TYPE_NAME(Eigen::Vector2d, double2)
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 57 class Vector2d; variable 333 const gfx::Vector2d& image_offset,
|
D | browser_platform_delegate.cc | 315 const gfx::Vector2d& image_offset, in StartDragging()
|
/third_party/cef/libcef/browser/osr/ |
D | web_contents_view_osr.h | 72 const gfx::Vector2d& image_offset,
|
D | browser_platform_delegate_osr.h | 81 const gfx::Vector2d& image_offset,
|
D | web_contents_view_osr.cc | 155 const gfx::Vector2d& image_offset, in StartDragging()
|
D | browser_platform_delegate_osr.cc | 466 const gfx::Vector2d& image_offset, in StartDragging()
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.h | 173 const gfx::Vector2d& image_offset,
|
D | alloy_browser_host_impl.cc | 1643 const gfx::Vector2d& image_offset, in StartDragging()
|
/third_party/cef/patch/patches/ |
D | views_widget.patch | 227 const gfx::Vector2d& drag_offset,
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 15808 class Vector2d;
|