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 35 // the source display, and the |dst_bounds| is for the window on the other
37 void Show(const gfx::Rect& src_bounds, const gfx::Rect& dst_bounds);
shared_display_edge_indicator.cc 84 const gfx::Rect& dst_bounds) {
90 CreateWidget(dst_bounds, dst_indicator_);
  /external/chromium_org/ash/wm/
drag_window_resizer.cc 128 const gfx::Rect dst_bounds = local
131 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 1292 milliseconds