Searched defs:pvImg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibVideo.cpp97 * @param pvImg Pointer to the image data (can be NULL).
98 * @param cbImg Size of the image data pointed to by pvImg.
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
104 AssertReturn( !pvImg
116 if (pvImg)
117 memcpy(pReq->pointerData, pvImg, cbImg);
/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp1904 void *pvImg; local
1906 int rc = RTFileReadAll(pszBiosImg, &pvImg, &cbImg);
1919 RTFileReadAllFree(pvImg, cbImg);
1923 g_pbImg = (uint8_t *)pvImg;

Completed in 67 milliseconds