Home
last modified time | relevance | path

Searched refs:DrawPowerup (Results 1 – 8 of 8) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Da_artifacts.h23 virtual bool DrawPowerup (int x, int y);
126 bool DrawPowerup (int x, int y);
H A Da_artifacts.cpp223 bool APowerup::DrawPowerup (int x, int y) in DrawPowerup() function in APowerup
1031 bool APowerFlight::DrawPowerup (int x, int y) in DrawPowerup() function in APowerFlight
1036 return Super::DrawPowerup(x, y); in DrawPowerup()
H A Da_pickups.h163 virtual bool DrawPowerup (int x, int y);
H A Da_pickups.cpp1266 bool AInventory::DrawPowerup (int x, int y) in DrawPowerup() function in AInventory
H A Dshared_sbar.cpp1544 if (item->DrawPowerup (x, y)) in DrawPowerups()
/dports/games/atr3d/atr3d/
H A Dscreen.h18 extern void DrawPowerup(Object *Obj);
H A Dblit.cpp101 DrawPowerup(Objects[i]); in RunFrame()
H A Dscreen.cpp708 void DrawPowerup(Object *Obj) in DrawPowerup() function