Home
last modified time | relevance | path

Searched refs:GetSpeedModColor (Results 1 – 4 of 4) sorted by relevance

/dports/games/spring/spring_98.0/rts/Rendering/
H A DIPathDrawer.h32 static SColor GetSpeedModColor(const float sm);
H A DIPathDrawer.cpp58 SColor IPathDrawer::GetSpeedModColor(const float sm) { in GetSpeedModColor() function in IPathDrawer
H A DQTPFSPathDrawer.cpp362 const SColor& smc = GetSpeedModColor((los || losSqr)? node->speedModAvg * smr: sm); in UpdateExtraTexture()
374 const SColor& smc = GetSpeedModColor(sm * scale); in UpdateExtraTexture()
H A DDefaultPathDrawer.cpp181 const SColor& smc = GetSpeedModColor(sm * scale); in UpdateExtraTexture()