| /RvlSDK-3.3/build/libraries/pad/src/ |
| D | Padclamp.c | 241 static void ClampCircle(s8* px, s8* py, s8 radius, s8 min) in ClampCircle() argument 278 if (radius*radius < squared) in ClampCircle() 282 x = (x * radius) / length; in ClampCircle() 283 y = (y * radius) / length; in ClampCircle()
|
| /RvlSDK-3.3/build/demos/kpaddemo/src/ |
| D | graphic.c | 249 void draw_circle( f32 ox, f32 oy, f32 radius, GXColor clr, f32 width ) in draw_circle() argument 256 if ( radius < width * 0.1f ) { in draw_circle() 267 vx = radius ; in draw_circle() 279 f = radius / sqrtf( vx * vx + vy * vy ) ; in draw_circle() 284 GXPosition2f32( ox + radius, oy ) ; // The last point is the same as the start point in draw_circle()
|
| D | mpls.c | 468 static void draw_grid( f32 ox, f32 oy, f32 radius, GXColor clr ) in draw_grid() argument 470 f32 r = radius * 1.4f ; // Crosshair length in draw_grid() 474 draw_circle( ox,oy, radius, clr, 3 ) ; // Circle in draw_grid() 480 static void draw_acc( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay, GXColor clr, BOOL dashed ) in draw_acc() argument 482 f32 px = ax * radius + ox ; in draw_acc() 483 f32 py = ay * radius + oy ; in draw_acc() 562 static void draw_stick( f32 ox, f32 oy, f32 radius, f32 sx, f32 sy, GXColor clr, BOOL dashed ) in draw_stick() argument 564 f32 px = sx * radius + ox; in draw_stick() 565 f32 py = sy * radius + oy; in draw_stick() 578 static void draw_mpls( f32 ox, f32 oy, f32 radius, f32 val, GXColor clr, BOOL dashed ) in draw_mpls() argument [all …]
|
| D | sample.c | 476 static void draw_grid( f32 ox, f32 oy, f32 radius, GXColor clr ) in draw_grid() argument 478 f32 r = radius * 1.4f ; // Crosshair length in draw_grid() 482 draw_circle( ox,oy, radius, clr, 3 ) ; // Circle in draw_grid() 489 static void draw_acc( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay, GXColor clr, BOOL dashed ) in draw_acc() argument 491 f32 px = ax * radius + ox ; in draw_acc() 492 f32 py = ay * radius + oy ; in draw_acc() 505 static void draw_stick( f32 ox, f32 oy, f32 radius, f32 sx, f32 sy, GXColor clr, BOOL dashed ) in draw_stick() argument 507 f32 px = sx * radius + ox; in draw_stick() 508 f32 py = sy * radius + oy; in draw_stick()
|
| /RvlSDK-3.3/build/libraries/wpad/src/ |
| D | WPADClamp.c | 42 static void __ClampStickCircle ( void *px, void *py, s16 radius, s16 min, u8 type ); 477 static void __ClampStickCircle(void *px, void *py, s16 radius, s16 min, u8 type) in __ClampStickCircle() argument 525 if (radius*radius < squared) in __ClampStickCircle() 529 x = (x * radius) / length; in __ClampStickCircle() 530 y = (y * radius) / length; in __ClampStickCircle()
|
| /RvlSDK-3.3/build/demos/kpaddemo/include/ |
| D | graphic.h | 45 extern void draw_circle( f32 ox, f32 oy, f32 radius, GXColor clr, f32 width ) ;
|
| /RvlSDK-3.3/build/demos/gxdemo/src/Culling/ |
| D | cul-viewport.c | 339 f32 radius; member 370 mySphere[i].radius = 10.0f; in myInitModel() 437 mmtx[0][0] = mmtx[1][1] = mmtx[2][2] = mySphere[i].radius; in myDrawModel()
|
| /RvlSDK-3.3/include/revolution/ |
| D | kpad.h | 340 void KPADSetMplsZeroPlayParam ( s32 chan, f32 radius ) ; 346 void KPADGetMplsZeroPlayParam ( s32 chan, f32 *radius ) ;
|
| D | wpad.h | 565 s8 radius; member
|