Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_render_sw.c237 SDL_SetSurfaceColorMod(texture->driverdata, texture->r, texture->g, in SW_CreateTexture()
262 return SDL_SetSurfaceColorMod(surface, texture->r, texture->g, in SW_SetTextureColorMod()
665 SDL_SetSurfaceColorMod(blit_src, 255, 255, 255); in SW_RenderCopyEx()
670 SDL_SetSurfaceColorMod(surface_scaled, r, g, b); in SW_RenderCopyEx()
DSDL_rotate.c558 SDL_SetSurfaceColorMod(rz_dst, cr, cg, cb); in SDLgfx_rotateSurface()
/third_party/flutter/skia/third_party/externals/sdl/test/
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()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_surface.h262 extern DECLSPEC int SDLCALL SDL_SetSurfaceColorMod(SDL_Surface * surface,
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h461 #define SDL_SetSurfaceColorMod SDL_SetSurfaceColorMod_REAL macro
DSDL_dynapi_procs.h488 SDL_DYNAPI_PROC(int,SDL_SetSurfaceColorMod,(SDL_Surface *a, Uint8 b, Uint8 c, Uint8 d),(a,b,c,d),re…
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_surface.c345 SDL_SetSurfaceColorMod(SDL_Surface * surface, Uint8 r, Uint8 g, Uint8 b) in SDL_SetSurfaceColorMod() function