Searched refs:DrawSmoothCube (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Transform/ |
| D | tf-tg-mtx.c | 29 static void DrawSmoothCube ( float tx, float ty ); 234 DrawSmoothCube(-240, 150); in DrawTick() 237 DrawSmoothCube(-80, 150); in DrawTick() 240 DrawSmoothCube(80, 150); in DrawTick() 243 DrawSmoothCube(240, 150); in DrawTick() 246 DrawSmoothCube(-240, -150); in DrawTick() 249 DrawSmoothCube(-80, -150); in DrawTick() 252 DrawSmoothCube(80, -150); in DrawTick() 255 DrawSmoothCube(240, -150); in DrawTick() 258 DrawSmoothCube(-160, 0); in DrawTick() [all …]
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-layer.c | 29 static void DrawSmoothCube ( float tx, float ty ); 213 DrawSmoothCube(0, 0); in DrawTick() 272 static void DrawSmoothCube ( float tx, float ty ) in DrawSmoothCube() function
|
| D | tex-2-tex.c | 29 static void DrawSmoothCube ( float tx, float ty ); 253 DrawSmoothCube(-300.0F + ((float)(i * 100)), -300.0F + ((float)(j * 100))); in DrawTick() 331 static void DrawSmoothCube ( float tx, float ty ) in DrawSmoothCube() function
|