Searched refs:ptTemp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincursor.c462 POINT ptCurPos, ptTemp; local in function:winSetCursor
476 ptTemp.x = rcClient.left;
477 ptTemp.y = rcClient.top;
478 if (ClientToScreen(hwnd, &ptTemp)) {
479 rcClient.left = ptTemp.x;
480 rcClient.top = ptTemp.y;
481 ptTemp.x = rcClient.right;
482 ptTemp.y = rcClient.bottom;
483 if (ClientToScreen(hwnd, &ptTemp)) {
484 rcClient.right = ptTemp
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincursor.c467 POINT ptCurPos, ptTemp; local in function:winSetCursor
483 ptTemp.x = rcClient.left;
484 ptTemp.y = rcClient.top;
485 if (ClientToScreen (hwnd, &ptTemp))
487 rcClient.left = ptTemp.x;
488 rcClient.top = ptTemp.y;
489 ptTemp.x = rcClient.right;
490 ptTemp.y = rcClient.bottom;
491 if (ClientToScreen (hwnd, &ptTemp))
493 rcClient.right = ptTemp
[all...]

Completed in 3 milliseconds