Searched refs:SDL_GetSurfaceAlphaMod (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_surface.h | 327 extern DECLSPEC int SDLCALL SDL_GetSurfaceAlphaMod(SDL_Surface * surface,
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 458 #define SDL_GetSurfaceAlphaMod SDL_GetSurfaceAlphaMod_REAL macro
|
A D | SDL_dynapi_procs.h | 487 SDL_DYNAPI_PROC(int,SDL_GetSurfaceAlphaMod,(SDL_Surface *a, Uint8 *b),(a,b),return)
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_render_sw.c | 384 SDL_GetSurfaceAlphaMod(src, &alphaMod); in SW_RenderCopyEx()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_surface.c | 482 SDL_GetSurfaceAlphaMod(SDL_Surface * surface, Uint8 * alpha) in SDL_GetSurfaceAlphaMod() function
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_render.c | 1275 SDL_GetSurfaceAlphaMod(surface, &a); in SDL_CreateTextureFromSurface()
|
Completed in 20 milliseconds