Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/math/fft-2/src/
Dmain.c115 static void DrawBar(s16 sx, s16 sy, s16 ex, s16 ey);
487 DrawBar((s16)i, (s16)(192 - gDrawData[i]), (s16)(i + blockCount), (s16)192); in Draw3D_Bar()
583 static void DrawBar(s16 sx, s16 sy, s16 ex, s16 ey) in DrawBar() function