Searched refs:SDL_SetSurfaceColorMod (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_render_sw.c | 120 SDL_SetSurfaceColorMod(texture->driverdata, texture->r, texture->g, in SW_CreateTexture() 406 SDL_SetSurfaceColorMod(src_clone, rMod, gMod, bMod); in SW_RenderCopyEx() 504 SDL_SetSurfaceColorMod(src_rotated, rMod, gMod, bMod); in SW_RenderCopyEx() 521 SDL_SetSurfaceColorMod(src_rotated, 0, 0, 0); in SW_RenderCopyEx() 583 SDL_SetSurfaceColorMod(surface, r, g, b); in PrepTextureForCopy()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_surface.c | 126 ret = SDL_SetSurfaceColorMod(face, 255, 255, 255); in _testBlitBlendMode() 162 ret = SDL_SetSurfaceColorMod( face, (255/nj)*j, (255/ni)*i, (255/nj)*j ); in _testBlitBlendMode()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_surface.h | 284 extern DECLSPEC int SDLCALL SDL_SetSurfaceColorMod(SDL_Surface * surface,
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 455 #define SDL_SetSurfaceColorMod SDL_SetSurfaceColorMod_REAL macro
|
A D | SDL_dynapi_procs.h | 484 SDL_DYNAPI_PROC(int,SDL_SetSurfaceColorMod,(SDL_Surface *a, Uint8 b, Uint8 c, Uint8 d),(a,b,c,d),re…
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_surface.c | 414 SDL_SetSurfaceColorMod(SDL_Surface * surface, Uint8 r, Uint8 g, Uint8 b) in SDL_SetSurfaceColorMod() function
|
Completed in 22 milliseconds