Home
last modified time | relevance | path

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

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DCharAnimations.cpp1414 Cycle = SixteenToFive[Orient]; in GetAnimResRef()
1494 Cycle = SixteenToFive[Orient]; in GetAnimResRef()
1552 Cycle=SixteenToFive[Orient]; in AddPSTSuffix()
1555 Cycle=SixteenToFive[Orient]; in AddPSTSuffix()
1559 Cycle=SixteenToFive[Orient]; in AddPSTSuffix()
1562 Cycle=SixteenToFive[Orient]; in AddPSTSuffix()
1565 Cycle=SixteenToFive[Orient]; in AddPSTSuffix()
1570 Cycle=SixteenToFive[Orient]; in AddPSTSuffix()
1579 Cycle=SixteenToFive[Orient]; in AddPSTSuffix()
1598 Cycle=SixteenToFive[Orient]; in AddPSTSuffix()
[all …]
H A DScriptedAnimation.cpp58 static const ieByte SixteenToFive[3*MAX_ORIENT]={ variable
106 c = SixteenToFive[i]; in PrepareAnimation()
190 c = SixteenToFive[c]; in LoadAnimationFactory()
H A DProjectile.cpp45 static const ieByte SixteenToFive[MAX_ORIENT]={0,1,2,3,4,3,2,1,0,1,2,3,4,3,2,1}; variable
192 c = SixteenToFive[Cycle]; in CreateOrientedAnimations()