Home
last modified time | relevance | path

Searched refs:drawScore (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/sms/SpaceHawks/game/
H A Dgame_hud.c20 static void drawScore(u16 value, u8 x, u8 y) in drawScore() function
73 drawScore(gameSetup.player1->score, TILE_X(1), TILE_Y(0)); in hud_refresh()
75 drawScore(gameSetup.player1->score, 0, 1); in hud_refresh()
84 drawScore(gameSetup.bestScore, TILE_X(20-5-1), TILE_Y(0)); in hud_refresh()
86 drawScore(gameSetup.bestScore, 2*5 + 1, 1); in hud_refresh()
95 drawScore(gameSetup.player2->score, 32 - 2*5, 1); in hud_refresh()
/dports/games/openjazz/openjazz-20190106/src/game/
H A Dgamemode.h64 virtual void drawScore (Font* font) = 0;
78 void drawScore (Font* font);
87 virtual void drawScore (Font* font);
96 virtual void drawScore (Font* font);
105 virtual void drawScore (Font* font);
H A Dgamemode.cpp138 void SingleGameMode::drawScore (Font* font) { in drawScore() function in SingleGameMode
166 void CooperativeGameMode::drawScore (Font* font) { in drawScore() function in CooperativeGameMode
209 void FreeForAllGameMode::drawScore (Font* font) { in drawScore() function in FreeForAllGameMode
254 void TeamGameMode::drawScore (Font* font) { in drawScore() function in TeamGameMode
/dports/games/blinken/blinken-21.12.3/src/
H A Dcounter.cpp14 void counter::paint(QPainter &p, bool drawScore, int score, bool drawTimer, const QColor &c1, const… in paint() argument
38 if (drawScore) in paint()
H A Dcounter.h16 …static void paint(QPainter &p, bool drawScore, int score, bool drawTimer, const QColor &c1, const …
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/sms/SpaceHawks/screens/
H A Dscreen_hiscore.c92 static void drawScore() in drawScore() function
212 drawScore(); in hiUpdate()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Dmenu.cpp46 void GameMenu::drawScore(GameScoreType score, GameScoreType total, const Common::Rect &scoreBounds,… in drawScore() function in Pegasus::GameMenu
889 drawScore(GameState.getGandhiScore(), kMaxGandhiScore, scoreBounds, &numbers); in drawAllScores()
892 drawScore(GameState.getWSCScore(), kMaxWSCScore, scoreBounds, &numbers); in drawAllScores()
895 drawScore(GameState.getNoradScore(), kMaxNoradScore, scoreBounds, &numbers); in drawAllScores()
898 drawScore(GameState.getMarsScore(), kMaxMarsScore, scoreBounds, &numbers); in drawAllScores()
906 drawScore(GameState.getPrehistoricScore(), kMaxPrehistoricScore, scoreBounds, &numbers); in drawAllScores()
913 drawScore(GameState.getCaldoriaTSAScore(), caldoriaTotal, scoreBounds, &numbers); in drawAllScores()
918 drawScore(GameState.getTotalScore(), kMaxTotalScore, scoreBounds, &numbers); in drawAllScores()
1003 drawScore(GameState.getTotalScore(), kMaxTotalScore, in PauseMenu()
H A Dmenu.h56 void drawScore(GameScoreType, GameScoreType, const Common::Rect &, Surface *);
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/lens-5.0.1/examples/
H A DPong.hs204 , drawScore (p^.score) `at` (-0.1, 0.85)
217 drawScore :: (Int, Int) -> Picture
218 drawScore (x, y) = scale textSize textSize . text $ show x ++ " " ++ show y function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/lens-4.19.2/examples/
H A DPong.hs204 , drawScore (p^.score) `at` (-0.1, 0.85)
217 drawScore :: (Int, Int) -> Picture
218 drawScore (x, y) = scale textSize textSize . text $ show x ++ " " ++ show y function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/examples/
H A DPong.hs204 , drawScore (p^.score) `at` (-0.1, 0.85)
217 drawScore :: (Int, Int) -> Picture
218 drawScore (x, y) = scale textSize textSize . text $ show x ++ " " ++ show y function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/examples/
H A DPong.hs204 , drawScore (p^.score) `at` (-0.1, 0.85)
217 drawScore :: (Int, Int) -> Picture
218 drawScore (x, y) = scale textSize textSize . text $ show x ++ " " ++ show y function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/lens-4.19.2/examples/
H A DPong.hs204 , drawScore (p^.score) `at` (-0.1, 0.85)
217 drawScore :: (Int, Int) -> Picture
218 drawScore (x, y) = scale textSize textSize . text $ show x ++ " " ++ show y function
/dports/games/passage/Passage_v4_UnixSource/gamma256/gameSource/
H A Dscore.h15 void drawScore( Uint32 *inImage, int inWidth, int inHeight, int inScore );
H A Dscore.cpp64 void drawScore( Uint32 *inImage, int inWidth, int inHeight, int inScore ) { in drawScore() function
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Dmenu.cpp46 void GameMenu::drawScore(GameScoreType score, GameScoreType total, const Common::Rect &scoreBounds,… in drawScore() function in Pegasus::GameMenu
964 drawScore(GameState.getGandhiScore(), kMaxGandhiScore, scoreBounds, &numbers); in drawAllScores()
967 drawScore(GameState.getWSCScore(), kMaxWSCScore, scoreBounds, &numbers); in drawAllScores()
970 drawScore(GameState.getNoradScore(), kMaxNoradScore, scoreBounds, &numbers); in drawAllScores()
973 drawScore(GameState.getMarsScore(), kMaxMarsScore, scoreBounds, &numbers); in drawAllScores()
981 drawScore(GameState.getPrehistoricScore(), kMaxPrehistoricScore, scoreBounds, &numbers); in drawAllScores()
988 drawScore(GameState.getCaldoriaTSAScore(), caldoriaTotal, scoreBounds, &numbers); in drawAllScores()
993 drawScore(GameState.getTotalScore(), kMaxTotalScore, scoreBounds, &numbers); in drawAllScores()
1080 drawScore(GameState.getTotalScore(), kMaxTotalScore, in PauseMenu()
H A Dmenu.h56 void drawScore(GameScoreType, GameScoreType, const Common::Rect &, Surface *);
/dports/games/gltron/gltron-0.70/src/include/video/
H A Dgraphics_hud.h10 extern void drawScore(Player *p, Visual *d);
/dports/games/glsfcave/glsfcave/
H A Dmain.c56 static void drawScore(void);
87 drawScore(); in display()
194 static void drawScore() in drawScore() function
/dports/audio/pianobooster/PianoBooster-1.0.0/src/
H A DScore.h137 void drawScore();
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Tetris/
H A DTetris.st155 drawScore [
176 drawScore ].
/dports/games/openjazz/openjazz-20190106/src/jj2level/
H A Djj2levelframe.cpp166 if (multiplayer) game->getMode()->drawScore(font); in draw()
/dports/games/tuxkart/tuxkart-0.4.0/src/
H A Dstatus.cxx292 void drawScore () in drawScore() function
407 drawScore () ; in drawGameRunningText()
/dports/games/gltron/gltron-0.70/src/video/
H A Dgraphics_hud.c64 void drawScore(Player *p, Visual *d) { in drawScore() function
/dports/games/gnujump/gnujump-1.0.8/src/
H A Dgame.h184 void drawScore (data_t * gfx, game_t * game, Uint32 currtime);

123