Searched refs:roll (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-3.3/build/demos/gxdemo/src/TexGen/ |
| D | tg-shadow3.c | 135 static void DrawSpiral ( u32 roll ); 767 static void DrawSpiral( u32 roll ) in DrawSpiral() argument 781 nv = (u16)((roll*SP_NUMR+1) * 2); in DrawSpiral() 790 for ( i = 0 ; i <= SP_NUMR*roll ; ++i ) in DrawSpiral() 805 for ( i = 0 ; i <= SP_NUMR*roll ; ++i ) in DrawSpiral() 820 for ( i = 0 ; i <= SP_NUMR*roll ; ++i ) in DrawSpiral() 835 for ( i = 0 ; i <= SP_NUMR*roll ; ++i ) in DrawSpiral() 853 pz = 2.0F * PI * roll; in DrawSpiral()
|
| /RvlSDK-3.3/build/demos/wpaddemo/src/ |
| D | mplus.c | 710 …if (ptr->stat & WPAD_MPLS_STAT_ROLSEL) { dps = (ptr->roll - low.roll_zero) / low.roll_scale * lo… in renderStatus() 711 …else { dps = (ptr->roll - high.roll_zero) / high.roll_scale * hi… in renderStatus() 713 … y, 0, "[%s] %5d%+8.2f", (ptr->stat & WPAD_MPLS_STAT_ROLSEL) ? "L" : "H", (s16)(ptr->roll), dps); in renderStatus()
|
| D | wpadsample.c | 1418 …if (mp->stat & WPAD_MPLS_STAT_ROLSEL) { dps = (mp->roll - low.roll_zero) / low.roll_scale * low.… in renderStatus() 1419 …else { dps = (mp->roll - high.roll_zero) / high.roll_scale * high… in renderStatus() 1420 …IGHT, 0, "[%s] %5d%+8.2f", (mp->stat & WPAD_MPLS_STAT_ROLSEL) ? "L" : "H", (s16)(mp->roll), dps); in renderStatus()
|
| /RvlSDK-3.3/include/revolution/ |
| D | kpad.h | 366 void KPADSetMplsMagnification ( s32 chan, f32 pitch, f32 yaw, f32 roll ) ;
|
| D | wpad.h | 689 s16 roll; member
|