HomeSort by relevance Sort by last modified time
    Searched refs:dst_bounds (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/display/
shared_display_edge_indicator.h 34 // the source display, and the |dst_bounds| is for the window on the other
36 void Show(const gfx::Rect& src_bounds, const gfx::Rect& dst_bounds);
shared_display_edge_indicator.cc 82 const gfx::Rect& dst_bounds) {
88 CreateWidget(dst_bounds, dst_indicator_);
  /external/chromium_org/ash/wm/
drag_window_resizer.cc 119 gfx::Rect dst_bounds = local
123 if (!dst_bounds.Contains(last_mouse_location_in_screen)) {
124 if (last_mouse_location_in_screen.x() < dst_bounds.x())
125 dst_bounds.set_x(last_mouse_location_in_screen.x());
126 else if (last_mouse_location_in_screen.x() > dst_bounds.right())
127 dst_bounds.set_x(
128 last_mouse_location_in_screen.x() - dst_bounds.width());
131 dst_display.bounds(), &dst_bounds);
133 GetTarget()->SetBoundsInScreen(dst_bounds, dst_display);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.c 86 VGfloat dst_bounds[4], src_bounds[4]; local
89 dst_bounds[0] = 0.f;
90 dst_bounds[1] = 0.f;
91 dst_bounds[2] = dst_width;
92 dst_bounds[3] = dst_height;
100 vg_bound_rect(dst_loc, dst_bounds, dst_shift);
107 vg_shift_rectx(dst_loc, dst_bounds, shift[0]);
112 vg_shift_recty(dst_loc, dst_bounds, shift[1]);
  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 86 VGfloat dst_bounds[4], src_bounds[4]; local
89 dst_bounds[0] = 0.f;
90 dst_bounds[1] = 0.f;
91 dst_bounds[2] = dst_width;
92 dst_bounds[3] = dst_height;
100 vg_bound_rect(dst_loc, dst_bounds, dst_shift);
107 vg_shift_rectx(dst_loc, dst_bounds, shift[0]);
112 vg_shift_recty(dst_loc, dst_bounds, shift[1]);

Completed in 385 milliseconds