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

/vbox/src/VBox/Main/include/
H A DMouseImpl.h62 const uint8_t *pu8Shape, uint32_t cbShape);
140 uint8_t *pu8Shape; member in struct:Mouse::__anon16492
/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp48 const uint8_t *pu8Shape, uint32_t cbShape);
97 const uint8_t *pu8Shape, uint32_t cbShape)
116 memcpy(&m.shape.front(), pu8Shape, cbShape);
298 RTMemFree(mPointerData.pu8Shape);
299 mPointerData.pu8Shape = NULL;
310 const uint8_t *pu8Shape, uint32_t cbShape)
314 RTMemFree(mPointerData.pu8Shape);
315 mPointerData.pu8Shape = NULL;
326 mPointerData.pu8Shape = (uint8_t *)RTMemDup(pu8Shape, cbShap
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.cpp138 void dumpPointer(const uint8_t *pu8Shape, uint32_t width, uint32_t height, bool fXorMaskRGB32) argument
142 const uint8_t *pu8And = pu8Shape;
163 uint32_t *pu32Xor = (uint32_t*)(pu8Shape + ((((width + 7) / 8) * height + 3) & ~3));
179 uint8_t *pu8Xor = (uint8_t*)(pu8Shape + ((((width + 7) / 8) * height + 3) & ~3));
2951 const uint8_t *pu8Shape)
2979 memcpy(pu8Mask, pu8Shape, cbDstMask);
2984 memcpy(pu8Data, pu8Shape + cbMask, cbData);
2946 MousePointer(BOOL alpha, ULONG xHot, ULONG yHot, ULONG width, ULONG height, const uint8_t *pu8Shape) argument
H A DConsoleImpl.cpp6587 const uint8_t *pu8Shape,
6601 pu8Shape, cbShape);
6604 if (pu8Shape)
6605 memcpy(shape.raw(), pu8Shape, cbShape);
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/Devices/Graphics/
H A DDevVGA_VBVA.cpp75 uint8_t *pu8Shape; member in struct:VBVAMOUSESHAPEINFO
589 pMouseShapeInfo->pu8Shape,
596 static int vbvaUpdateMousePointerShape(PVGASTATE pVGAState, VBVAMOUSESHAPEINFO *pMouseShapeInfo, bool fShape, const uint8_t *pu8Shape) argument
599 LogFlowFunc(("pVGAState %p, pMouseShapeInfo %p, fShape %d, pu8Shape %p\n",
600 pVGAState, pMouseShapeInfo, fShape, pu8Shape));
605 if (fShape && pu8Shape != NULL)
614 pu8Shape);
672 RTMemFree (pCtx->mouseShapeInfo.pu8Shape);
673 pCtx->mouseShapeInfo.pu8Shape = NULL;
676 uint8_t *pu8Shape local
[all...]

Completed in 173 milliseconds