Home
last modified time | relevance | path

Searched refs:statusrect (Results 1 – 6 of 6) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DMyBaseView.h308 …virtual void GetStatusRect(CRect& statusrect) { GetClientRect(statusrect); statusrect.top = status… in GetStatusRect() argument
H A DDrawWindow2D.cpp989 CRect statusrect; in PlaceElements() local
990 this->GetStatusRect(statusrect); in PlaceElements()
991 m_StatusBar.MoveWindow(&statusrect); in PlaceElements()
994 int totalwidth = statusrect.Width(); in PlaceElements()
H A DMyBaseView.cpp727 CRect statusrect; in PlaceElements() local
728 this->GetStatusRect(statusrect); in PlaceElements()
729 m_StatusBar.MoveWindow(&statusrect); in PlaceElements()
H A DPlotToolDlg.cpp591 CRect statusrect; in PlaceElements() local
592 this->GetStatusRect(statusrect); in PlaceElements()
593 m_StatusBar.MoveWindow(&statusrect); in PlaceElements()
596 int totalwidth = statusrect.Width(); in PlaceElements()
/dports/games/flyhard/flyhard-0.42/src/
H A Detc.cpp216 SDL_Rect statusrect={0, top, screen->w, TILE_SIZE}; in update_player_status() local
217 SDL_FillRect(screen, &statusrect, black); in update_player_status()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/overview/
H A Doverview_layout.cpp812 const auto statusrect = style::rtlrect( in getState() local
818 if (statusrect.contains(point)) { in getState()