Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Transform/
Dtf-tg-mtx.c29 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/
Dtex-layer.c29 static void DrawSmoothCube ( float tx, float ty );
213 DrawSmoothCube(0, 0); in DrawTick()
272 static void DrawSmoothCube ( float tx, float ty ) in DrawSmoothCube() function
Dtex-2-tex.c29 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