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

/vbox/src/VBox/Main/src-client/
H A DDisplaySourceBitmapImpl.cpp98 ULONG *aWidth,
108 *aWidth = m.ulWidth;
97 queryBitmapInfo(BYTE **aAddress, ULONG *aWidth, ULONG *aHeight, ULONG *aBitsPerPixel, ULONG *aBytesPerLine, BitmapFormat_T *aBitmapFormat) argument
H A DMouseImpl.cpp57 virtual HRESULT getWidth(ULONG *aWidth);
161 HRESULT MousePointerShape::getWidth(ULONG *aWidth) argument
163 *aWidth = m.width;
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;
285 * @param aWidth width of image
292 inline bool colorConvWriteYUV420p(unsigned aWidth, unsigned aHeight, argument
295 AssertReturn(0 == (aWidth
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
1587 if (aWidth)
1588 *aWidth = u32Width;
1736 ULONG aWidth, ULONG aHeight, ULONG aBitsPerPixel)
1745 ULONG width = aWidth;
1781 mpDrv->pUpPort->pfnSendModeHint(mpDrv->pUpPort, aWidth, aHeight,
1805 pVMMDevPort->pfnRequestDisplayChange(pVMMDevPort, aWidth, aHeight, aBitsPerPixel,
2077 ULONG aWidth,
2085 * values passed as either 'aWidth' or 'aHeight'.
2087 CheckComArgExpr(aWidth, aWidt
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));
287 deviceMode.dmPelsWidth = aWidth;
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp464 ULONG aWidth,
468 LogFlow(("NotifyUpdateImage: %d,%d %dx%d\n", aX, aY, aWidth, aHeight));
477 srcRect.w = (uint16_t)aWidth;
481 dstRect.w = (uint16_t)aWidth;
485 SDL_Surface *surfSrc = SDL_CreateRGBSurfaceFrom(image.raw(), aWidth, aHeight, 32, aWidth * 4,
497 return NotifyUpdate(aX, aY, aWidth, aHeight);
505 ULONG aWidth,
509 aScreenId, aXOrigin, aYOrigin, aWidth, aHeight));
522 mGuestXRes = aWidth;
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
[all...]
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.cpp6316 ULONG *aWidth,
6346 *aWidth = u32Width;
6353 HRESULT Machine::querySavedThumbnailSize(ULONG aScreenId, ULONG *aSize, ULONG *aWidth, ULONG *aHeight) argument
6373 *aWidth = u32Width;
6382 ULONG *aWidth, ULONG *aHeight, std::vector<BYTE> &aData)
6410 *aWidth = u32Width;
6475 HRESULT Machine::querySavedScreenshotPNGSize(ULONG aScreenId, ULONG *aSize, ULONG *aWidth, ULONG *aHeight) argument
6495 *aWidth = u32Width;
6503 HRESULT Machine::readSavedScreenshotPNGToArray(ULONG aScreenId, ULONG *aWidth, ULONG *aHeight, std::vector<BYTE> &aData) argument
6522 *aWidth
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 105 milliseconds