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

  /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 1004 milliseconds