Home
last modified time | relevance | path

Searched refs:attack_level (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_haptic.h474 Uint16 attack_level; /**< Level at the start of the attack. */ member
560 Uint16 attack_level; /**< Level at the start of the attack. */ member
646 Uint16 attack_level; /**< Level at the start of the attack. */ member
711 Uint16 attack_level; /**< Level at the start of the attack. */ member
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/
DSDL_syshaptic.c759 dest->u.constant.envelope.attack_level = in SDL_SYS_ToFFEffect()
760 CLAMP(constant->attack_level); in SDL_SYS_ToFFEffect()
809 dest->u.periodic.envelope.attack_level = in SDL_SYS_ToFFEffect()
810 CLAMP(periodic->attack_level); in SDL_SYS_ToFFEffect()
887 dest->u.ramp.envelope.attack_level = CLAMP(ramp->attack_level); in SDL_SYS_ToFFEffect()
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_dinputhaptic.c697 envelope->dwAttackLevel = CCONVERT(hap_constant->attack_level); in SDL_SYS_ToDIEFFECT()
745 envelope->dwAttackLevel = CCONVERT(hap_periodic->attack_level); in SDL_SYS_ToDIEFFECT()
828 envelope->dwAttackLevel = CCONVERT(hap_ramp->attack_level); in SDL_SYS_ToDIEFFECT()
873 envelope->dwAttackLevel = CCONVERT(hap_custom->attack_level); in SDL_SYS_ToDIEFFECT()
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/
DSDL_syshaptic.c857 envelope->dwAttackLevel = CCONVERT(hap_constant->attack_level); in SDL_SYS_ToFFEFFECT()
905 envelope->dwAttackLevel = CCONVERT(hap_periodic->attack_level); in SDL_SYS_ToFFEFFECT()
991 envelope->dwAttackLevel = CCONVERT(hap_ramp->attack_level); in SDL_SYS_ToFFEFFECT()
1037 envelope->dwAttackLevel = CCONVERT(hap_custom->attack_level); in SDL_SYS_ToFFEFFECT()
/third_party/libinput/include/linux/linux/
Dinput.h328 __u16 attack_level; member
/third_party/libevdev/include/linux/linux/
Dinput.h333 __u16 attack_level; member
/third_party/libinput/include/linux/freebsd/
Dinput.h329 uint16_t attack_level; member