Searched refs:SDL_MapRGB (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/ |
D | happy.c | 116 SDL_MapRGB(bmp_surface->format, 255, 255, 255)); in initializeTexture()
|
D | accelerometer.c | 126 SDL_MapRGB(bmp_surface->format, 0, 0, 255)); in initializeTextures()
|
D | keyboard.c | 205 SDL_SetColorKey(surface, 1, SDL_MapRGB(surface->format, 238, 0, 252)); in loadFont()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testgesture.c | 81 colour = SDL_MapRGB( screen->format,r, g, b); in setpix()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_pixels.h | 423 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_rotate.c | 489 colorkey = SDL_MapRGB(rz_dst->format, r, g, b); in SDLgfx_rotateSurface()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 292 #define SDL_MapRGB SDL_MapRGB_REAL macro
|
D | SDL_dynapi_procs.h | 321 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/ |
D | SDL_pixels.c | 801 SDL_MapRGB(const SDL_PixelFormat * format, Uint8 r, Uint8 g, Uint8 b) in SDL_MapRGB() function
|