Lines Matching refs:f32

162     f32 left;
163 f32 top;
164 f32 right;
165 f32 bottom;
173 f32 acc_value ;
174 f32 acc_speed ;
189 f32 ltrigger ;
190 f32 rtrigger ;
239 f32 acc_value ;
240 f32 acc_speed ;
244 f32 speed ;
248 f32 hori_speed ;
250 f32 dist ;
251 f32 dist_vec ;
252 f32 dist_speed ;
292 void KPADSetPosParam ( s32 chan, f32 play_radius, f32 sensitivity ) ;
293 void KPADSetHoriParam( s32 chan, f32 play_radius, f32 sensitivity ) ;
294 void KPADSetDistParam( s32 chan, f32 play_radius, f32 sensitivity ) ;
295 void KPADSetAccParam ( s32 chan, f32 play_radius, f32 sensitivity ) ;
296 void KPADSetCrossStickEmulationParamsL( s32 chan, f32 rot_deg, f32 xy_deg, f32 radius );
297 void KPADSetCrossStickEmulationParamsR( s32 chan, f32 rot_deg, f32 xy_deg, f32 radius );
299 void KPADGetPosParam ( s32 chan, f32 *play_radius, f32 *sensitivity ) ;
300 void KPADGetHoriParam( s32 chan, f32 *play_radius, f32 *sensitivity ) ;
301 void KPADGetDistParam( s32 chan, f32 *play_radius, f32 *sensitivity ) ;
302 void KPADGetAccParam ( s32 chan, f32 *play_radius, f32 *sensitivity ) ;
303 void KPADGetCrossStickEmulationParamsL( s32 chan, f32 *rot_deg, f32 *xy_deg, f32 *radius );
304 void KPADGetCrossStickEmulationParamsR( s32 chan, f32 *rot_deg, f32 *xy_deg, f32 *radius );
306 void KPADSetBtnRepeat( s32 chan, f32 delay_sec, f32 pulse_sec ) ;
308 void KPADSetObjInterval ( f32 interval ) ;
310 void KPADSetSensorHeight ( s32 chan, f32 level ) ;
311 f32 KPADGetSensorHeight ( s32 chan ) ;
341 void KPADGetProjectionPos( Vec2 *dst, const Vec2 *src, const Rect *projRect, f32 viRatio ) ;
352 f32 KPADReviseAcc ( Vec *acc ) ;
353 f32 KPADGetReviseAngle( void ) ;
393 void KPADSetMplsAngle ( s32 chan, f32 ax, f32 ay, f32 az ) ;
396 f32 KPADWorkMplsCalibration ( s32 chan ) ;
398 void KPADSetMplsDirectionMag ( s32 chan, f32 mag ) ;
410 f32 KPADIsEnableMplsZeroPlay ( s32 chan ) ;
411 f32 KPADIsEnableMplsZeroDrift( s32 chan ) ;
412 f32 KPADIsEnableMplsDirRevise( s32 chan ) ;
413 f32 KPADIsEnableMplsAccRevise( s32 chan ) ;
414 f32 KPADIsEnableMplsDpdRevise( s32 chan ) ;
416 void KPADSetMplsZeroPlayParam ( s32 chan, f32 radius ) ;
417 void KPADSetMplsDirReviseParam( s32 chan, f32 revise_pw ) ;
418 void KPADSetMplsAccReviseParam( s32 chan, f32 revise_pw, f32 revise_range ) ;
419 void KPADSetMplsDpdReviseParam( s32 chan, f32 revise_pw ) ;
422 void KPADGetMplsZeroPlayParam ( s32 chan, f32 *radius ) ;
423 void KPADGetMplsDirReviseParam( s32 chan, f32 *revise_pw ) ;
424 void KPADGetMplsAccReviseParam( s32 chan, f32 *revise_pw, f32 *revise_range ) ;
425 void KPADGetMplsDpdReviseParam( s32 chan, f32 *revise_pw ) ;
442 void KPADSetMplsMagnification ( s32 chan, f32 pitch, f32 yaw, f32 roll ) ;