Home
last modified time | relevance | path

Searched refs:autocenter (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_windowshaptic.c399 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()
DSDL_xinputhaptic_c.h42 extern int SDL_XINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter);
DSDL_dinputhaptic_c.h42 extern int SDL_DINPUT_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter);
DSDL_xinputhaptic.c340 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
DSDL_dinputhaptic.c1119 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/
DSDL_haptic.c665 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()
DSDL_syshaptic.h183 extern int SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter);
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/dummy/
DSDL_syshaptic.c161 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter() argument
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_haptic.h1126 int autocenter);
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/
DSDL_syshaptic.c1103 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/
DSDL_syshaptic.c1339 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) in SDL_SYS_HapticSetAutocenter() argument
1345 if (autocenter == 0) { in SDL_SYS_HapticSetAutocenter()