Home
last modified time | relevance | path

Searched refs:SendParticlePoint (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1.4/build/demos/gxdemo/src/G2D/
DG2D-test.c45 static void SendParticlePoint ( Vec *vPoint, u8 colorIndex );
/RvlSDK-3.1.4/build/demos/gxdemo/src/Geometry/
Dgeo-particle.c126 static void SendParticlePoint ( Vec *vPoint, u8 colorIndex );
885 static inline void SendParticlePoint( Vec *vPoint, u8 colorIndex ) in SendParticlePoint() function
1076 SendParticlePoint(&prt->vPos, (u8)(prt->nLifespan>>3)); in DrawParticles()