Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_blendmode.h108 extern DECLSPEC SDL_BlendMode SDLCALL SDL_ComposeCustomBlendMode(SDL_BlendFactor srcColorFactor,
/AliOS-Things-master/components/SDL2/test/
A Dtestsprite2.c318 …blendMode = SDL_ComposeCustomBlendMode(SDL_BLENDFACTOR_SRC_ALPHA, SDL_BLENDFACTOR_ONE, SDL_BLENDOP… in main()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h630 #define SDL_ComposeCustomBlendMode SDL_ComposeCustomBlendMode_REAL macro
A DSDL_dynapi_procs.h664 SDL_DYNAPI_PROC(SDL_BlendMode,SDL_ComposeCustomBlendMode,(SDL_BlendFactor a, SDL_BlendFactor b, SDL…
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_render.c3355 SDL_ComposeCustomBlendMode(SDL_BlendFactor srcColorFactor, SDL_BlendFactor dstColorFactor, in SDL_ComposeCustomBlendMode() function

Completed in 18 milliseconds