Home
last modified time | relevance | path

Searched refs:effects (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/haptic/
A DSDL_haptic.c357 if (haptic->effects[i].hweffect != NULL) { in SDL_HapticClose()
493 if (haptic->effects[i].hweffect == NULL) { in SDL_HapticNewEffect()
496 if (SDL_SYS_HapticNewEffect(haptic, &haptic->effects[i], effect) in SDL_HapticNewEffect()
501 SDL_memcpy(&haptic->effects[i].effect, effect, in SDL_HapticNewEffect()
535 if (data->type != haptic->effects[effect].effect.type) { in SDL_HapticUpdateEffect()
540 if (SDL_SYS_HapticUpdateEffect(haptic, &haptic->effects[effect], data) < in SDL_HapticUpdateEffect()
545 SDL_memcpy(&haptic->effects[effect].effect, data, in SDL_HapticUpdateEffect()
581 if (SDL_SYS_HapticStopEffect(haptic, &haptic->effects[effect]) < 0) { in SDL_HapticStopEffect()
599 if (haptic->effects[effect].hweffect == NULL) { in SDL_HapticDestroyEffect()
603 SDL_SYS_HapticDestroyEffect(haptic, &haptic->effects[effect]); in SDL_HapticDestroyEffect()
[all …]
A DSDL_syshaptic.h43 struct haptic_effect *effects; /* Allocated effects */ member
/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_xinputhaptic.c179 haptic->effects = (struct haptic_effect *) in SDL_XINPUT_HapticOpenFromUserIndex()
181 if (haptic->effects == NULL) { in SDL_XINPUT_HapticOpenFromUserIndex()
185 SDL_memset(haptic->effects, 0, in SDL_XINPUT_HapticOpenFromUserIndex()
190 SDL_free(haptic->effects); in SDL_XINPUT_HapticOpenFromUserIndex()
191 haptic->effects = NULL; in SDL_XINPUT_HapticOpenFromUserIndex()
201 SDL_free(haptic->effects); in SDL_XINPUT_HapticOpenFromUserIndex()
203 haptic->effects = NULL; in SDL_XINPUT_HapticOpenFromUserIndex()
212 SDL_free(haptic->effects); in SDL_XINPUT_HapticOpenFromUserIndex()
214 haptic->effects = NULL; in SDL_XINPUT_HapticOpenFromUserIndex()
A DSDL_windowshaptic.c234 SDL_free(haptic->effects); in SDL_SYS_HapticClose()
235 haptic->effects = NULL; in SDL_SYS_HapticClose()
A DSDL_dinputhaptic.c399 haptic->effects = (struct haptic_effect *) in SDL_DINPUT_HapticOpenFromDevice()
401 if (haptic->effects == NULL) { in SDL_DINPUT_HapticOpenFromDevice()
406 SDL_memset(haptic->effects, 0, in SDL_DINPUT_HapticOpenFromDevice()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_ps4.c186 SetLedsForPlayerIndex(DS4EffectsState_t *effects, int player_index) in SetLedsForPlayerIndex() argument
207 effects->ucLedRed = colors[player_index][0]; in SetLedsForPlayerIndex()
208 effects->ucLedGreen = colors[player_index][1]; in SetLedsForPlayerIndex()
209 effects->ucLedBlue = colors[player_index][2]; in SetLedsForPlayerIndex()
306 DS4EffectsState_t *effects; in HIDAPI_DriverPS4_RumbleJoystick() local
331 effects = (DS4EffectsState_t *)&data[offset]; in HIDAPI_DriverPS4_RumbleJoystick()
333 effects->ucRumbleLeft = (low_frequency_rumble >> 8); in HIDAPI_DriverPS4_RumbleJoystick()
334 effects->ucRumbleRight = (high_frequency_rumble >> 8); in HIDAPI_DriverPS4_RumbleJoystick()
337 SetLedsForPlayerIndex(effects, ctx->player_index); in HIDAPI_DriverPS4_RumbleJoystick()
/AliOS-Things-master/components/SDL2/src/haptic/android/
A DSDL_syshaptic.c128 …haptic->effects = (struct haptic_effect *)SDL_malloc (sizeof (struct haptic_effect) * haptic->neff… in OpenHaptic()
129 if (haptic->effects == NULL) { in OpenHaptic()
133 SDL_memset(haptic->effects, 0, sizeof (struct haptic_effect) * haptic->neffects); in OpenHaptic()
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfx.pc.in7 Description: drawing and graphical effects extension for SDL
A Ddepcomp39 as side-effects.
A DREADME58 even for some realtime effects if the CPU is good or bitmaps small.
/AliOS-Things-master/components/SDL2/src/haptic/linux/
A DSDL_syshaptic.c423 haptic->effects = (struct haptic_effect *) in SDL_SYS_HapticOpenFromFD()
425 if (haptic->effects == NULL) { in SDL_SYS_HapticOpenFromFD()
430 SDL_memset(haptic->effects, 0, in SDL_SYS_HapticOpenFromFD()
603 SDL_free(haptic->effects); in SDL_SYS_HapticClose()
604 haptic->effects = NULL; in SDL_SYS_HapticClose()
1174 if (haptic->effects[i].hweffect != NULL) { in SDL_SYS_HapticStopAll()
1175 ret = SDL_SYS_HapticStopEffect(haptic, &haptic->effects[i]); in SDL_SYS_HapticStopAll()
/AliOS-Things-master/components/SDL2/src/haptic/darwin/
A DSDL_syshaptic.c537 haptic->effects = (struct haptic_effect *) in SDL_SYS_HapticOpenFromService()
539 if (haptic->effects == NULL) { in SDL_SYS_HapticOpenFromService()
544 SDL_memset(haptic->effects, 0, in SDL_SYS_HapticOpenFromService()
671 SDL_free(haptic->effects); in SDL_SYS_HapticClose()
672 haptic->effects = NULL; in SDL_SYS_HapticClose()
/AliOS-Things-master/components/SDL2/src/image/
A Ddepcomp38 as side-effects.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Ddepcomp38 as side-effects.
A Dusage.txt128 amusing Cubist effects. (Note: quality values below about 25 generate 2-byte
A Dlibjpeg.txt1984 allowed to "fall behind". You can achieve several different effects by
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Ddepcomp38 as side-effects.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Ddepcomp38 as side-effects.
/AliOS-Things-master/components/littlevgl/
A DREADME.md24 …n embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory fo…
58 * **Single frame buffer** operation even with advances graphical effects
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1952.txt521 severe effects and be difficult to correct. Uncompressed text, on
A Drfc1951.txt873 severe effects and be difficult to correct. Uncompressed text, on
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME203 no harmful effects due to `officially broken' fonts are observed by
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi143 read@footnote{The rationale is to avoid side effects for the built-in
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dpnglibconf.dfa725 # chosen to minimize the effects of DoS attacks based on using very large
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog4354 issues and side-effects are sorted out
4939 effects.

Completed in 74 milliseconds

12