Home
last modified time | relevance | path

Searched refs:SDL_SetSurfaceColorMod (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_render_sw.c120 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 Dtestautomation_surface.c126 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 DSDL_surface.h284 extern DECLSPEC int SDLCALL SDL_SetSurfaceColorMod(SDL_Surface * surface,
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h455 #define SDL_SetSurfaceColorMod SDL_SetSurfaceColorMod_REAL macro
A DSDL_dynapi_procs.h484 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 DSDL_surface.c414 SDL_SetSurfaceColorMod(SDL_Surface * surface, Uint8 r, Uint8 g, Uint8 b) in SDL_SetSurfaceColorMod() function

Completed in 22 milliseconds