Home
last modified time | relevance | path

Searched refs:_tStyles (Results 1 – 11 of 11) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dconf.cpp111 _tStyles[i].fg = parseColor(T_STYLES[i].fg); in Conf()
112 _tStyles[i].bg = parseColor(T_STYLES[i].bg); in Conf()
113 _tStyles[i].font = T_STYLES[i].font; in Conf()
114 _tStyles[i].reverse = T_STYLES[i].reverse; in Conf()
122 Common::copy(_tStyles, _tStyles + style_NUMSTYLES, _tStylesDefault); in Conf()
227 _tStyles[style].fg = parseColor(Common::String(line.c_str(), 6)); in synchronize()
228 _tStyles[style].bg = parseColor(Common::String(line.c_str() + 7)); in synchronize()
233 encodeColor(_tStyles[style].fg).c_str(), in synchronize()
234 encodeColor(_tStyles[style].bg).c_str() in synchronize()
250 _tStyles[style].font = font; in synchronize()
[all …]
H A Dglk.cpp294 WindowStyle &ws1 = _conf->_tStyles[style_Normal]; in switchToWhiteOnBlack()
298 WindowStyle &ws2 = _conf->_tStyles[style_Input]; in switchToWhiteOnBlack()
H A Dconf.h103 WindowStyle _tStyles[style_NUMSTYLES]; variable
H A Dglk_api.cpp463 styles = g_conf->_tStyles; in glk_stylehint_set()
534 styles = g_conf->_tStyles; in glk_stylehint_clear()
H A Dwindow_text_buffer.cpp52 Common::copy(&g_conf->_tStyles[0], &g_conf->_tStyles[style_NUMSTYLES], _styles); in TextBufferWindow()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Dconf.cpp151 Common::copy(T_STYLES, T_STYLES + style_NUMSTYLES, _tStyles); in Conf()
168 _tStyles[style].fg = parseColor(fg); in Conf()
169 _tStyles[style].bg = parseColor(bg); in Conf()
189 _tStyles[style].font = Screen::getFontId(font); in Conf()
195 Common::copy(_tStyles, _tStyles + style_NUMSTYLES, _tStylesDefault); in Conf()
H A Dconf.h94 WindowStyle _tStyles[style_NUMSTYLES]; variable
H A Dglk_api.cpp459 styles = g_conf->_tStyles; in glk_stylehint_set()
527 styles = g_conf->_tStyles; in glk_stylehint_clear()
H A Dwindow_text_buffer.cpp52 Common::copy(&g_conf->_tStyles[0], &g_conf->_tStyles[style_NUMSTYLES], _styles); in TextBufferWindow()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dscreen.cpp35 g_conf->_tStyles[style_User1].font = CUSTOM; in FrotzScreen()
37 g_conf->_tStyles[style_User2].font = CUSTOM2; in FrotzScreen()
74 g_conf->_tStyles[idx].bg = g_conf->_tStylesDefault[idx].bg = zcolor_Transparent; in loadVersion6Fonts()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dscreen.cpp35 g_conf->_tStyles[style_User1].font = CUSTOM; in FrotzScreen()
37 g_conf->_tStyles[style_User2].font = CUSTOM2; in FrotzScreen()
74 g_conf->_tStyles[idx].bg = g_conf->_tStylesDefault[idx].bg = zcolor_Transparent; in loadVersion6Fonts()