Lines Matching refs:s16
150 void SetStickClamp(s16 min, s16 max);
160 void GetStickClamp(s16* pMin, s16* pMax) const;
190 f32 NormalizeStick(s16 x);
204 void NormalizeStickWithScale( f32* normalized_x, f32* normalized_y, s16 x, s16 y );
220 void SetNormalizeStickScaleSettings( f32 scale, s16 threshold );
229 void GetNormalizeStickScaleSettings( f32* scale, s16* threshold ) const;
255 void SetExtraStickClamp(s16 min, s16 max);
265 void GetExtraStickClamp(s16* pMin, s16* pMax) const;
295 f32 NormalizeExtraStick(s16 x);
309 void NormalizeExtraStickWithScale( f32* normalized_x, f32* normalized_y, s16 x, s16 y );
325 void SetNormalizeExtraStickScaleSettings( f32 scale, s16 threshold );
334 void GetNormalizeExtraStickScaleSettings( f32* scale, s16* threshold ) const;
364 inline void ExtraPadReader::SetExtraStickClamp(s16 min, s16 max) in SetExtraStickClamp()
369 inline void ExtraPadReader::GetExtraStickClamp(s16* pMin, s16* pMax) const in GetExtraStickClamp()
384 inline f32 ExtraPadReader::NormalizeExtraStick(s16 x) in NormalizeExtraStick()
389 … ExtraPadReader::NormalizeExtraStickWithScale( f32* normalized_x, f32* normalized_y, s16 x, s16 y ) in NormalizeExtraStickWithScale()
394 inline void ExtraPadReader::SetNormalizeExtraStickScaleSettings(f32 scale, s16 threshold) in SetNormalizeExtraStickScaleSettings()
399 inline void ExtraPadReader::GetNormalizeExtraStickScaleSettings(f32* scale, s16* threshold) const in GetNormalizeExtraStickScaleSettings()