/vbox/src/VBox/Additions/common/VBoxGuestLib/ |
H A D | VBoxGuestR3LibVideo.cpp | 94 * @param yHot Y coordinate of hot spot. 100 VBGLR3DECL(int) VbglR3SetPointerShape(uint32_t fFlags, uint32_t xHot, uint32_t yHot, uint32_t cx, uint32_t cy, const void *pvImg, size_t cbImg) argument 113 pReq->yHot = yHot;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/ |
H A D | VBoxDispMouse.cpp | 423 LONG xHot, LONG yHot, LONG x, LONG y, RECTL *prcl, FLONG fl) 448 pso, psoMask, psoColor, pxlo, xHot, yHot, x, y, fl)); 487 pDev->pointer.pAttrs->Row = (SHORT) (y - yHot); 490 pDev->pointer.pAttrs->Enable |= (yHot & 0xFF) << 24; 529 pDev->pointer.orgHotSpot.y = yHot; 422 VBoxDispDrvSetPointerShape(SURFOBJ *pso, SURFOBJ *psoMask, SURFOBJ *psoColor, XLATEOBJ *pxlo, LONG xHot, LONG yHot, LONG x, LONG y, RECTL *prcl, FLONG fl) argument
|
/vbox/src/VBox/Main/src-client/ |
H A D | VMMDevInterface.cpp | 341 * @param yHot Vertical coordinate of the pointer hot spot. 348 uint32_t xHot, uint32_t yHot, 362 pConsole->i_onMousePointerShapeChange(fVisible, fAlpha, xHot, yHot, width, height, (uint8_t *)pShape, cbShape); 347 vmmdevUpdatePointerShape(PPDMIVMMDEVCONNECTOR pInterface, bool fVisible, bool fAlpha, uint32_t xHot, uint32_t yHot, uint32_t width, uint32_t height, void *pShape) argument
|
H A D | ConsoleVRDPServer.cpp | 79 ULONG xHot, yHot, width, height; local 85 mpscev->COMGETTER(Yhot)(&yHot); 90 m_server->onMousePointerShapeChange(visible, alpha, xHot, yHot, width, height, ComSafeArrayAsInParam(shape)); 361 ULONG yHot, 367 visible, alpha, width, height, xHot, yHot)); 384 if (MousePointer(alpha, xHot, yHot, width, height, shape) == VINF_SUCCESS) 433 ySkip = RT_MIN(ySkip, yHot); 511 pointer->u16HotY = (uint16_t)(yHot - ySkip); 2948 ULONG yHot, 2969 pPointer->u16HotY = (uint16_t)yHot; 358 onMousePointerShapeChange(BOOL visible, BOOL alpha, ULONG xHot, ULONG yHot, ULONG width, ULONG height, ComSafeArrayIn(BYTE,inShape)) argument 2946 MousePointer(BOOL alpha, ULONG xHot, ULONG yHot, ULONG width, ULONG height, const uint8_t *pu8Shape) argument [all...] |
H A D | ConsoleImpl.cpp | 6585 uint32_t xHot, uint32_t yHot, 6592 LogFlowThisFunc(("fVisible=%d, fAlpha=%d, xHot = %d, yHot = %d, width=%d, height=%d, shape=%p\n", 6593 fVisible, fAlpha, xHot, yHot, width, height, pShape)); 6600 mMouse->updateMousePointerShape(fVisible, fAlpha, xHot, yHot, width, height, 6606 fireMousePointerShapeChangedEvent(mEventSource, fVisible, fAlpha, xHot, yHot, width, height, ComSafeArrayAsInParam(shape)); 6584 i_onMousePointerShapeChange(bool fVisible, bool fAlpha, uint32_t xHot, uint32_t yHot, uint32_t width, uint32_t height, const uint8_t *pu8Shape, uint32_t cbShape) argument
|
/vbox/src/VBox/Frontends/VBoxSDL/ |
H A D | VBoxSDL.cpp | 108 : visible(aVisible), alpha(aAlpha), xHot(aXHot), yHot(aYHot), 128 const ULONG yHot; member in struct:PointerShapeChangeData 397 ULONG xHot, yHot, width, height; local 403 pMPSCEv->COMGETTER(Yhot)(&yHot); 407 data = new PointerShapeChangeData(visible, alpha, xHot, yHot, width, height, 4538 printf("yhot = %d\n", data->yHot); 4655 ii.yHotspot = data->yHot; 4700 img->yhot = data->yHot;
|
/vbox/include/VBox/ |
H A D | VMMDev.h | 355 uint32_t yHot; member in struct:VMMDevReqMousePointer
|