Searched defs:hotY (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMouseImpl.h60 uint32_t hotX, uint32_t hotY,
137 uint32_t hotY; member in struct:Mouse::__anon16492
/vbox/src/VBox/Additions/haiku/VBoxVideo/accelerant/
H A Daccelerant.cpp374 status_t vboxvideo_set_cursor_shape(uint16 width, uint16 height, uint16 hotX, uint16 hotY, uint8 *andMask, uint8 *xorMask) argument
/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp46 uint32_t hotX, uint32_t hotY,
67 uint32_t hotY; member in struct:MousePointerShape::Data
95 uint32_t hotX, uint32_t hotY,
100 fVisible, fAlpha, hotX, hotY, width, height, cbShape));
110 m.hotY = hotY;
157 *aHotY = m.hotY;
308 uint32_t hotX, uint32_t hotY,
321 mPointerData.hotY = hotY;
93 init(ComObjPtr<Mouse> pMouse, bool fVisible, bool fAlpha, uint32_t hotX, uint32_t hotY, uint32_t width, uint32_t height, const uint8_t *pu8Shape, uint32_t cbShape) argument
307 updateMousePointerShape(bool fVisible, bool fAlpha, uint32_t hotX, uint32_t hotY, uint32_t width, uint32_t height, const uint8_t *pu8Shape, uint32_t cbShape) argument
[all...]
H A DConsoleVRDPServer.cpp1804 ULONG hotX, hotY, width, height; local
1810 mps->COMGETTER(HotY)(&hotY);
1815 onMousePointerShapeChange(visible, alpha, hotX, hotY, width, height, ComSafeArrayAsInParam(shape));
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp2404 ULONG hotX, hotY, width, height; local
2410 mps->COMGETTER(HotY)(&hotY);
2417 PointerShapeChangeData data(visible, alpha, hotX, hotY, width, height,

Completed in 172 milliseconds