Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/kpaddemo/include/
Dgraphic.h40 extern void draw_point( f32 px, f32 py, GXColor clr, f32 size ) ;
/RvlSDK-3.3/build/demos/kpaddemo/src/
Dmpls.c460 draw_point( pos.x,pos.y, black_clr, 11 ) ; in draw_position()
461 draw_point( pos.x,pos.y, cyan_clr, 9 ) ; in draw_position()
490 draw_point( px,py, white_clr, 4 ) ; in draw_acc()
550 draw_point( px,py, white_clr, 5 ) ; in draw_object()
572 draw_point( px,py, white_clr, 4 ) ; in draw_stick()
587 draw_point( ox, py, white_clr, 3 ) ; in draw_mpls()
603 draw_point( px,py, white_clr, 3 ) ; in draw_angle()
Dgraphic.c152 void draw_point( f32 px, f32 py, GXColor clr, f32 size ) in draw_point() function
258 draw_point( ox,oy, clr, width ) ; in draw_circle()
Dsample.c468 draw_point( pos.x,pos.y, black_clr, 11 ) ; in draw_position()
469 draw_point( pos.x,pos.y, cyan_clr, 9 ) ; in draw_position()
499 draw_point( px,py, white_clr, 4 ) ; in draw_acc()
515 draw_point( px,py, white_clr, 4 ) ; in draw_stick()
657 draw_point( px,py, white_clr, 5 ) ; in draw_object()