Home
last modified time | relevance | path

Searched refs:OffNormal (Results 1 – 2 of 2) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DButton_System.cc106 INT32 OffNormal; // Index to use when button is OFF member
170 pics->OffNormal = OffNormal; in InitButtonImage()
180 SetMaxSize(pics, OffNormal); in InitButtonImage()
192 OffNormal == BUTTON_NO_IMAGE && in LoadButtonImage()
216 OffNormal == BUTTON_NO_IMAGE && in UseLoadedButtonImage()
311 pics->OffNormal = -1; in InitializeButtonImageManager()
1106 else if (pics->OffNormal != -1) in DrawQuickButton()
1108 UseImage = pics->OffNormal; in DrawQuickButton()
1119 UseImage = pics->OffNormal; in DrawQuickButton()
1201 else if (pics->OffNormal != -1) in DrawCheckBoxButton()
[all …]
H A DButton_System.h215 BUTTON_PICS* LoadButtonImage(const char* filename, INT32 Grayed, INT32 OffNormal, INT32 OffHilite, …
221 BUTTON_PICS* UseLoadedButtonImage(BUTTON_PICS* LoadedImg, INT32 Grayed, INT32 OffNormal, INT32 OffH…