Searched refs:drawPlanetMapped (Results 1 – 3 of 3) sorted by relevance
/dports/games/qonk/qonk-0.3.1/src/ |
H A D | canvas.h | 31 static void drawPlanetMapped(int x, int y, int size, Uint32 color);
|
H A D | canvas.cpp | 71 drawPlanetMapped(loc.getXMapped(), loc.getYMapped(), size, color); in drawPlanet() 75 Canvas::drawPlanetMapped(int x, int y, int size, Uint32 color ) { in drawPlanetMapped() function in Canvas
|
H A D | players.cpp | 77 Canvas::drawPlanetMapped(counter, height + 5, size, color ); in renderStats()
|