Searched refs:mWidth (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dwindow.cpp28 mWidth(0),
77 crDebug("CrFbWindow: reparent to %p (current mxPos=%d, myPos=%d, mWidth=%u, mHeight=%u)",
78 parentId, mxPos, myPos, mWidth, mHeight);
135 "(width=%d, height=%d, mWidth=%d, mHeight=%d).", width, height, mWidth, mHeight);
139 if (mWidth != width || mHeight != height || fForced)
150 /* Keep mWidth and mHeight unchanged (not multiplied by scale factor scalar). */
151 mWidth = width;
169 "(width=%d, height=%d, mWidth=%d, mHeight=%d).", width, height, mWidth, mHeigh
[all...]
H A Dserver_presenter.h250 uint32_t mWidth; member in class:CrFbWindow
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.h54 int mWidth, mHeight; member in struct:VBoxGuestWinInfo
64 : mhasShape(hasShape), mX(x), mY(y), mWidth(w), mHeight(h),
H A Dseamless-x11.cpp358 pInfo->mWidth = winAttrib.width;
494 + pInfo->mWidth;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp81 mWidth = (UINT16)Width;
82 mValue = new UINT8[mWidth];
89 memcpy (mValue, &Value.u8, mWidth);
92 memcpy (mValue, &Value.u16, mWidth);
95 memcpy (mValue, &Value.u32, mWidth);
98 memcpy (mValue, &Value.u64, mWidth);
101 memcpy (mValue, &Value.b, mWidth);
104 memcpy (mValue, &Value.time, mWidth);
107 memcpy (mValue, &Value.date, mWidth);
110 memcpy (mValue, &Value.string, mWidth);
[all...]
H A DVfrUtilityLib.h50 UINT16 mWidth; member in struct:SConfigInfo
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h1348 mBytesPerLine(pFb->bytesPerLine()), mWidth(pFb->width()), mHeight(pFb->height()),
1360 mBytesPerLine(aBytesPerLine), mWidth(aWidth), mHeight(aHeight),
1369 ulong width() const { return mWidth; }
1383 ulong mWidth; local

Completed in 1978 milliseconds