Searched refs:mHeight (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dwindow.cpp29 mHeight(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). */
152 mHeight = height;
169 "(width=%d, height=%d, mWidth=%d, mHeight=%d).", width, height, mWidth, mHeight);
[all...]
H A Dserver_presenter.h251 uint32_t mHeight; 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.cpp359 pInfo->mHeight = winAttrib.height;
492 + pInfo->mHeight;
/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),
1370 ulong height() const { return mHeight; }
1384 ulong mHeight; local

Completed in 60 milliseconds