Searched refs:SDL_MapRGBA (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_render_sw.c | 390 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/ |
D | SDL_pixels.h | 431 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_surface.c | 88 color = SDL_MapRGBA( testSurface->format, 0, 0, 0, 0); in _clearTestSurface()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 293 #define SDL_MapRGBA SDL_MapRGBA_REAL macro
|
D | SDL_dynapi_procs.h | 322 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/ |
D | SDL_pixels.c | 814 SDL_MapRGBA(const SDL_PixelFormat * format, Uint8 r, Uint8 g, Uint8 b, in SDL_MapRGBA() function
|
D | SDL_surface.c | 979 SDL_MapRGBA(convert->format, keyR, keyG, keyB, keyA)); in SDL_ConvertSurface()
|