Home
last modified time | relevance | path

Searched refs:dest_x (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/automation/
Dautomation_provider_gtk.cc126 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/
DXvlib.h388 int dest_x,
406 int dest_x,
/external/chromium/chrome/browser/chromeos/login/
Dscreen_locker.cc582 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/
DXv.c1011 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/
Dautocomplete_popup_view_gtk.cc105 gint dest_x, gint dest_y) { in DrawFullPixbuf() argument
108 dest_x, dest_y, // Dest. in DrawFullPixbuf()