Searched refs:autocenter (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/ |
D | SDL_windowshaptic.c | 399 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter() argument 402 return SDL_XINPUT_HapticSetAutocenter(haptic, autocenter); in SDL_SYS_HapticSetAutocenter() 404 return SDL_DINPUT_HapticSetAutocenter(haptic, autocenter); in SDL_SYS_HapticSetAutocenter()
|
D | SDL_xinputhaptic_c.h | 42 extern int SDL_XINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter);
|
D | SDL_dinputhaptic_c.h | 42 extern int SDL_DINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter);
|
D | SDL_xinputhaptic.c | 340 SDL_XINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_XINPUT_HapticSetAutocenter() argument 461 SDL_XINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_XINPUT_HapticSetAutocenter() argument
|
D | SDL_dinputhaptic.c | 1119 SDL_DINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_DINPUT_HapticSetAutocenter() argument 1129 dipdw.dwData = (autocenter == 0) ? DIPROPAUTOCENTER_OFF : in SDL_DINPUT_HapticSetAutocenter() 1276 SDL_DINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_DINPUT_HapticSetAutocenter() argument
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/ |
D | SDL_haptic.c | 665 SDL_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_HapticSetAutocenter() argument 675 if ((autocenter < 0) || (autocenter > 100)) { in SDL_HapticSetAutocenter() 679 if (SDL_SYS_HapticSetAutocenter(haptic, autocenter) < 0) { in SDL_HapticSetAutocenter()
|
D | SDL_syshaptic.h | 183 extern int SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter);
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/dummy/ |
D | SDL_syshaptic.c | 161 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter() argument
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_haptic.h | 1126 int autocenter);
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/ |
D | SDL_syshaptic.c | 1103 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter() argument 1109 ie.value = (0xFFFFUL * autocenter) / 100; in SDL_SYS_HapticSetAutocenter()
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/ |
D | SDL_syshaptic.c | 1339 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter() argument 1345 if (autocenter == 0) { in SDL_SYS_HapticSetAutocenter()
|