Home
last modified time | relevance | path

Searched refs:h_default_foreground (Results 1 – 10 of 10) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dglk_interface.cpp149 h_default_foreground = WHITE_COLOUR; in initialize()
161 h_default_foreground = BLACK_COLOUR; in initialize()
165 zcolors[h_default_foreground] = _defaultForeground; in initialize()
180 _wp[i][TRUE_FG_COLOR] = zcolors[h_default_foreground]; in initialize()
547 return (_reverseVideo) ? h_default_foreground : h_default_background; in os_peek_color()
H A Dconfig.h208 zbyte h_default_foreground; member
H A Dconfig.cpp78 h_strings_offset(0), h_default_background(0), h_default_foreground(0), in Header()
H A Dmem.cpp177 SET_BYTE(H_DEFAULT_FOREGROUND, h_default_foreground); in restart_header()
H A Dprocessor_screen.cpp337 fg = h_default_foreground; in z_set_colour()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dglk_interface.cpp149 h_default_foreground = WHITE_COLOUR; in initialize()
161 h_default_foreground = BLACK_COLOUR; in initialize()
165 zcolors[h_default_foreground] = _defaultForeground; in initialize()
180 _wp[i][TRUE_FG_COLOR] = zcolors[h_default_foreground]; in initialize()
547 return (_reverseVideo) ? h_default_foreground : h_default_background; in os_peek_color()
H A Dconfig.h208 zbyte h_default_foreground; member
H A Dconfig.cpp77 h_strings_offset(0), h_default_background(0), h_default_foreground(0), in Header()
H A Dmem.cpp177 SET_BYTE(H_DEFAULT_FOREGROUND, h_default_foreground); in restart_header()
H A Dprocessor_screen.cpp337 fg = h_default_foreground; in z_set_colour()