/external/chromium_org/content/renderer/ |
paint_aggregator.h | 13 #include "ui/gfx/vector2d.h" 39 gfx::Vector2d scroll_delta; 56 void ScrollRect(const gfx::Vector2d& delta, const gfx::Rect& clip_rect); 60 const gfx::Vector2d& delta) const;
|
/external/eigen/test/ |
unalignedassert.cpp | 32 Vector2d m; 52 Vector2d m; 90 construct_at_boundary<Vector2d>(16); 115 VERIFY_RAISES_ASSERT(construct_at_boundary<Vector2d>(8));
|
/external/chromium_org/cc/output/ |
software_output_device.h | 13 #include "ui/gfx/vector2d.h" 37 virtual void Scroll(gfx::Vector2d delta,
|
/external/chromium_org/cc/resources/ |
bitmap_content_layer_updater.h | 32 gfx::Vector2d dest_offset, 56 gfx::Vector2d dest_offset,
|
image_layer_updater.h | 26 gfx::Vector2d dest_offset, 43 gfx::Vector2d dest_offset,
|
resource_update.cc | 17 gfx::Vector2d dest_offset) { 33 gfx::Vector2d dest_offset) {
|
layer_updater.h | 12 #include "ui/gfx/vector2d.h" 33 gfx::Vector2d dest_offset,
|
/external/chromium_org/cc/trees/ |
layer_tree_host_client.h | 12 class Vector2d; 28 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta,
|
/external/chromium_org/ui/aura/client/ |
window_move_client.h | 9 #include "ui/gfx/vector2d.h" 38 const gfx::Vector2d& drag_offset,
|
/external/chromium_org/ui/base/gtk/ |
gtk_screen_util.h | 13 #include "ui/gfx/vector2d.h" 27 UI_EXPORT gfx::Vector2d GetWidgetScreenOffset(GtkWidget* widget);
|
/external/chromium_org/ui/gfx/ |
blit.h | 17 class Vector2d; 48 const Vector2d& offset);
|
rect.cc | 22 template class RectBase<Rect, Point, Size, Insets, Vector2d, int>; 24 typedef class RectBase<Rect, Point, Size, Insets, Vector2d, int> RectBaseT; 72 Rect operator+(const Rect& lhs, const Vector2d& rhs) { 78 Rect operator-(const Rect& lhs, const Vector2d& rhs) {
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebSize.h | 41 #include <ui/gfx/vector2d.h> 89 WebSize(const gfx::Vector2d& v) 102 WebSize& operator=(const gfx::Vector2d& v) 114 operator gfx::Vector2d() const 116 return gfx::Vector2d(width, height);
|
/external/eigen/bench/ |
BenchTimer.h | 153 Vector2d m_starts; 154 Vector2d m_times; 155 Vector2d m_bests; 156 Vector2d m_worsts; 157 Vector2d m_totals;
|
/external/eigen/doc/ |
D09_StructHavingEigenMembers.dox | 27 Eigen::Vector2d v; 46 Eigen::Vector2d v; 69 Eigen::Vector2d v; 78 A Eigen::Vector2d consists of 2 doubles, which is 128 bits. Which is exactly the size of a SSE packet, which makes it possible to use SSE for all sorts of operations on this vector. But SSE instructions (at least the ones that Eigen uses, which are the fast ones) require 128-bit alignment. Otherwise you get a segmentation fault. 80 For this reason, Eigen takes care by itself to require 128-bit alignment for Eigen::Vector2d, by doing two things: 81 \li Eigen requires 128-bit alignment for the Eigen::Vector2d's array (of 2 doubles). With GCC, this is done with a __attribute__ ((aligned(16))). 82 \li Eigen overloads the "operator new" of Eigen::Vector2d so it will always return 128-bit aligned pointers. 100 Eigen::Vector2d v; 159 Eigen::Vector2d av(v); 175 Vector2d v [all...] |
/external/chromium_org/ui/base/gestures/ |
gesture_point.cc | 41 same_direction_count_ = gfx::Vector2d(); 44 gfx::Vector2d GesturePoint::ScrollDelta() { 55 gfx::Vector2d sd(ScrollVelocityDirection(velocity_calculator_.XVelocity()), 89 same_direction_count_ = gfx::Vector2d(); 129 gfx::Vector2d d = last_touch_position_ - second_last_touch_position_; 142 gfx::Vector2d d = last_touch_position_ - second_last_touch_position_; 148 gfx::Vector2d d = last_touch_position_ - second_last_touch_position_;
|
/external/eigen/test/eigen2/ |
eigen2_unalignedassert.cpp | 30 Vector2d m; // bad: sizeof(m)%16==0 so alignment is required 46 Vector2d m; 66 Vector2d m;
|
/external/chromium_org/cc/layers/ |
layer_position_constraint_unittest.cc | 118 root->SetMaxScrollOffset(gfx::Vector2d(100, 100)); 120 child->SetMaxScrollOffset(gfx::Vector2d(100, 100)); 122 grand_child->SetMaxScrollOffset(gfx::Vector2d(100, 100)); 152 child->SetScrollDelta(gfx::Vector2d(0, 0)); 164 child->SetScrollDelta(gfx::Vector2d(10, 10)); 178 child->SetFixedContainerSizeDelta(gfx::Vector2d(20, 20)); 226 child->SetScrollDelta(gfx::Vector2d(0, 0)); 240 child->SetScrollDelta(gfx::Vector2d(10, 20)); 255 child->SetFixedContainerSizeDelta(gfx::Vector2d(20, 20)); 294 child->SetScrollDelta(gfx::Vector2d(0, 0)) [all...] |
/external/chromium_org/content/browser/renderer_host/ |
test_backing_store.cc | 33 void TestBackingStore::ScrollBackingStore(const gfx::Vector2d& delta,
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_aura.h | 14 #include "ui/gfx/vector2d.h" 55 const gfx::Vector2d& cursor_offset) OVERRIDE; 57 virtual const gfx::Vector2d& GetDragImageOffset() const OVERRIDE; 85 gfx::Vector2d drag_image_offset_;
|
/external/eigen/doc/examples/ |
tut_arithmetic_matrix_mul.cpp | 10 Vector2d u(-1,1), v(2,0);
|
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin_backing_store.h | 13 #include "ui/gfx/vector2d.h" 43 void ScrollBackingStore(const gfx::Vector2d& delta,
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
x11_desktop_window_move_client.h | 44 const gfx::Vector2d& drag_offset, 58 gfx::Vector2d window_offset_;
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_resize_browsertest.cc | 33 const gfx::Vector2d& delta) { 104 mouse_location = bounds.origin() + gfx::Vector2d(10, 1); 118 mouse_location = bounds.origin() + gfx::Vector2d(1, 30); 132 mouse_location = bounds.origin() + gfx::Vector2d(bounds.width() - 1, 2); 148 mouse_location = bounds.origin() + gfx::Vector2d(bounds.width() - 1, 30); 163 mouse_location = bounds.origin() + gfx::Vector2d(10, bounds.height() - 1); 174 mouse_location = bounds.origin() + gfx::Vector2d(1, bounds.height() - 1); 186 gfx::Vector2d(bounds.width() - 2, bounds.height()); 215 gfx::Vector2d(bounds.width() - 1, 30); 228 mouse_location = bounds.origin() + gfx::Vector2d(1, bounds.height() - 1) [all...] |
/external/ceres-solver/internal/ceres/ |
dogleg_strategy.h | 79 typedef Eigen::Matrix<double, 2, 1, Eigen::DontAlign> Vector2d; 92 bool FindMinimumOnTrustRegionBoundary(Vector2d* minimum) const; 94 Vector2d ComputeSubspaceStepFromRoot(double lambda) const; 95 double EvaluateSubspaceModel(const Vector2d& x) const; 158 Vector2d subspace_g_;
|