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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/browser/renderer_host/
test_render_view_host.h 95 const gfx::Vector2d& scroll_offset,
112 const gfx::Vector2d& scroll_delta,
render_widget_host_impl.h 158 virtual const gfx::Vector2d& GetLastScrollOffset() const OVERRIDE;
699 void ScrollBackingStoreRect(const gfx::Vector2d& delta,
    [all...]
  /external/chromium_org/content/port/browser/
render_widget_host_view_port.h 86 const gfx::Vector2d& scroll_offset,
133 const gfx::Vector2d& scroll_delta,
  /external/chromium_org/content/public/browser/
web_contents_delegate.h 24 #include "ui/gfx/vector2d.h"
362 const gfx::Vector2d& scroll_point) {}
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 453 gfx::Vector2d(destination.x, destination.y),
547 void RenderWidgetCompositor::ApplyScrollAndScale(gfx::Vector2d scroll_delta,
  /external/chromium_org/ui/compositor/
compositor.h 22 #include "ui/gfx/vector2d.h"
395 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta,
  /external/chromium_org/ui/gfx/
render_text_linux.cc 379 Vector2d offset(GetTextOffset() + Vector2d(0, GetBaseline()));
  /external/chromium_org/ash/launcher/
launcher_tooltip_manager_unittest.cc 241 test_api.set_location(tooltip_rect.origin() + gfx::Vector2d(-1, -1));
overflow_bubble.cc 87 gfx::Vector2d scroll_offset_;
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 36 #include "ui/gfx/vector2d.h"
184 gfx::Vector2d GetSlideInAnimationOffset(ShelfAlignment alignment) {
185 gfx::Vector2d offset;
792 gfx::Vector2d slide_vector = bounds.origin() - current_bounds.origin();
  /external/chromium_org/ash/wm/
toplevel_window_event_handler_unittest.cc 546 expected_bounds.Offset(gfx::Vector2d(100, 0));
571 expected_bounds.Offset(gfx::Vector2d(-100, 0));
608 gfx::Point start = notmoved->bounds().origin() + gfx::Vector2d(10, 10);
609 gfx::Point end = start + gfx::Vector2d(100, 10);
window_modality_controller_unittest.cc 455 gfx::Vector2d(10, parent->bounds().height() - 10));
471 parent->bounds().origin() + gfx::Vector2d(10, 10));
486 child->bounds().origin() + gfx::Vector2d(10, 10));
  /external/chromium_org/cc/layers/
scrollbar_layer.cc 254 gfx::Vector2d dest_offset(0, 0);
tiled_layer_unittest.cc 367 gfx::Vector2d directions[6] = { gfx::Vector2d(-10, 0), gfx::Vector2d(10, 0),
368 gfx::Vector2d(0, -10), gfx::Vector2d(0, 10),
369 gfx::Vector2d(10, 20),
370 gfx::Vector2d(-20, 10) };
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.h 123 const gfx::Vector2d& drag_offset,
native_widget_private.h 211 const gfx::Vector2d& drag_offset,
root_view.cc 596 ReparentLayer(gfx::Vector2d(GetMirroredX(), y()), widget_->GetLayer());
647 gfx::Vector2d RootView::CalculateOffsetToAncestorWithLayer(
649 gfx::Vector2d offset(View::CalculateOffsetToAncestorWithLayer(layer_parent));
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 179 center = Eigen::Vector2d(center.x() + (event->pos().x() - width()/2) * xradius * 2 / width(),
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 22 #include "ui/gfx/vector2d.h"
606 gfx::Vector2d(RoundedElementBounds().width() - popup_required_width,
613 gfx::Vector2d(popup_required_width,
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 353 void RunMoveLoop(const gfx::Vector2d& drag_offset);
460 gfx::Vector2d* drag_offset,
472 gfx::Vector2d GetWindowOffset(const gfx::Point& point_in_screen);
  /external/chromium_org/ui/views/
view.cc     [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 201 gfx::Vector2d(drag_view_offset_.x(), drag_view_offset_.y()),
397 gfx::Vector2d drag_vector(point - drag_start_grid_view_);
961 gfx::Vector2d delta = drag_view_offset_ -
    [all...]
  /external/chromium_org/cc/output/
direct_renderer.cc 139 gfx::Vector2d amount) {
  /external/chromium_org/cc/resources/
video_resource_updater.cc 297 gfx::Vector2d());
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 34 gfx::Vector2d viewport_offset(20, 10);

Completed in 1006 milliseconds

1 2 3 4 5 6 7 891011>>