Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/kpaddemo/src/
Dsample.c401 static void draw_grid( f32 ox, f32 oy, f32 radius, GXColor clr ) in draw_grid()
414 static void draw_acc( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay ) in draw_acc()
427 static void draw_acc2( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay ) in draw_acc2()
439 static void draw_stick( f32 ox, f32 oy, f32 radius, f32 sx, f32 sy, GXColor clr, BOOL dashed ) in draw_stick()
455 static void draw_box( f32 ox, f32 oy, f32 width, f32 height, GXColor clr ) in draw_box()
Dgraphic.c192 void draw_circle( f32 ox, f32 oy, f32 radius, GXColor clr, f32 width ) in draw_circle()
/RvlSDK-3.2/build/demos/kpadOlddemo/src/
Dsample.c318 static void draw_grid( f32 ox, f32 oy, f32 radius, GXColor clr ) in draw_grid()
331 static void draw_acc( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay ) in draw_acc()
344 static void draw_acc2( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay ) in draw_acc2()
354 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()