/external/chromium_org/android_webview/browser/ |
browser_view_renderer.h | 50 const gfx::Vector2d& scroll_correction, 82 const gfx::Vector2d& scroll, 103 void ScrollTo(gfx::Vector2d new_value); 186 gfx::Vector2d max_scroll_offset() const; 210 gfx::Vector2d last_on_draw_scroll_offset_;
|
/external/chromium_org/ui/gfx/ |
blit_unittest.cc | 80 gfx::Vector2d(0, 0)); 85 gfx::ScrollCanvas(canvas.get(), empty_clip, gfx::Vector2d(0, 1)); 90 gfx::ScrollCanvas(canvas.get(), center_three, gfx::Vector2d(0, -1)); 101 gfx::ScrollCanvas(canvas.get(), center_three, gfx::Vector2d(0, 1)); 112 gfx::ScrollCanvas(canvas.get(), center_three, gfx::Vector2d(1, 0)); 123 gfx::ScrollCanvas(canvas.get(), center_three, gfx::Vector2d(-1, 0)); 134 gfx::ScrollCanvas(canvas.get(), center_three, gfx::Vector2d(2, 2));
|
/external/chromium_org/content/browser/renderer_host/input/ |
touch_action_browsertest.cc | 124 bool DoTouchScroll(const gfx::Point& point, const gfx::Vector2d& distance) { 177 bool scrolled = DoTouchScroll(gfx::Point(50, 50), gfx::Vector2d(0, 45)); 199 bool scrolled = DoTouchScroll(gfx::Point(50, 150), gfx::Vector2d(0, 45));
|
synthetic_gesture_controller_unittest.cc | 25 #include "ui/gfx/vector2d.h" 537 gfx::Vector2d AddTouchSlopToVector(const gfx::Vector2d& vector, 553 return gfx::Vector2d(x, y); 562 params.distances.push_back(gfx::Vector2d(0, 123)); 583 params.distances.push_back(gfx::Vector2d(-234, 0)); 612 const gfx::Vector2d& target_distance, 624 params.distances.push_back(gfx::Vector2d(413, -83)); 648 params.distances.push_back(gfx::Vector2d(21, -12)); 676 params.distances.push_back(gfx::Vector2d(-43, 19)) [all...] |
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_aurax11.h | 23 #include "ui/gfx/vector2d.h" 96 const gfx::Vector2d& cursor_offset) OVERRIDE; 98 virtual const gfx::Vector2d& GetDragImageOffset() const OVERRIDE; 117 gfx::Vector2d drag_image_offset_;
|
drag_utils_win.cc | 26 const gfx::Vector2d& cursor_offset, 61 const gfx::Vector2d& cursor_offset,
|
os_exchange_data.h | 29 class Vector2d; 139 const gfx::Vector2d& cursor_offset) = 0; 141 virtual const gfx::Vector2d& GetDragImageOffset() const = 0;
|
/external/chromium_org/android_webview/native/ |
aw_picture.cc | 44 gfx::Vector2d(),
|
/external/chromium_org/ash/shelf/ |
overflow_bubble_view.h | 58 gfx::Vector2d scroll_offset_;
|
/external/chromium_org/cc/output/ |
software_output_device.h | 14 #include "ui/gfx/geometry/vector2d.h" 56 virtual void Scroll(const gfx::Vector2d& delta, const gfx::Rect& clip_rect);
|
direct_renderer.h | 58 void SetEnlargePassTextureAmountForTesting(const gfx::Vector2d& amount); 132 gfx::Vector2d enlarge_pass_texture_amount_;
|
/external/chromium_org/cc/resources/ |
bitmap_skpicture_content_layer_updater.h | 25 const gfx::Vector2d& dest_offset,
|
layer_updater.h | 13 #include "ui/gfx/vector2d.h" 34 const gfx::Vector2d& dest_offset,
|
texture_uploader.cc | 20 #include "ui/gfx/vector2d.h" 140 gfx::Vector2d dest_offset, 184 gfx::Vector2d dest_offset, 195 gfx::Vector2d offset(source_rect.origin() - image_rect.origin()); 238 gfx::Vector2d dest_offset, 251 gfx::Vector2d offset(source_rect.origin() - image_rect.origin());
|
/external/chromium_org/cc/test/ |
fake_layer_tree_host_client.h | 37 virtual void ApplyViewportDeltas(const gfx::Vector2d& scroll_delta,
|
/external/chromium_org/mojo/examples/compositor_app/ |
compositor_host.h | 36 virtual void ApplyViewportDeltas(const gfx::Vector2d& scroll_delta,
|
/external/chromium_org/ui/views/accessibility/ |
native_view_accessibility.h | 39 virtual gfx::Vector2d GetGlobalCoordinateOffset() OVERRIDE;
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
x11_desktop_window_move_client.cc | 47 const gfx::Vector2d& drag_offset,
|
desktop_window_tree_host_win.h | 87 const gfx::Vector2d& drag_offset, 129 const gfx::Vector2d& top_left_delta, 130 const gfx::Vector2d& bottom_right_delta) OVERRIDE; 234 gfx::Vector2d window_expansion_top_left_delta_; 235 gfx::Vector2d window_expansion_bottom_right_delta_; 239 gfx::Vector2d window_enlargement_;
|
/external/chromium_org/cc/layers/ |
layer_impl_unittest.cc | 130 gfx::Vector2d arbitrary_vector2d = gfx::Vector2d(111, 222); 164 EXECUTE_AND_VERIFY_SUBTREE_CHANGED(root->SetScrollDelta(gfx::Vector2d())); 222 root->SetScrollDelta(gfx::Vector2d())); 267 gfx::Vector2d arbitrary_vector2d = gfx::Vector2d(111, 222); 289 VERIFY_NO_NEEDS_UPDATE_DRAW_PROPERTIES(layer->ScrollBy(gfx::Vector2d())); 290 layer->SetScrollDelta(gfx::Vector2d(0, 0)); 432 gfx::Vector2d max_scroll_offset(51, 81); 473 gfx::Vector2d scroll_offset(10, 5) [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
panel_resize_browsertest.cc | 34 const gfx::Vector2d& delta) { 104 mouse_location = bounds.origin() + gfx::Vector2d(10, 1); 117 mouse_location = bounds.origin() + gfx::Vector2d(1, 30); 130 mouse_location = bounds.origin() + gfx::Vector2d(bounds.width() - 1, 2); 145 mouse_location = bounds.origin() + gfx::Vector2d(bounds.width() - 1, 30); 159 mouse_location = bounds.origin() + gfx::Vector2d(10, bounds.height() - 1); 169 mouse_location = bounds.origin() + gfx::Vector2d(1, bounds.height() - 1); 180 gfx::Vector2d(bounds.width() - 2, bounds.height()); 208 gfx::Vector2d(bounds.width() - 1, 30); 220 mouse_location = bounds.origin() + gfx::Vector2d(1, bounds.height() - 1) [all...] |
panel_drag_browsertest.cc | 39 void DragPanelByDelta(Panel* panel, const gfx::Vector2d& delta) { 81 static gfx::Vector2d GetDragDeltaToRemainDocked() { 82 return gfx::Vector2d( 87 static gfx::Vector2d GetDragDeltaToDetach() { 88 return gfx::Vector2d( 93 static gfx::Vector2d GetDragDeltaToRemainDetached(Panel* panel) { 97 return gfx::Vector2d( 103 static gfx::Vector2d GetDragDeltaToAttach(Panel* panel) { 107 return gfx::Vector2d( 115 static gfx::Vector2d GetDragDeltaToStackToBottom(Panel* panel1 [all...] |
/external/chromium_org/ui/gfx/ipc/ |
gfx_param_traits.h | 23 class Vector2d; 62 struct GFX_IPC_EXPORT ParamTraits<gfx::Vector2d> { 63 typedef gfx::Vector2d param_type;
|
gfx_param_traits.cc | 141 void ParamTraits<gfx::Vector2d>::Write(Message* m, const gfx::Vector2d& p) { 146 bool ParamTraits<gfx::Vector2d>::Read(const Message* m, 148 gfx::Vector2d* r) { 158 void ParamTraits<gfx::Vector2d>::Log(const gfx::Vector2d& v, std::string* l) {
|
/external/chromium_org/ui/aura/ |
window.h | 35 class Vector2d; 386 const gfx::Vector2d& offset); 392 void ReparentLayers(ui::Layer* parent, const gfx::Vector2d& offset); 396 void OffsetLayerBounds(const gfx::Vector2d& offset); 480 Window* GetAncestorWithLayer(gfx::Vector2d* offset) { 484 const Window* GetAncestorWithLayer(gfx::Vector2d* offset) const;
|