Searched defs:aHeight (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Main/src-client/
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 DMouseImpl.cpp58 virtual HRESULT getHeight(ULONG *aHeight);
167 HRESULT MousePointerShape::getHeight(ULONG *aHeight) argument
169 *aHeight = m.height;
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 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...]
/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;
/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 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/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 109 milliseconds