Searched refs:yHot (Results 1 - 20 of 20) sorted by relevance

/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
H A DVBoxDisp.h179 LONG xHot, LONG yHot, LONG x, LONG y, RECTL *prcl, FLONG fl);
/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/Main/include/
H A DConsoleVRDPServer.h97 int MousePointer(BOOL alpha, ULONG xHot, ULONG yHot, ULONG width, ULONG height, const uint8_t *pu8Shape);
160 void onMousePointerShapeChange(BOOL visible, BOOL alpha, ULONG xHot, ULONG yHot,
H A DDisplayImpl.h346 uint32_t xHot, uint32_t yHot, uint32_t cx, uint32_t cy,
H A DConsoleImpl.h241 uint32_t xHot, uint32_t yHot,
/vbox/src/VBox/Main/src-client/
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 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 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
H A DDisplayImpl.cpp4064 uint32_t xHot, uint32_t yHot,
4082 xHot, yHot, cx, cy, (uint8_t *)pvShape, cbShape);
/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/vmm/
H A Dpdmifs.h954 * @param yHot Pointer hot spot y coordinate.
964 uint32_t xHot, uint32_t yHot,
2705 * @param yHot Pointer hot spot y coordinate.
2715 uint32_t xHot, uint32_t yHot,
/vbox/include/VBox/
H A DVBoxGuestLib.h476 VBGLR3DECL(int) VbglR3SetPointerShape(uint32_t fFlags, uint32_t xHot, uint32_t yHot, uint32_t cx, uint32_t cy, const void *pvImg, size_t cbImg);
H A DVMMDev.h355 uint32_t yHot; member in struct:VMMDevReqMousePointer
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2472 PRUint32 yHot,
H A DVBoxCAPI_v3_0.h3010 PRUint32 yHot,
H A DVBoxCAPI_v3_1.h3022 PRUint32 yHot,
H A DVBoxCAPI_v3_2.h3136 PRUint32 yHot,
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp1001 pReq->xHot, pReq->yHot,
3548 /*xHot=*/0, /*yHot=*/0,
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py588 def onMousePointerShapeChange(self, fVisible, fAlpha, xHot, yHot, cx, cy, abShape):

Completed in 1215 milliseconds