Searched defs:dst_bounds (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/display/
H A Dshared_display_edge_indicator.cc82 const gfx::Rect& dst_bounds) {
88 CreateWidget(dst_bounds, dst_indicator_);
81 Show(const gfx::Rect& src_bounds, const gfx::Rect& dst_bounds) argument
/external/chromium_org/ash/wm/
H A Ddrag_window_resizer.cc120 gfx::Rect dst_bounds = local
124 if (!dst_bounds.Contains(last_mouse_location_in_screen)) {
125 if (last_mouse_location_in_screen.x() < dst_bounds.x())
126 dst_bounds.set_x(last_mouse_location_in_screen.x());
127 else if (last_mouse_location_in_screen.x() > dst_bounds.right())
128 dst_bounds.set_x(
129 last_mouse_location_in_screen.x() - dst_bounds.width());
132 dst_display.bounds(), &dst_bounds);
134 GetTarget()->SetBoundsInScreen(dst_bounds, dst_display);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dimage.c86 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/
H A Dimage.c86 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 484 milliseconds