Searched defs:ry (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c1776 int rx, ry; local
1791 0, 0, &rx, &ry, &child)) {
1792 rx = ry = 0;
1795 *y = ry;
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp388 void mouseButtonSet(Window wndDest, int rx, int ry, int iButton, bool fPress) const;
1707 void DragInstance::mouseButtonSet(Window wndDest, int rx, int ry, int iButton, bool fPress) const argument
1709 LogFlowThisFunc(("wndDest=%#x, rx=%d, ry=%d, iBtn=%d, fPress=%RTbool\n",
1710 wndDest, rx, ry, iButton, fPress));
1776 eBtn.y_root = ry;
1795 XQueryPointer(m_pDisplay, m_wndRoot, &wndTemp, &wndChild, &rx, &ry, &wx, &wy, &mask);
1796 LogFlowFunc(("cursorRootX=%d, cursorRootY=%d\n", rx, ry));
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DPrintstr.h573 CARD16 ry; /* reproducable y pixel offset */ member in struct:__anon2333

Completed in 90 milliseconds