Searched refs:aShape (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp59 virtual HRESULT getShape(std::vector<BYTE> &aShape);
173 HRESULT MousePointerShape::getShape(std::vector<BYTE> &aShape) argument
175 aShape.resize(m.shape.size());
176 memcpy(&aShape.front(), &m.shape.front(), aShape.size());
H A DConsoleVRDPServer.cpp369 com::SafeArray <BYTE> aShape(ComSafeArrayInArg(inShape));
370 if (aShape.size() == 0)
379 uint8_t* shape = aShape.raw();
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp112 com::SafeArray<BYTE> aShape(ComSafeArrayInArg(pShape));
113 size_t cbShapeSize = aShape.size();
117 ::memcpy(shape.raw(), aShape.raw(), cbShapeSize);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h17027 #define IMousePointerShapeChangedEvent_get_Shape(p, aShape) ((p)->lpVtbl->GetShape(p, aShape))
17028 #define IMousePointerShapeChangedEvent_GetShape(p, aShape) ((p)->lpVtbl->GetShape(p, aShape))

Completed in 256 milliseconds