HomeSort by relevance Sort by last modified time
    Searched full:vector2d (Results 51 - 75 of 326) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/android_webview/browser/
browser_view_renderer.h 49 virtual void ScrollContainerViewTo(gfx::Vector2d new_value) = 0;
52 virtual void SetMaxContainerViewScrollOffset(gfx::Vector2d new_value) = 0;
64 virtual void DidOverscroll(gfx::Vector2d overscroll_delta) = 0;
113 const gfx::Vector2d& scroll,
139 virtual void ScrollTo(gfx::Vector2d new_value) = 0;
in_process_view_renderer.h 49 const gfx::Vector2d& scroll_correction,
57 const gfx::Vector2d& scroll_,
68 virtual void ScrollTo(gfx::Vector2d new_value) OVERRIDE;
120 gfx::Vector2d max_scroll_offset() const;
170 gfx::Vector2d scroll_at_start_of_frame_;
  /external/chromium_org/cc/test/
pixel_test.h 50 gfx::Vector2d viewport_offset);
151 ForceExpandedViewport(gfx::Size(50, 50), gfx::Vector2d(10, 20));
184 ForceExpandedViewport(gfx::Size(50, 50), gfx::Vector2d(10, 20));
fake_layer_tree_host_client.h 31 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta,
  /external/chromium_org/content/browser/web_contents/
web_contents_drag_win.h 51 const gfx::Vector2d& image_offset);
81 const gfx::Vector2d& image_offset);
89 const gfx::Vector2d& image_offset);
web_drag_source_gtk.h 20 #include "ui/gfx/vector2d.h"
45 const gfx::Vector2d& image_offset);
75 gfx::Vector2d image_offset_;
  /external/chromium_org/ui/gfx/
blit_unittest.cc 80 gfx::Vector2d(0, 0));
85 gfx::ScrollCanvas(canvas.get(), center_three, gfx::Vector2d(0, -1));
96 gfx::ScrollCanvas(canvas.get(), center_three, gfx::Vector2d(0, 1));
107 gfx::ScrollCanvas(canvas.get(), center_three, gfx::Vector2d(1, 0));
118 gfx::ScrollCanvas(canvas.get(), center_three, gfx::Vector2d(-1, 0));
129 gfx::ScrollCanvas(canvas.get(), center_three, gfx::Vector2d(2, 2));
  /external/chromium_org/ash/system/tray/
tray_popup_label_button_border.cc 10 #include "ui/gfx/vector2d.h"
92 canvas->Translate(gfx::Vector2d(view.width(), 0));
  /external/chromium_org/cc/resources/
bitmap_content_layer_updater.cc 26 gfx::Vector2d dest_offset,
90 gfx::Vector2d dest_offset,
bitmap_skpicture_content_layer_updater.h 25 gfx::Vector2d dest_offset,
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.h 10 #include "ui/gfx/vector2d.h"
98 gfx::Vector2d offset_from_mouse_location_on_drag_start_;
stacked_panel_drag_handler.cc 38 gfx::Vector2d delta_origin = target_position - panel->GetBounds().origin();
78 gfx::Vector2d delta_origin(
  /external/chromium_org/content/browser/renderer_host/
backing_store.h 14 #include "ui/gfx/vector2d.h"
74 virtual void ScrollBackingStore(const gfx::Vector2d& delta,
backing_store_aura.h 51 virtual void ScrollBackingStore(const gfx::Vector2d& delta,
backing_store_win.h 38 virtual void ScrollBackingStore(const gfx::Vector2d& delta,
test_backing_store.h 30 virtual void ScrollBackingStore(const gfx::Vector2d& delta,
  /external/chromium_org/content/common/
drag_messages.h 15 #include "ui/gfx/vector2d.h"
62 gfx::Vector2d /* image_offset */,
  /external/chromium_org/content/port/browser/
render_view_host_delegate_view.h 20 class Vector2d;
56 const gfx::Vector2d& image_offset,
  /external/chromium_org/ui/app_list/views/
app_list_drag_and_drop_host.h 12 class Vector2d;
31 const gfx::Vector2d& cursor_offset_from_center,
  /external/chromium_org/ui/base/dragdrop/
drag_utils_win.cc 25 const gfx::Vector2d& cursor_offset,
61 const gfx::Vector2d& cursor_offset,
os_exchange_data_provider_aurax11.h 24 #include "ui/gfx/vector2d.h"
85 const gfx::Vector2d& cursor_offset) OVERRIDE;
87 virtual const gfx::Vector2d& GetDragImageOffset() const OVERRIDE;
104 gfx::Vector2d drag_image_offset_;
os_exchange_data_provider_win.h 26 #include "ui/gfx/vector2d.h"
184 const gfx::Vector2d& cursor_offset) OVERRIDE;
186 virtual const gfx::Vector2d& GetDragImageOffset() const OVERRIDE;
196 gfx::Vector2d drag_image_offset_;
  /external/chromium_org/android_webview/native/
aw_picture.cc 45 gfx::Vector2d(),
  /external/chromium_org/cc/output/
software_output_device.cc 51 gfx::Vector2d delta, gfx::Rect clip_rect) {
  /external/chromium_org/chrome/browser/notifications/
balloon.h 66 const gfx::Vector2d& offset() const { return offset_; }
67 void set_offset(const gfx::Vector2d& offset) { offset_ = offset; }
68 void add_offset(const gfx::Vector2d& offset) { offset_.Add(offset); }
135 gfx::Vector2d offset_;

Completed in 3418 milliseconds

1 23 4 5 6 7 8 91011>>