Searched refs:aHeight (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUICocoaDockIconPreview.h36 virtual void setOriginalSize(int aWidth, int aHeight);
/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp129 ColorConvBGRA32Iter(unsigned aWidth, unsigned aHeight, uint8_t *aBuf) argument
131 LogFlow(("width = %d height=%d aBuf=%lx\n", aWidth, aHeight, aBuf));
133 mSize = aWidth * aHeight * PIX_SIZE;
183 ColorConvBGR24Iter(unsigned aWidth, unsigned aHeight, uint8_t *aBuf) argument
186 mSize = aWidth * aHeight * PIX_SIZE;
236 ColorConvBGR565Iter(unsigned aWidth, unsigned aHeight, uint8_t *aBuf) argument
239 mSize = aWidth * aHeight * PIX_SIZE;
286 * @param aHeight height of image
292 inline bool colorConvWriteYUV420p(unsigned aWidth, unsigned aHeight, argument
296 AssertReturn(0 == (aHeight
364 colorConvWriteRGB24(unsigned aWidth, unsigned aHeight, uint8_t *aDestBuf, uint8_t *aSrcBuf) argument
[all...]
H A DDisplaySourceBitmapImpl.cpp99 ULONG *aHeight,
109 *aHeight = m.ulHeight;
97 queryBitmapInfo(BYTE **aAddress, ULONG *aWidth, ULONG *aHeight, ULONG *aBitsPerPixel, ULONG *aBytesPerLine, BitmapFormat_T *aBitmapFormat) argument
H A DDisplayImpl.cpp1542 HRESULT Display::getScreenResolution(ULONG aScreenId, ULONG *aWidth, ULONG *aHeight, ULONG *aBitsPerPixel, argument
1589 if (aHeight)
1590 *aHeight = u32Height;
1736 ULONG aWidth, ULONG aHeight, ULONG aBitsPerPixel)
1748 ULONG height = aHeight;
1781 mpDrv->pUpPort->pfnSendModeHint(mpDrv->pUpPort, aWidth, aHeight,
1805 pVMMDevPort->pfnRequestDisplayChange(pVMMDevPort, aWidth, aHeight, aBitsPerPixel,
2078 ULONG aHeight,
2085 * values passed as either 'aWidth' or 'aHeight'.
2088 CheckComArgExpr(aHeight, aHeigh
1734 setVideoModeHint(ULONG aDisplay, BOOL aEnabled, BOOL aChangeOrigin, LONG aOriginX, LONG aOriginY, ULONG aWidth, ULONG aHeight, ULONG aBitsPerPixel) 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
2477 drawToScreen(ULONG aScreenId, BYTE *aAddress, ULONG aX, ULONG aY, ULONG aWidth, ULONG aHeight) argument
2689 viewportChanged(ULONG aScreenId, ULONG aX, ULONG aY, ULONG aWidth, ULONG aHeight) argument
[all...]
H A DMouseImpl.cpp58 virtual HRESULT getHeight(ULONG *aHeight);
167 HRESULT MousePointerShape::getHeight(ULONG *aHeight) argument
169 *aHeight = m.height;
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h222 ULONG *aHeight,
240 ULONG aHeight,
246 ULONG aHeight,
250 ULONG aHeight,
258 ULONG aHeight);
266 ULONG aHeight);
283 ULONG aHeight,
534 ULONG *aHeight,
H A DMachineImpl.h1153 ULONG *aHeight,
1158 ULONG *aHeight);
1162 ULONG *aHeight,
1167 ULONG *aHeight);
1170 ULONG *aHeight,
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp465 ULONG aHeight,
468 LogFlow(("NotifyUpdateImage: %d,%d %dx%d\n", aX, aY, aWidth, aHeight));
478 srcRect.h = (uint16_t)aHeight;
482 dstRect.h = (uint16_t)aHeight;
485 SDL_Surface *surfSrc = SDL_CreateRGBSurfaceFrom(image.raw(), aWidth, aHeight, 32, aWidth * 4,
497 return NotifyUpdate(aX, aY, aWidth, aHeight);
506 ULONG aHeight)
509 aScreenId, aXOrigin, aYOrigin, aWidth, aHeight));
523 mGuestYRes = aHeight;
462 NotifyUpdateImage(ULONG aX, ULONG aY, ULONG aWidth, ULONG aHeight, ComSafeArrayIn(BYTE, aImage)) argument
502 NotifyChange(ULONG aScreenId, ULONG aXOrigin, ULONG aYOrigin, ULONG aWidth, ULONG aHeight) argument
H A DFramebuffer.h90 ULONG aHeight);
H A DVBoxSDL.cpp107 ULONG aWidth, ULONG aHeight, ComSafeArrayIn(BYTE,pShape))
109 width(aWidth), height(aHeight)
106 PointerShapeChangeData(BOOL aVisible, BOOL aAlpha, ULONG aXHot, ULONG aYHot, ULONG aWidth, ULONG aHeight, ComSafeArrayIn(BYTE,pShape)) argument
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDisplay.cpp226 DWORD EnableAndResizeDispDev(DEVMODE *paDeviceModes, DISPLAY_DEVICE *paDisplayDevices, DWORD totalDispNum, UINT Id, DWORD aWidth, DWORD aHeight, argument
282 if (aWidth !=0 && aHeight != 0)
284 LogRel(("Display : %s , Change Height: %d & Width: %d\n", displayDevice.DeviceName, aWidth, aHeight));
288 deviceMode.dmPelsHeight = aHeight;
H A DVBoxDispIf.cpp54 DWORD EnableAndResizeDispDev(DEVMODE *paDeviceModes, DISPLAY_DEVICE *paDisplayDevices, DWORD totalDispNum, UINT Id, DWORD aWidth, DWORD aHeight,
/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, aSize, aWidth, aHeight))
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h1355 ulong aWidth, ulong aHeight,
1360 mBytesPerLine(aBytesPerLine), mWidth(aWidth), mHeight(aHeight),
1352 VBoxFBSizeInfo(UIVisualStateType visualState, ulong aPixelFormat, uchar *aVRAM, ulong aBitsPerPixel, ulong aBytesPerLine, ulong aWidth, ulong aHeight, double dScaleFactor, const QSize &scaledSize, bool fUseUnscaledHiDPIOutput, bool bUsesGuestVram) argument
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6317 ULONG *aHeight,
6347 *aHeight = u32Height;
6353 HRESULT Machine::querySavedThumbnailSize(ULONG aScreenId, ULONG *aSize, ULONG *aWidth, ULONG *aHeight) argument
6374 *aHeight = u32Height;
6382 ULONG *aWidth, ULONG *aHeight, std::vector<BYTE> &aData)
6411 *aHeight = u32Height;
6475 HRESULT Machine::querySavedScreenshotPNGSize(ULONG aScreenId, ULONG *aSize, ULONG *aWidth, ULONG *aHeight) argument
6496 *aHeight = u32Height;
6503 HRESULT Machine::readSavedScreenshotPNGToArray(ULONG aScreenId, ULONG *aWidth, ULONG *aHeight, std::vector<BYTE> &aData) argument
6523 *aHeight
6313 querySavedGuestScreenInfo(ULONG aScreenId, ULONG *aOriginX, ULONG *aOriginY, ULONG *aWidth, ULONG *aHeight, BOOL *aEnabled) argument
6381 readSavedThumbnailToArray(ULONG aScreenId, BitmapFormat_T aBitmapFormat, ULONG *aWidth, ULONG *aHeight, std::vector<BYTE> &aData) argument
[all...]

Completed in 356 milliseconds