Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/include/
H A Dshape.h856 int txa_maxframe; member
/dports/games/avp/avp-20170505/src/
H A Dkshape.c2827 txah_new->txa_maxframe, in ChangeSequence()
2828 txah_old->txa_maxframe); in ChangeSequence()
2861 taptr->tac_txah.txa_maxframe = txah->txa_maxframe; in GetTxAnimHeaderFromShape()
2919 txah->txa_currentframe += txah->txa_maxframe; in UpdateTxAnim()
2941 txah->txa_currentframe -= txah->txa_maxframe; in UpdateTxAnim()
3040 if(txah->txa_currentframe >= txah->txa_maxframe) { in CreateTxAnimUVArray()
3042 txah->txa_currentframe = txah->txa_maxframe - 1; in CreateTxAnimUVArray()
3480 if(txah->txa_currentframe >= txah->txa_maxframe) in ShapeSpriteRPointsInstr()
3481 txah->txa_currentframe = txah->txa_maxframe - 1; in ShapeSpriteRPointsInstr()
3682 if(txah->txa_currentframe >= txah->txa_maxframe) in ShapeSpriteRPointsInstr()
[all …]
/dports/games/avp/avp-20170505/src/win95/
H A Dchnkload.cpp1851 th->txa_maxframe=(th->txa_numframes-1)<<16; in SetupAnimOnTriangle()
1943 th->txa_maxframe=(th->txa_numframes-1)<<16; in SetupAnimOnQuad()
2782 thlist[i]->txa_maxframe=0; in copy_sprite_to_shapeheader()
2795 th->txa_maxframe=(th->txa_numframes-1)<<16; in copy_sprite_to_shapeheader()