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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmipointrst.h51 DevicePtr pPointer; /* pointer device structure */ member in struct:__anon7439
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmipointrst.h53 DevicePtr pPointer; /* pointer device structure */ member in struct:__anon4597
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmipointrst.h53 DevicePtr pPointer; /* pointer device structure */ member in struct:__anon4164
/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp129 static DECLCALLBACK(void) VRDEColorPointer(HVRDESERVER hServer, const VRDECOLORPOINTER *pPointer);
869 * @param pPointer The pointer shape information.
872 const VRDECOLORPOINTER *pPointer)
877 cursor->width = pPointer->u16Width;
878 cursor->height = pPointer->u16Height;
880 unsigned char *mem = (unsigned char *)malloc(pPointer->u16Width * pPointer->u16Height * VNC_SIZEOFRGBA);
883 unsigned char *maskmem = (unsigned char *)malloc(pPointer->u16Width * pPointer->u16Height);
886 unsigned char *mask = (unsigned char *)pPointer
871 VRDEColorPointer(HVRDESERVER hServer, const VRDECOLORPOINTER *pPointer) argument
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp2966 VRDEMOUSEPTRDATA *pPointer = (VRDEMOUSEPTRDATA *)pu8Pointer; local
2968 pPointer->u16HotX = (uint16_t)xHot;
2969 pPointer->u16HotY = (uint16_t)yHot;
2970 pPointer->u16Width = (uint16_t)width;
2971 pPointer->u16Height = (uint16_t)height;
2972 pPointer->u16MaskLen = (uint16_t)cbDstMask;
2973 pPointer->u32DataLen = (uint32_t)cbData;
2983 uint8_t *pu8Data = pu8Mask + pPointer->u16MaskLen;
2986 m_interfaceMousePtr.VRDEMousePtr(mhServer, pPointer);
3003 void ConsoleVRDPServer::MousePointerUpdate(const VRDECOLORPOINTER *pPointer) argument
[all...]

Completed in 298 milliseconds