Searched defs:yHot (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibVideo.cpp94 * @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 DVBoxDispMouse.cpp423 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 DVMMDevInterface.cpp341 * @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 DConsoleVRDPServer.cpp79 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 DConsoleImpl.cpp6585 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 DVBoxSDL.cpp108 : 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 DVMMDev.h355 uint32_t yHot; member in struct:VMMDevReqMousePointer

Completed in 81 milliseconds