Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/Transform/
Dtf-stitch.c143 static void ComputeNormalRotMtx ( Segment *seg, u32 idx );
338 ComputeNormalRotMtx(&(segs[((j + (10 * k)) - k) + 1]), i); in DrawTick()
340 ComputeNormalRotMtx(&(segs[((j + (10 * k)) - k)]), i); in DrawTick()
344 ComputeNormalRotMtx(&(segs[((j + (10 * k)) - k) + 1]), 0); in DrawTick()
346 ComputeNormalRotMtx(&(segs[((j + (10 * k)) - k)]), 0); in DrawTick()
462 static void ComputeNormalRotMtx ( Segment *seg, u32 idx ) in ComputeNormalRotMtx() function