Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dhappy.c116 SDL_MapRGB(bmp_surface->format, 255, 255, 255)); in initializeTexture()
Daccelerometer.c126 SDL_MapRGB(bmp_surface->format, 0, 0, 255)); in initializeTextures()
Dkeyboard.c205 SDL_SetColorKey(surface, 1, SDL_MapRGB(surface->format, 238, 0, 252)); in loadFont()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestgesture.c81 colour = SDL_MapRGB( screen->format,r, g, b); in setpix()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_pixels.h423 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_rotate.c489 colorkey = SDL_MapRGB(rz_dst->format, r, g, b); in SDLgfx_rotateSurface()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h292 #define SDL_MapRGB SDL_MapRGB_REAL macro
DSDL_dynapi_procs.h321 SDL_DYNAPI_PROC(Uint32,SDL_MapRGB,(const SDL_PixelFormat *a, Uint8 b, Uint8 c, Uint8 d),(a,b,c,d),r…
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_pixels.c801 SDL_MapRGB(const SDL_PixelFormat * format, Uint8 r, Uint8 g, Uint8 b) in SDL_MapRGB() function