Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_render_sw.c390 color = SDL_MapRGBA(surface->format, in SW_RenderClear()
434 Uint32 color = SDL_MapRGBA(surface->format, in SW_RenderDrawPoints()
483 Uint32 color = SDL_MapRGBA(surface->format, in SW_RenderDrawLines()
534 Uint32 color = SDL_MapRGBA(surface->format, in SW_RenderFillRects()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_pixels.h431 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_surface.c88 color = SDL_MapRGBA( testSurface->format, 0, 0, 0, 0); in _clearTestSurface()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h293 #define SDL_MapRGBA SDL_MapRGBA_REAL macro
DSDL_dynapi_procs.h322 SDL_DYNAPI_PROC(Uint32,SDL_MapRGBA,(const SDL_PixelFormat *a, Uint8 b, Uint8 c, Uint8 d, Uint8 e),(…
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_pixels.c814 SDL_MapRGBA(const SDL_PixelFormat * format, Uint8 r, Uint8 g, Uint8 b, in SDL_MapRGBA() function
DSDL_surface.c979 SDL_MapRGBA(convert->format, keyR, keyG, keyB, keyA)); in SDL_ConvertSurface()