Home
last modified time | relevance | path

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

/dports/games/chromium-bsu/chromium-bsu-0.9.16.1/src/
H A DMainGL.cpp312 drawTextGL(buffer, game->heroDeath, 0.15); in drawDeadGL()
317 drawTextGL(buffer, game->heroDeath, 0.15); in drawDeadGL()
321 drawTextGL(_("l o s e r"), game->heroDeath, 0.25); in drawDeadGL()
389 drawTextGL(buffer, game->heroSuccess, 0.15); in drawSuccessGL()
393 void MainGL::drawTextGL(const char *string, float pulse, float scale) in drawTextGL() function in MainGL
H A DMainGL.h25 void drawTextGL(const char *string, float pulse, float scale);