Home
last modified time | relevance | path

Searched refs:GetAlphaA (Results 1 – 6 of 6) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Dobject.h77 virtual alpha GetAlphaA(int) const;
H A Dbodypart.h558 virtual alpha GetAlphaA(int) const; in ITEM()
747 virtual alpha GetAlphaA(int) const; in ITEM()
H A Dmiscitem.h102 virtual alpha GetAlphaA(int) const { return 255; } in ITEM()
/dports/games/ivan/ivan-059/Main/Source/
H A Dobject.cpp343 Alpha = GetAlphaA(c); in UpdatePictures()
414 alpha object::GetAlphaA(int) const in GetAlphaA() function in object
H A Dbodypart.cpp76 alpha blinkdogtorso::GetAlphaA(int Frame) const { return (Frame & 31) != 31 ? 255 : 0; } in GetAlphaA() function in blinkdogtorso
651 alpha corpse::GetAlphaA(int) const in GetAlphaA() function in corpse
H A Dmiscitem.cpp1207 if(GetSecondaryMaterial() && GetSecondaryMaterial()->GetAlpha() > GetAlphaA(Frame)) in GetAlphaB()
1210 return GetAlphaA(Frame); in GetAlphaB()