Home
last modified time | relevance | path

Searched refs:_defaultBackground (Results 1 – 22 of 22) sorted by relevance

/dports/mail/rspamd-devel/rspamd-93430bb/contrib/replxx/src/
H A Dwindows.hxx23 _defaultBackground = info.wAttributes & BACKGROUND_WHITE; in WinAttributes()
26 _consoleColor = _defaultColor | _defaultBackground; in WinAttributes()
32 int _defaultBackground; member in replxx::WinAttributes
H A Dwindows.cxx20 int thisBackground( WIN_ATTR._defaultBackground ); in HandleEsc()
/dports/mail/rspamd/rspamd-3.1/contrib/replxx/src/
H A Dwindows.hxx23 _defaultBackground = info.wAttributes & BACKGROUND_WHITE; in WinAttributes()
26 _consoleColor = _defaultColor | _defaultBackground; in WinAttributes()
32 int _defaultBackground; member in replxx::WinAttributes
H A Dwindows.cxx20 int thisBackground( WIN_ATTR._defaultBackground ); in HandleEsc()
/dports/devel/replxx/replxx-release-0.0.3/src/
H A Dwindows.hxx23 _defaultBackground = info.wAttributes & BACKGROUND_WHITE; in WinAttributes()
26 _consoleColor = _defaultColor | _defaultBackground; in WinAttributes()
32 int _defaultBackground; member in replxx::WinAttributes
H A Dwindows.cxx20 int thisBackground( WIN_ATTR._defaultBackground ); in HandleEsc()
/dports/math/curv/curv-0.5/extern/replxx/src/
H A Dwindows.hxx23 _defaultBackground = info.wAttributes & BACKGROUND_WHITE; in WinAttributes()
26 _consoleColor = _defaultColor | _defaultBackground; in WinAttributes()
32 int _defaultBackground; member in replxx::WinAttributes
H A Dwindows.cxx20 int thisBackground( WIN_ATTR._defaultBackground ); in HandleEsc()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dconfig.cpp151 …_piracy(false), _script_cols(0), _left_margin(0), _right_margin(0), _defaultBackground(0), _defaul… in UserOptions()
180_defaultBackground = format.RGBToColor((defaultBg >> 16) & 0xff, (defaultBg >> 8) & 0xff, defaultB… in initialize()
H A Dglk_interface.cpp154 || (_defaultForeground != zcolor_Transparent) || (_defaultBackground != zcolor_Transparent); in initialize()
166 zcolors[h_default_background] = _defaultBackground; in initialize()
432 _wp._background->fillRect(_defaultBackground, Rect(g_system->getWidth(), g_system->getHeight())); in split_window()
545 return _defaultBackground; in os_peek_color()
H A Dconfig.h152 uint _defaultBackground; member
H A Dscreen.cpp69 g_vm->_defaultBackground = (int)zcolor_Transparent; in loadVersion6Fonts()
H A Dwindows.cpp140 win->_stream->setZColors(g_vm->_defaultForeground, g_vm->_defaultBackground); in operator =()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dconfig.cpp150 …_piracy(false), _script_cols(0), _left_margin(0), _right_margin(0), _defaultBackground(0), _defaul… in UserOptions()
179_defaultBackground = format.RGBToColor((defaultBg >> 16) & 0xff, (defaultBg >> 8) & 0xff, defaultB… in initialize()
H A Dglk_interface.cpp154 || (_defaultForeground != zcolor_Transparent) || (_defaultBackground != zcolor_Transparent); in initialize()
166 zcolors[h_default_background] = _defaultBackground; in initialize()
432 _wp._background->fillRect(_defaultBackground, Rect(g_system->getWidth(), g_system->getHeight())); in split_window()
545 return _defaultBackground; in os_peek_color()
H A Dconfig.h152 uint _defaultBackground; member
H A Dscreen.cpp69 g_vm->_defaultBackground = (int)zcolor_Transparent; in loadVersion6Fonts()
H A Dwindows.cpp140 win->_stream->setZColors(g_vm->_defaultForeground, g_vm->_defaultBackground); in operator =()
/dports/games/neo/neo-0.6/src/
H A Dcloud.h79 void SetDefaultBackground() { _defaultBackground = true; } in SetDefaultBackground()
142 bool _defaultBackground = false; variable
H A Dcloud.cpp336 if (_defaultBackground) in SetColor()
/dports/emulators/vice/vice-3.5/src/lib/linenoise-ng/
H A Dlinenoise.cpp258 _defaultBackground = info.wAttributes & BACKGROUND_WHITE; in WinAttributes()
261 _consoleColor = _defaultColor | _defaultBackground; in WinAttributes()
267 int _defaultBackground; member in WinAttributes
369 WIN_ATTR._defaultColor | WIN_ATTR._defaultBackground; in HandleEsc()
384 FOREGROUND_RED | WIN_ATTR._defaultBackground; in HandleEsc()
389 FOREGROUND_GREEN | WIN_ATTR._defaultBackground; in HandleEsc()
394 FOREGROUND_RED | FOREGROUND_GREEN | WIN_ATTR._defaultBackground; in HandleEsc()
399 FOREGROUND_BLUE | WIN_ATTR._defaultBackground; in HandleEsc()
404 FOREGROUND_BLUE | FOREGROUND_RED | WIN_ATTR._defaultBackground; in HandleEsc()
409 WIN_ATTR._defaultBackground; in HandleEsc()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmResource.c578 static String _defaultBackground; variable
2633 _WmGetDynamicDefault (widget, WmBGC, _defaultBackground, 0, value); in _WmBackgroundDefault()
4270 _defaultBackground = _defaultColor1; in ProcessAppearanceResources()
4368 _defaultBackground = _defaultColor2; in ProcessAppearanceResources()