/external/chromium_org/mojo/services/html_viewer/ |
weblayertreeview_impl.cc | 76 const gfx::Vector2d& scroll_delta, 190 gfx::Vector2d(destination.x, destination.y),
|
/external/chromium_org/mojo/services/view_manager/ |
display_manager.cc | 32 void DrawViewTree(Pass* pass, const ServerView* view, gfx::Vector2d offset) { 129 DrawViewTree(pass.get(), connection_manager_->root(), gfx::Vector2d());
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_window_tree_host_x11_interactive_uitest.cc | 214 point_in_screen += gfx::Vector2d(1, 0); 226 point_in_screen += gfx::Vector2d(1, 0);
|
desktop_window_tree_host_win.cc | 23 #include "ui/gfx/vector2d.h" 57 void InsetBottomRight(gfx::Rect* rect, gfx::Vector2d vector) { 227 gfx::Vector2d(expanded.width() - size_in_pixels.width(), 242 gfx::Vector2d(expanded_size.width() - size_in_pixels.width(), 371 const gfx::Vector2d& drag_offset, 518 gfx::Vector2d(new_expanded.width() - expanded.width(), 570 const gfx::Vector2d& top_left_delta, 571 const gfx::Vector2d& bottom_right_delta) { [all...] |
desktop_drag_drop_client_aurax11.h | 270 gfx::Vector2d drag_widget_offset_;
|
/external/chromium_org/ui/views/ |
view.h | 33 #include "ui/gfx/vector2d.h" [all...] |
/external/chromium_org/ui/events/x/ |
events_x.cc | 711 gfx::Vector2d GetMouseWheelOffset(const base::NativeEvent& native_event) { 715 return gfx::Vector2d(static_cast<int>(x_offset), 724 return gfx::Vector2d(0, kWheelScrollAmount); 726 return gfx::Vector2d(0, -kWheelScrollAmount); 728 return gfx::Vector2d(kWheelScrollAmount, 0); 730 return gfx::Vector2d(-kWheelScrollAmount, 0); 732 return gfx::Vector2d();
|
/external/chromium_org/cc/layers/ |
layer_impl.cc | 357 void LayerImpl::SetSentScrollDelta(const gfx::Vector2d& sent_scroll_delta) { 403 sent_scroll_delta_ = gfx::Vector2d(); 475 gfx::Vector2d max_scroll_offset = MaxScrollOffset(); 545 layer->SetSentScrollDelta(gfx::Vector2d()); [all...] |
scrollbar_layer_unittest.cc | 142 scroll_layer->SetScrollOffset(gfx::Vector2d(10, 20)); 168 scroll_layer->SetScrollOffset(gfx::Vector2d(100, 200)); 183 scroll_layer_impl->ScrollBy(gfx::Vector2d(12, 34)); 219 root_layer->SetScrollOffset(gfx::Vector2d(0, 0)); 264 root_layer->SetScrollOffset(gfx::Vector2d(0, 0)); 285 root_layer->SetScrollOffset(gfx::Vector2d(-5, 0)); 292 root_layer->SetScrollOffset(gfx::Vector2d(85, 0)); 731 layer_tree_root->SetScrollOffset(gfx::Vector2d(10, 20)); [all...] |
tiled_layer_impl.cc | 247 gfx::Vector2d display_offset = tile_rect.origin() - display_rect.origin(); 248 gfx::Vector2d texture_offset =
|
/external/ceres-solver/examples/ |
ellipse_approximation.cc | 275 const Eigen::Vector2d y) 326 const Eigen::Vector2d y) { 336 const Eigen::Vector2d y_;
|
/external/chromium_org/ui/app_list/views/ |
app_list_view.cc | 176 const gfx::Vector2d& anchor_offset, 193 parent, initial_apps_page, arrow, border_accepts_events, gfx::Vector2d()); 327 const gfx::Vector2d& anchor_offset) {
|
/external/chromium_org/cc/resources/ |
prioritized_resource.cc | 82 const gfx::Vector2d& dest_offset) {
|
/external/chromium_org/cc/test/ |
pixel_test.cc | 147 void PixelTest::ForceViewportOffset(const gfx::Vector2d& viewport_offset) {
|
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_no_message_loop.cc | 60 virtual void ApplyViewportDeltas(const gfx::Vector2d& scroll_delta,
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_drag_controller.cc | 372 gfx::Vector2d delta = 435 gfx::Vector2d delta = target_position - dragging_panel_->GetBounds().origin(); 543 gfx::Vector2d delta = target_position - dragging_panel_->GetBounds().origin(); 668 gfx::Vector2d delta = potential_position - current_dragging_bounds.origin();
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_android.cc | 192 const gfx::Vector2d& image_offset,
|
/external/chromium_org/content/renderer/gpu/ |
render_widget_compositor.h | 135 virtual void ApplyViewportDeltas(const gfx::Vector2d& scroll_delta,
|
/external/chromium_org/ui/compositor/ |
compositor.h | 25 #include "ui/gfx/vector2d.h" 236 const gfx::Vector2d& scroll_delta,
|
/external/chromium_org/ui/events/ |
event.h | 295 gfx::Vector2d diff = gfx::ToFlooredPoint(location_) - offset; 459 MouseWheelEvent(const gfx::Vector2d& offset, 469 const gfx::Vector2d& offset() const { return offset_; } 476 gfx::Vector2d offset_;
|
/external/chromium_org/ui/gfx/test/ |
gfx_util.cc | 20 #include "ui/gfx/geometry/vector2d.h" 133 void PrintTo(const Vector2d& vector, ::std::ostream* os) {
|
/external/chromium_org/ui/views/controls/menu/ |
menu_image_util.cc | 46 canvas->Translate(gfx::Vector2d(1, 1));
|
/external/chromium_org/ui/views/widget/ |
native_widget_mac.h | 104 const gfx::Vector2d& drag_offset,
|
native_widget_private.h | 220 const gfx::Vector2d& drag_offset,
|
root_view.h | 123 virtual gfx::Vector2d CalculateOffsetToAncestorWithLayer(
|