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

/haiku-fatelf/src/preferences/screen/
H A DScreenMode.h63 status_t GetMonitorInfo(monitor_info& info,
H A DMonitorView.cpp223 if (screen.GetMonitorInfo(&info) != B_OK)
H A DScreenMode.cpp351 ScreenMode::GetMonitorInfo(monitor_info& info, float* _diagonalInches) function in class:ScreenMode
354 status_t status = screen.GetMonitorInfo(&info);
H A DScreenWindow.cpp334 if (fScreenMode.GetMonitorInfo(info) == B_OK) {
985 if (fScreenMode.GetMonitorInfo(info) == B_OK) {
1206 status_t status = fScreenMode.GetMonitorInfo(info, &diagonalInches);
/haiku-fatelf/src/servers/app/
H A DScreen.h32 status_t GetMonitorInfo(monitor_info& info) const;
H A DScreen.cpp211 Screen::GetMonitorInfo(monitor_info& info) const function in class:Screen
213 return fHWInterface->GetMonitorInfo(&info);
H A DVirtualScreen.cpp234 bool hasInfo = screen->GetMonitorInfo(info) == B_OK;
H A DDesktop.cpp727 bool hasInfo = screen->GetMonitorInfo(info) == B_OK;
H A DServerApp.cpp2867 status_t status = fDesktop->HWInterface()->GetMonitorInfo(&info);
/haiku-fatelf/headers/os/interface/
H A DScreen.h75 status_t GetMonitorInfo(monitor_info* info);
/haiku-fatelf/headers/private/interface/
H A DPrivateScreen.h75 status_t GetMonitorInfo(monitor_info* info);
/haiku-fatelf/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-fatelf/src/servers/app/drawing/
H A DHWInterface.h98 virtual status_t GetMonitorInfo(monitor_info* info);
H A DAccelerantHWInterface.h48 virtual status_t GetMonitorInfo(monitor_info* info);
H A DHWInterface.cpp120 HWInterface::GetMonitorInfo(monitor_info* info) function in class:HWInterface
H A DAccelerantHWInterface.cpp944 AccelerantHWInterface::GetMonitorInfo(monitor_info* info) function in class:AccelerantHWInterface

Completed in 136 milliseconds