Searched defs:y_root (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Din_sun.cpp62 int x_root, y_root; variable
117 y_root = y_root_old = vid.height >> 1;
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DEventSender.cpp181 int x_root, y_root; local
183 gdk_window_get_root_coords(GTK_WIDGET(view)->window, lastMousePositionX, lastMousePositionY, &x_root, &y_root);
185 getRootCoords(GTK_WIDGET(view), &x_root, &y_root); local
189 event.button.y_root = y_root;
256 int x_root, y_root; local
258 gdk_window_get_root_coords(GTK_WIDGET(view)->window, lastMousePositionX, lastMousePositionY, &x_root, &y_root);
260 getRootCoords(GTK_WIDGET(view), &x_root, &y_root); local
264 event.button.y_root = y_root;
306 int x_root, y_root; local
310 getRootCoords(GTK_WIDGET(view), &x_root, &y_root); local
[all...]

Completed in 167 milliseconds