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

  /external/chromium/chrome/browser/automation/
automation_provider_gtk.cc 126 int dest_x = drag_path[i].x() + x; local
128 int half_step_x = (dest_x + drag_path[i - 1].x() + x) / 2;
131 next_task = new MouseMoveTask(next_task, dest_x, dest_y);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xvlib.h 388 int dest_x,
406 int dest_x,
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 582 gint src_x, src_y, dest_x, dest_y, width, height, depth; local
583 gdk_window_get_geometry(dest_, &dest_x, &dest_y, &width, &height, &depth);
586 if (dest_x < 0 || dest_y < 0)
589 offset_.SetPoint(dest_x - src_x, dest_y - src_y);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 1011 int dest_x,
1036 req->drw_x = dest_x;
1068 int dest_x,
1095 req->drw_x = dest_x;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 105 gint dest_x, gint dest_y) {
108 dest_x, dest_y, // Dest.

Completed in 468 milliseconds