Home
last modified time | relevance | path

Searched refs:DrawSelfPixels (Results 1 – 9 of 9) sorted by relevance

/dports/games/galaxyhack/galaxyhack/src/
H A DProjectile.h38 virtual void DrawSelfPixels() {} in DrawSelfPixels() function
82 virtual void DrawSelfPixels() = 0;
89 void DrawSelfPixels();
98 void DrawSelfPixels();
108 void DrawSelfPixels();
123 void DrawSelfPixels();
155 void DrawSelfPixels() {hProj->DrawSelfPixels();} in DrawSelfPixels() function
H A DRTSUnit.h40 void DrawSelfPixels() {hUnit->DrawSelfPixels();} in DrawSelfPixels() function
H A DRTSUnit_Base.h54 virtual void DrawSelfPixels() {} in DrawSelfPixels() function
210 void DrawSelfPixels();
H A DGroup.h60 void DrawSelfPixels() {hGroup->DrawSelfPixels();} in DrawSelfPixels() function
H A DProjectile.cpp185 void SmallLaserBolt::DrawSelfPixels() { in DrawSelfPixels() function in SmallLaserBolt
195 void TwinLaserBolt::DrawSelfPixels() { in DrawSelfPixels() function in TwinLaserBolt
665 void Missile::DrawSelfPixels() { in DrawSelfPixels() function in Missile
681 void Torpedo::DrawSelfPixels() { in DrawSelfPixels() function in Torpedo
H A DGroup_Base.h57 virtual void DrawSelfPixels();
H A DRTS.cpp317 iter->DrawSelfPixels(); in DrawWorld()
321 sides[i].groups[j].DrawSelfPixels(); in DrawWorld()
H A DGroup_Base.cpp688 void Group_Base::DrawSelfPixels() { in DrawSelfPixels() function in Group_Base
690 units[i].DrawSelfPixels(); in DrawSelfPixels()
H A DAutoFireUnit.cpp533 void Frigate::DrawSelfPixels() { in DrawSelfPixels() function in Frigate