Searched refs:monitor_info (Results 1 - 21 of 21) sorted by relevance

/haiku/src/servers/app/
H A DScreenConfigurations.h20 monitor_info info;
35 screen_configuration* BestFit(int32 id, const monitor_info* info,
38 status_t Set(int32 id, const monitor_info* info,
H A DScreen.h33 status_t GetMonitorInfo(monitor_info& info) const;
H A DScreenConfigurations.cpp43 ScreenConfigurations::BestFit(int32 id, const monitor_info* info,
106 ScreenConfigurations::Set(int32 id, const monitor_info* info,
135 memcpy(&configuration->info, info, sizeof(monitor_info));
H A DVirtualScreen.cpp133 monitor_info info;
249 monitor_info info;
H A DScreen.cpp214 Screen::GetMonitorInfo(monitor_info& info) const
H A DServerApp.cpp3252 monitor_info info;
3257 fLink.Attach<monitor_info>(info);
H A DDesktop.cpp795 monitor_info info;
/haiku/src/preferences/screen/
H A DScreenMode.h64 status_t GetMonitorInfo(monitor_info& info,
H A DMonitorView.cpp225 monitor_info info;
H A DScreenWindow.cpp434 monitor_info info;
1113 monitor_info info;
1343 monitor_info info;
H A DScreenMode.cpp396 ScreenMode::GetMonitorInfo(monitor_info& info, float* _diagonalInches)
/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/headers/os/add-ons/graphics/
H A DAccelerant.h181 } monitor_info; typedef in typeref:struct:__anon13
308 typedef status_t (*get_monitor_info)(monitor_info* info);
/haiku/headers/build/
H A DHaikuBuildCompatibility.h195 } monitor_info; typedef in typeref:struct:__anon1
/haiku/src/kits/interface/
H A DScreen.cpp277 BScreen::GetMonitorInfo(monitor_info* info)
H A DPrivateScreen.cpp571 BPrivateScreen::GetMonitorInfo(monitor_info* info)
582 link.Read<monitor_info>(info);
/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)
/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)
1013 memset(info, 0, sizeof(monitor_info));

Completed in 133 milliseconds