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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachine.cpp252 case UIVisualStateType_Scale: m_initialVisualState = UIVisualStateType_Scale; break;
H A DUIMachineWindow.cpp78 case UIVisualStateType_Scale:
537 case UIVisualStateType_Scale: return 0;
H A DUIMachineView.cpp138 case UIVisualStateType_Scale:
260 if (visualStateType() == UIVisualStateType_Scale)
321 const double xScaleFactor = visualStateType() == UIVisualStateType_Scale ?
323 const double yScaleFactor = visualStateType() == UIVisualStateType_Scale ?
901 if (visualStateType() == UIVisualStateType_Scale)
H A DUIKeyboardHandler.cpp104 case UIVisualStateType_Scale:
234 case UIVisualStateType_Scale:
302 case UIVisualStateType_Scale:
H A DUIMouseHandler.cpp89 case UIVisualStateType_Scale:
H A DUIMachineLogic.cpp158 case UIVisualStateType_Scale:
479 uisession()->changeVisualState(UIVisualStateType_Scale);
H A DUIFrameBuffer.cpp1275 case UIVisualStateType_Scale:
H A DUIActionPoolRuntime.cpp2163 if (restrictedVisualStates & UIVisualStateType_Scale)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineLogicScale.cpp45 : UIMachineLogic(pParent, pSession, UIVisualStateType_Scale)
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataDefs.h570 UIVisualStateType_Scale = RT_BIT(3), enumerator in enum:UIVisualStateType
H A DUIExtraDataManager.cpp2483 case UIVisualStateType_Scale: strKey = extraDataKeyPerScreen(GUI_LastScaleWindowPosition, uScreenIndex); break;
2517 case UIVisualStateType_Scale: strKey = extraDataKeyPerScreen(GUI_LastScaleWindowPosition, uScreenIndex); break;
2535 case UIVisualStateType_Scale: strKey = extraDataKeyPerScreen(GUI_LastScaleWindowPosition, uScreenIndex); break;
3043 if (isFeatureAllowed(GUI_Scale, strID)) return UIVisualStateType_Scale;
3051 setExtraDataString(GUI_Scale, toFeatureAllowed(visualState == UIVisualStateType_Scale), strID);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.cpp329 uisession()->setRequestedVisualState(UIVisualStateType_Scale);
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp828 case UIVisualStateType_Scale: strResult = "Scale"; break;
848 keys << "Scale"; values << UIVisualStateType_Scale; local
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp4429 const double xScaleFactor = mSizeInfo.visualState() == UIVisualStateType_Scale ?
4431 const double yScaleFactor = mSizeInfo.visualState() == UIVisualStateType_Scale ?
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp4017 visualStateType = UIVisualStateType_Scale;

Completed in 130 milliseconds