Searched refs:draw_point (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-2.1/build/demos/kpaddemo/src/ |
| D | sample.c | 279 draw_point( pos.x,pos.y, black_clr, 11 ) ; in draw_position() 280 draw_point( pos.x,pos.y, cyan_clr, 9 ) ; in draw_position() 306 draw_point( px,py, white_clr, 4 ) ; in draw_acc() 319 draw_point( px,py, white_clr, 4 ) ; in draw_acc2() 333 draw_point( sx,sy, white_clr, 4 ) ; in draw_stick() 447 draw_point( px,py, white_clr, 5 ) ; in draw_object()
|
| D | graphic.c | 101 void draw_point( f32 px, f32 py, GXColor clr, f32 size ) in draw_point() function 210 draw_point( ox,oy, clr, width ) ; in draw_circle()
|
| /RvlSDK-2.1/build/demos/kpaddemo/include/ |
| D | graphic.h | 38 extern void draw_point( f32 px, f32 py, GXColor clr, f32 size ) ;
|