Searched defs:ramp (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bwindow.cc | 197 int HAIKU_SetWindowGammaRamp(_THIS, SDL_Window * window, const Uint16 * ramp) { in HAIKU_SetWindowGammaRamp() 202 int HAIKU_GetWindowGammaRamp(_THIS, SDL_Window * window, Uint16 * ramp) { in HAIKU_GetWindowGammaRamp()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_pixels.c | 414 Uint16 *ramp; in pixels_calcGammaRamp() local
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowswindow.c | 706 WIN_SetWindowGammaRamp(_THIS, SDL_Window * window, const Uint16 * ramp) in WIN_SetWindowGammaRamp() 725 WIN_GetWindowGammaRamp(_THIS, SDL_Window * window, Uint16 * ramp) in WIN_GetWindowGammaRamp()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_pixels.c | 1143 SDL_CalculateGammaRamp(float gamma, Uint16 * ramp) in SDL_CalculateGammaRamp()
|
A D | SDL_video.c | 2421 Uint16 ramp[256]; in SDL_SetWindowBrightness() local
|
/AliOS-Things-master/components/SDL2/src/haptic/linux/ |
A D | SDL_syshaptic.c | 754 SDL_HapticRamp *ramp; in SDL_SYS_ToFFEffect() local
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_haptic.h | 816 SDL_HapticRamp ramp; /**< Ramp effect. */ member
|
/AliOS-Things-master/components/SDL2/src/haptic/darwin/ |
A D | SDL_syshaptic.c | 801 FFRAMPFORCE *ramp = NULL; in SDL_SYS_ToFFEFFECT() local
|
/AliOS-Things-master/components/SDL2/src/haptic/windows/ |
A D | SDL_dinputhaptic.c | 613 DIRAMPFORCE *ramp; in SDL_SYS_ToDIEFFECT() local
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.c | 1498 X11_SetWindowGammaRamp(_THIS, SDL_Window * window, const Uint16 * ramp) in X11_SetWindowGammaRamp()
|
Completed in 24 milliseconds