Searched refs:aScreenId (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestDnDTargetImpl.h52 HRESULT enter(ULONG aScreenId, ULONG ax, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, DnDAction_T *aResultAction);
53 HRESULT move(ULONG aScreenId, ULONG aX, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, DnDAction_T *aResultAction);
54 HRESULT leave(ULONG aScreenId);
55 HRESULT drop(ULONG aScreenId, ULONG aX, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, com::Utf8Str &aFormat, DnDAction_T *aResultAction);
56 HRESULT sendData(ULONG aScreenId, const com::Utf8Str &aFormat, const std::vector<BYTE> &aData, ComPtr<IProgress> &aProgress);
H A DDisplayImpl.h220 virtual HRESULT getScreenResolution(ULONG aScreenId,
227 virtual HRESULT attachFramebuffer(ULONG aScreenId,
230 virtual HRESULT detachFramebuffer(ULONG aScreenId,
232 virtual HRESULT queryFramebuffer(ULONG aScreenId,
243 virtual HRESULT takeScreenShot(ULONG aScreenId,
248 virtual HRESULT takeScreenShotToArray(ULONG aScreenId,
253 virtual HRESULT drawToScreen(ULONG aScreenId,
260 virtual HRESULT invalidateAndUpdateScreen(ULONG aScreenId);
262 virtual HRESULT viewportChanged(ULONG aScreenId,
267 virtual HRESULT querySourceBitmap(ULONG aScreenId,
[all...]
H A DMachineImpl.h1149 HRESULT querySavedGuestScreenInfo(ULONG aScreenId,
1155 HRESULT querySavedThumbnailSize(ULONG aScreenId,
1159 HRESULT readSavedThumbnailToArray(ULONG aScreenId,
1164 HRESULT querySavedScreenshotPNGSize(ULONG aScreenId,
1168 HRESULT readSavedScreenshotPNGToArray(ULONG aScreenId,
/vbox/src/VBox/Main/src-client/
H A DDisplaySourceBitmapImpl.cpp88 HRESULT DisplaySourceBitmap::getScreenId(ULONG *aScreenId) argument
93 *aScreenId = m.uScreenId;
117 int DisplaySourceBitmap::initSourceBitmap(unsigned aScreenId, argument
137 LogFunc(("%d from VRAM\n", aScreenId));
149 LogFunc(("%d allocated\n", aScreenId));
H A DGuestDnDTargetImpl.cpp160 HRESULT GuestDnDTarget::enter(ULONG aScreenId, ULONG aX, ULONG aY, argument
202 int rc = GuestDnDInst()->adjustScreenCoordinates(aScreenId, &aX, &aY);
207 paParms[i++].setUInt32(aScreenId);
233 HRESULT GuestDnDTarget::move(ULONG aScreenId, ULONG aX, ULONG aY, argument
268 int rc = GuestDnDInst()->adjustScreenCoordinates(aScreenId, &aX, &aY);
273 paParms[i++].setUInt32(aScreenId);
323 HRESULT GuestDnDTarget::drop(ULONG aScreenId, ULONG aX, ULONG aY, argument
361 int rc = GuestDnDInst()->adjustScreenCoordinates(aScreenId, &aX, &aY);
366 paParms[i++].setUInt32(aScreenId);
397 HRESULT GuestDnDTarget::sendData(ULONG aScreenId, argument
[all...]
H A DDisplayImpl.cpp1542 HRESULT Display::getScreenResolution(ULONG aScreenId, ULONG *aWidth, ULONG *aHeight, ULONG *aBitsPerPixel, argument
1545 LogRelFlowFunc(("aScreenId=%RU32\n", aScreenId));
1556 if (aScreenId == VBOX_VIDEO_PRIMARY_SCREEN)
1571 else if (aScreenId < mcMonitors)
1573 DISPLAYFBINFO *pFBInfo = &maFramebuffers[aScreenId];
1604 HRESULT Display::attachFramebuffer(ULONG aScreenId, const ComPtr<IFramebuffer> &aFramebuffer, com::Guid &aId) argument
1606 LogRelFlowFunc(("aScreenId = %d\n", aScreenId));
1610 if (aScreenId >
1671 detachFramebuffer(ULONG aScreenId, const com::Guid &aId) argument
1717 queryFramebuffer(ULONG aScreenId, ComPtr<IFramebuffer> &aFramebuffer) argument
1860 i_displayCheckTakeScreenshotCrOgl(Display *pDisplay, ULONG aScreenId, uint8_t *pu8Data, uint32_t u32Width, uint32_t u32Height) argument
1907 i_displayTakeScreenshotEMT(Display *pDisplay, ULONG aScreenId, uint8_t **ppu8Data, size_t *pcbData, uint32_t *pu32Width, uint32_t *pu32Height) argument
2003 i_displayTakeScreenshot(PUVM pUVM, Display *pDisplay, struct DRVMAINDISPLAY *pDrv, ULONG aScreenId, BYTE *address, ULONG width, ULONG height) argument
2075 takeScreenShotWorker(ULONG aScreenId, BYTE *aAddress, ULONG aWidth, ULONG aHeight, BitmapFormat_T aBitmapFormat, ULONG *pcbOut) argument
2178 takeScreenShot(ULONG aScreenId, BYTE *aAddress, ULONG aWidth, ULONG aHeight, BitmapFormat_T aBitmapFormat) argument
2197 takeScreenShotToArray(ULONG aScreenId, ULONG aWidth, ULONG aHeight, BitmapFormat_T aBitmapFormat, std::vector<BYTE> &aScreenData) argument
2367 i_drawToScreenEMT(Display *pDisplay, ULONG aScreenId, BYTE *address, ULONG x, ULONG y, ULONG width, ULONG height) argument
2477 drawToScreen(ULONG aScreenId, BYTE *aAddress, ULONG aX, ULONG aY, ULONG aWidth, ULONG aHeight) argument
2659 invalidateAndUpdateScreen(ULONG aScreenId) argument
2689 viewportChanged(ULONG aScreenId, ULONG aX, ULONG aY, ULONG aWidth, ULONG aHeight) argument
[all...]
/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.h45 NS_IMETHOD RequestResize(PRUint32 aScreenId, PRUint32 pixelFormat, PRUint8 *vram,
H A DFramebuffer.cpp243 NS_IMETHODIMP VBoxDirectFB::RequestResize(PRUint32 aScreenId, PRUint32 pixelFormat, PRUint8 *vram, argument
250 printf("RequestResize: aScreenId = %d, pixelFormat = %d, vram = %p, bitsPerPixel = %d, bytesPerLine = %d, w = %d, h = %d, fbSurfaceLocked = %d\n", aScreenId, pixelFormat, vram, bitsPerPixel, bytesPerLine, w, h, fbSurfaceLocked);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.h86 STDMETHOD(NotifyChange)(ULONG aScreenId,
102 void notifyChange(ULONG aScreenId);
261 STDMETHOD(RequestResize)(ULONG aScreenId, ULONG pixelFormat, ULONG vram,
H A DFramebuffer.cpp502 STDMETHODIMP VBoxSDLFB::NotifyChange(ULONG aScreenId, argument
509 aScreenId, aXOrigin, aYOrigin, aWidth, aHeight));
513 gpDisplay->QuerySourceBitmap(aScreenId, pSourceBitmap.asOutParam());
627 void VBoxSDLFB::notifyChange(ULONG aScreenId) argument
690 gpDisplay->InvalidateAndUpdateScreen(aScreenId);
1601 STDMETHODIMP VBoxSDLFBOverlay::RequestResize(ULONG aScreenId, ULONG pixelFormat, ULONG vram, argument
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6813 #define IMachine_QuerySavedGuestScreenInfo(p, aScreenId, aOriginX, aOriginY, aWidth, aHeight, aEnabled) ((p)->lpVtbl->QuerySavedGuestScreenInfo(p, aScreenId, aOriginX, aOriginY, aWidth, aHeight, aEnabled))
6814 #define IMachine_QuerySavedThumbnailSize(p, aScreenId, aSize, aWidth, aHeight) ((p)->lpVtbl->QuerySavedThumbnailSize(p, aScreenId, aSize, aWidth, aHeight))
6815 #define IMachine_ReadSavedThumbnailToArray(p, aScreenId, aBGR, aWidth, aHeight, aData) ((p)->lpVtbl->ReadSavedThumbnailToArray(p, aScreenId, aBGR, aWidth, aHeight, aData))
6816 #define IMachine_ReadSavedThumbnailPNGToArray(p, aScreenId, aWidth, aHeight, aData) ((p)->lpVtbl->ReadSavedThumbnailPNGToArray(p, aScreenId, aWidth, aHeight, aData))
6817 #define IMachine_QuerySavedScreenshotPNGSize(p, aScreenId, aSize, aWidth, aHeight) ((p)->lpVtbl->QuerySavedScreenshotPNGSize(p, aScreenId, aSiz
[all...]
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6313 HRESULT Machine::querySavedGuestScreenInfo(ULONG aScreenId, argument
6326 int vrc = readSavedGuestScreenInfo(mSSData->strStateFilePath, aScreenId,
6353 HRESULT Machine::querySavedThumbnailSize(ULONG aScreenId, ULONG *aSize, ULONG *aWidth, ULONG *aHeight) argument
6355 if (aScreenId != 0)
6381 HRESULT Machine::readSavedThumbnailToArray(ULONG aScreenId, BitmapFormat_T aBitmapFormat, argument
6384 if (aScreenId != 0)
6475 HRESULT Machine::querySavedScreenshotPNGSize(ULONG aScreenId, ULONG *aSize, ULONG *aWidth, ULONG *aHeight) argument
6477 if (aScreenId != 0)
6503 HRESULT Machine::readSavedScreenshotPNGToArray(ULONG aScreenId, ULONG *aWidth, ULONG *aHeight, std::vector<BYTE> &aData) argument
6505 if (aScreenId !
[all...]

Completed in 484 milliseconds