Home
last modified time | relevance | path

Searched refs:GetMaterialColorIndex (Results 1 – 3 of 3) sorted by relevance

/dports/games/ivan/ivan-059/FeLib/Include/
H A Drawbit.h59 static int GetMaterialColorIndex(int Color) { return (Color - 192) >> 4; } in GetMaterialColorIndex() function
60 int GetMaterialColorIndex(int X, int Y) const in GetMaterialColorIndex() function
/dports/games/ivan/ivan-059/FeLib/Source/
H A Drawbit.cpp659 if(IsMaterialColor(Entry) && 1 << GetMaterialColorIndex(Entry) & SparkleFlags) in RandomizeSparklePos()
H A Dbitmap.cpp1580 if(1 << RawBitmap->GetMaterialColorIndex(RawPos.X + x, RawPos.Y + y) & SeedNFlags) in CreateFlames()