Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_render_sw.c349 Uint8 alphaMod, rMod, gMod, bMod; in SW_RenderCopyEx() local
385 SDL_GetSurfaceColorMod(src, &rMod, &gMod, &bMod); in SW_RenderCopyEx()
403 …de == SDL_BLENDMODE_MOD || blendmode == SDL_BLENDMODE_MUL) && (alphaMod & rMod & gMod & bMod) != 2… in SW_RenderCopyEx()
406 SDL_SetSurfaceColorMod(src_clone, rMod, gMod, bMod); in SW_RenderCopyEx()
504 SDL_SetSurfaceColorMod(src_rotated, rMod, gMod, bMod); in SW_RenderCopyEx()

Completed in 4 milliseconds