Searched defs:fUseUnscaledHiDPIOutput (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineViewScale.cpp148 const bool fUseUnscaledHiDPIOutput = gEDataManager->useUnscaledHiDPIOutput(vboxGlobal().managedVMUuid()); local
149 frameBuffer()->setUseUnscaledHiDPIOutput(fUseUnscaledHiDPIOutput);
153 display().NotifyHiDPIOutputPolicyChange(fUseUnscaledHiDPIOutput);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.cpp184 const bool fUseUnscaledHiDPIOutput = gEDataManager->useUnscaledHiDPIOutput(vboxGlobal().managedVMUuid()); local
186 frameBuffer()->setUseUnscaledHiDPIOutput(fUseUnscaledHiDPIOutput);
193 display().NotifyHiDPIOutputPolicyChange(fUseUnscaledHiDPIOutput);
424 const bool fUseUnscaledHiDPIOutput = gEDataManager->useUnscaledHiDPIOutput(vboxGlobal().managedVMUuid()); local
425 frameBuffer()->setUseUnscaledHiDPIOutput(fUseUnscaledHiDPIOutput);
429 display().NotifyHiDPIOutputPolicyChange(fUseUnscaledHiDPIOutput);
586 const bool fUseUnscaledHiDPIOutput = gEDataManager->useUnscaledHiDPIOutput(vboxGlobal().managedVMUuid()); local
588 m_pFrameBuffer->setUseUnscaledHiDPIOutput(fUseUnscaledHiDPIOutput);
595 display().NotifyHiDPIOutputPolicyChange(fUseUnscaledHiDPIOutput);
H A DUIFrameBuffer.cpp159 void setUseUnscaledHiDPIOutput(bool fUseUnscaledHiDPIOutput) { m_fUseUnscaledHiDPIOutput = fUseUnscaledHiDPIOutput; } argument
297 bool fUseUnscaledHiDPIOutput,
304 bool fUseUnscaledHiDPIOutput,
1457 bool fUseUnscaledHiDPIOutput,
1469 if (!fUseUnscaledHiDPIOutput && hiDPIOptimizationType == HiDPIOptimizationType_Performance)
1481 if (fUseUnscaledHiDPIOutput || hiDPIOptimizationType == HiDPIOptimizationType_Performance)
1494 if (fUseUnscaledHiDPIOutput && dBackingScaleFactor > 1.0)
1505 bool fUseUnscaledHiDPIOutput,
1530 if (!fUseUnscaledHiDPIOutput
1456 eraseImageRect(QPainter &painter, const QRect &rect, bool fUseUnscaledHiDPIOutput, HiDPIOptimizationType hiDPIOptimizationType, double dBackingScaleFactor) argument
1502 drawImageRect(QPainter &painter, const QImage &image, const QRect &rect, int iContentsShiftX, int iContentsShiftY, ScalingOptimizationType enmScalingOptimizationType, bool fUseUnscaledHiDPIOutput, HiDPIOptimizationType hiDPIOptimizationType, double dBackingScaleFactor) argument
1699 setUseUnscaledHiDPIOutput(bool fUseUnscaledHiDPIOutput) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h1356 double dScaleFactor, const QSize &scaledSize, bool fUseUnscaledHiDPIOutput,
1361 m_dScaleFactor(dScaleFactor), m_scaledSize(scaledSize), m_fUseUnscaledHiDPIOutput(fUseUnscaledHiDPIOutput),
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/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp3197 void UIExtraDataManager::setUseUnscaledHiDPIOutput(bool fUseUnscaledHiDPIOutput, const QString &strID) argument
3200 return setExtraDataString(GUI_HiDPI_UnscaledOutput, toFeatureAllowed(fUseUnscaledHiDPIOutput), strID);

Completed in 337 milliseconds