Searched refs:GetMonitorInfo (Results 1 - 17 of 17) sorted by relevance

/haiku/src/preferences/screen/
H A DScreenMode.h64 status_t GetMonitorInfo(monitor_info& info,
H A DMonitorView.cpp226 if (screen.GetMonitorInfo(&info) != B_OK)
H A DScreenMode.cpp396 ScreenMode::GetMonitorInfo(monitor_info& info, float* _diagonalInches) function in class:ScreenMode
399 status_t status = screen.GetMonitorInfo(&info);
H A DScreenWindow.cpp435 if (fScreenMode.GetMonitorInfo(info) == B_OK) {
1114 if (fScreenMode.GetMonitorInfo(info) == B_OK) {
1345 status_t status = fScreenMode.GetMonitorInfo(info, &diagonalInches);
/haiku/src/servers/app/
H A DScreen.h33 status_t GetMonitorInfo(monitor_info& info) const;
H A DVirtualScreen.cpp134 bool hasInfo = screen->GetMonitorInfo(info) == B_OK;
250 bool hasInfo = screen->GetMonitorInfo(info) == B_OK;
H A DScreen.cpp214 Screen::GetMonitorInfo(monitor_info& info) const function in class:Screen
216 return fHWInterface->GetMonitorInfo(&info);
H A DDesktop.cpp796 bool hasInfo = screen->GetMonitorInfo(info) == B_OK;
H A DServerApp.cpp3254 status_t status = fDesktop->HWInterface()->GetMonitorInfo(&info);
/haiku/headers/private/interface/
H A DPrivateScreen.h75 status_t GetMonitorInfo(monitor_info* info);
/haiku/headers/os/interface/
H A DScreen.h75 status_t GetMonitorInfo(monitor_info* info);
/haiku/src/kits/interface/
H A DScreen.cpp277 BScreen::GetMonitorInfo(monitor_info* info) function in class:BScreen
280 return fScreen->GetMonitorInfo(info);
H A DPrivateScreen.cpp571 BPrivateScreen::GetMonitorInfo(monitor_info* info) function in class:BPrivateScreen
/haiku/src/servers/app/drawing/
H A DHWInterface.h104 virtual status_t GetMonitorInfo(monitor_info* info);
H A DHWInterface.cpp111 HWInterface::GetMonitorInfo(monitor_info* info) function in class:HWInterface
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h50 virtual status_t GetMonitorInfo(monitor_info* info);
H A DAccelerantHWInterface.cpp992 AccelerantHWInterface::GetMonitorInfo(monitor_info* info) function in class:AccelerantHWInterface

Completed in 123 milliseconds