Home
last modified time | relevance | path

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

/dports/games/nighthawk/nighthawk/src/
H A Dintro.cc109 print_str_hazey(mess1, 56, 44, intro_haze[0], intro_haze[1]); in credit_1_fg()
110 print_str_hazey(mess2, 56, 60, intro_haze[0], intro_haze[1]); in credit_1_fg()
119 print_str_hazey(mess1, 108, 44, intro_haze[0], intro_haze[1]); in credit_2_fg()
120 print_str_hazey(mess2, 64, 60, intro_haze[0], intro_haze[1]); in credit_2_fg()
121 print_str_hazey(mess3, 24, 76, intro_haze[0], intro_haze[1]); in credit_2_fg()
132 print_str_hazey(mess1, 108, 45, intro_haze[0], intro_haze[1]); in main_logo_fg()
133 print_str_hazey(mess2, 32, 61, intro_haze[0], intro_haze[1]); in main_logo_fg()
H A Dopengl.cc214 PUBLIC void print_str_hazey(char *str, int x, int y, GLfloat *c1, GLfloat *c2) in print_str_hazey() function