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

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_aatritemp.h202 const GLfloat xAdj = dxdy < 0.0F ? -dxdy : 0.0F; variable
206 GLint ix, startX = (GLint) (x - xAdj);
278 const GLfloat xAdj = dxdy > 0 ? dxdy : 0.0F;
282 GLint ix, left, startX = (GLint) (x + xAdj);
/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp849 int32_t xAdj, yAdj;
856 HRESULT rc = i_convertDisplayRes(x, y, &xAdj, &yAdj, &fValid);
866 rc = i_reportAbsEventToInputDevices(xAdj, yAdj, dz, dw, fButtonsAdj,
1000 int32_t xAdj = x1 < x2? ((x - 1 - x1) * VMMDEV_MOUSE_RANGE) / (x2 - x1) : 0; local
1003 bool fValid = ( xAdj >= VMMDEV_MOUSE_RANGE_MIN
1004 && xAdj <= VMMDEV_MOUSE_RANGE_MAX
1012 pau64Contacts[cContacts] = RT_MAKE_U64_FROM_U16((uint16_t)xAdj,
H A DDisplayImpl.cpp1207 uint32_t xAdj = (uint32_t)RT_MAX(x - xInputMappingOrigin, 0); local
1209 xAdj = RT_MIN(xAdj, cxInputMapping);
1217 mpDrv->pUpPort->pfnReportHostCursorPosition(mpDrv->pUpPort, xAdj, yAdj);

Completed in 56 milliseconds