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