Home
last modified time | relevance | path

Searched defs:ox (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-2.1/build/demos/kpaddemo/src/
Dsample.c287 static void draw_grid( f32 ox, f32 oy, f32 radius, GXColor clr ) in draw_grid()
300 static void draw_acc( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay ) in draw_acc()
313 static void draw_acc2( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay ) in draw_acc2()
323 static void draw_stick( f32 ox, f32 oy, f32 radius, f32 sx, f32 sy, GXColor clr, BOOL dashed ) in draw_stick()
Dgraphic.c200 void draw_circle( f32 ox, f32 oy, f32 radius, GXColor clr, f32 width ) in draw_circle()