Searched refs:SDL_GetColorKey (Results 1 – 7 of 7) sorted by relevance
| /third_party/flutter/skia/third_party/externals/sdl/include/ |
| D | SDL_surface.h | 247 extern DECLSPEC int SDLCALL SDL_GetColorKey(SDL_Surface * surface,
|
| /third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
| D | SDL_rotate.c | 91 SDL_GetColorKey(src, &key); in _colorkey()
|
| D | SDL_render_sw.c | 642 if (SDL_GetColorKey(src, &colorkey) == 0) { in SW_RenderCopyEx()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
| D | SDL_dynapi_overrides.h | 460 #define SDL_GetColorKey SDL_GetColorKey_REAL macro
|
| D | SDL_dynapi_procs.h | 487 SDL_DYNAPI_PROC(int,SDL_GetColorKey,(SDL_Surface *a, Uint32 *b),(a,b),return)
|
| /third_party/flutter/skia/third_party/externals/sdl/src/render/ |
| D | SDL_render.c | 521 if (fmt->Amask || SDL_GetColorKey(surface, NULL) == 0) { in SDL_CreateTextureFromSurface() 580 if (SDL_GetColorKey(surface, NULL) == 0) { in SDL_CreateTextureFromSurface()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/ |
| D | SDL_surface.c | 257 SDL_GetColorKey(SDL_Surface * surface, Uint32 * key) in SDL_GetColorKey() function
|