| /RvlSDK-3.2/build/demos/kpadOlddemo/src/ |
| D | sample.c | 318 static void draw_grid( f32 ox, f32 oy, f32 radius, GXColor clr ) in draw_grid() argument 322 draw_arrow( ox-r,oy, ox+r,oy, clr, 3 ) ; // Horizontal line in draw_grid() 323 draw_arrow( ox,oy+r, ox,oy-r, clr, 3 ) ; // Vertical line in draw_grid() 324 draw_circle( ox,oy, radius, clr, 3 ) ; // Circle in draw_grid() 331 static void draw_acc( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay ) in draw_acc() argument 334 f32 py = ay * radius + oy ; in draw_acc() 336 draw_arrow( ox,oy, px,py, red_clr, 4 ) ; in draw_acc() 344 static void draw_acc2( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay ) in draw_acc2() argument 347 f32 py = ay * radius + oy ; in draw_acc2() 349 draw_dashed_arrow( ox,oy, px,py, red_clr, 4 ) ; in draw_acc2() [all …]
|
| D | graphic.c | 200 void draw_circle( f32 ox, f32 oy, f32 radius, GXColor clr, f32 width ) in draw_circle() argument 210 draw_point( ox,oy, clr, width ) ; in draw_circle() 223 GXPosition2f32( ox + vx, oy + vy ) ; in draw_circle() 236 GXPosition2f32( ox + radius, oy ) ; // The last point is the same as the start point in draw_circle()
|
| /RvlSDK-3.2/build/demos/kpaddemo/src/ |
| D | sample.c | 401 static void draw_grid( f32 ox, f32 oy, f32 radius, GXColor clr ) in draw_grid() argument 405 draw_arrow( ox-r,oy, ox+r,oy, clr, 3 ) ; // Horizontal line in draw_grid() 406 draw_arrow( ox,oy+r, ox,oy-r, clr, 3 ) ; // Vertical line in draw_grid() 407 draw_circle( ox,oy, radius, clr, 3 ) ; // Circle in draw_grid() 414 static void draw_acc( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay ) in draw_acc() argument 417 f32 py = ay * radius + oy ; in draw_acc() 419 draw_arrow( ox,oy, px,py, red_clr, 4 ) ; in draw_acc() 427 static void draw_acc2( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay ) in draw_acc2() argument 430 f32 py = ay * radius + oy ; in draw_acc2() 432 draw_dashed_arrow( ox,oy, px,py, red_clr, 4 ) ; in draw_acc2() [all …]
|
| D | graphic.c | 192 void draw_circle( f32 ox, f32 oy, f32 radius, GXColor clr, f32 width ) in draw_circle() argument 201 draw_point( ox,oy, clr, width ) ; in draw_circle() 214 GXPosition2f32( ox + vx, oy + vy ) ; in draw_circle() 227 GXPosition2f32( ox + radius, oy ) ; // The last point is the same as the start point in draw_circle()
|
| /RvlSDK-3.2/build/demos/kpaddemo/include/ |
| D | graphic.h | 43 extern void draw_circle( f32 ox, f32 oy, f32 radius, GXColor clr, f32 width ) ;
|
| /RvlSDK-3.2/build/demos/kpadOlddemo/include/ |
| D | graphic.h | 43 extern void draw_circle( f32 ox, f32 oy, f32 radius, GXColor clr, f32 width ) ;
|