Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gxdemo/src/Transform/
Dtf-stitch.c143 static void ComputeNormalRotMtx ( Segment *seg, u32 idx );
348 ComputeNormalRotMtx(&(segs[((j + (10 * k)) - k) + 1]), i); in DrawTick()
350 ComputeNormalRotMtx(&(segs[((j + (10 * k)) - k)]), i); in DrawTick()
354 ComputeNormalRotMtx(&(segs[((j + (10 * k)) - k) + 1]), 0); in DrawTick()
356 ComputeNormalRotMtx(&(segs[((j + (10 * k)) - k)]), 0); in DrawTick()
472 static void ComputeNormalRotMtx ( Segment *seg, u32 idx ) in ComputeNormalRotMtx() function