Home
last modified time | relevance | path

Searched refs:SDL_SetColorKey (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestspriteminimal.c60 SDL_SetColorKey(temp, SDL_TRUE, *(Uint8 *) temp->pixels); in LoadSprite()
64 SDL_SetColorKey(temp, SDL_TRUE, in LoadSprite()
68 SDL_SetColorKey(temp, SDL_TRUE, *(Uint16 *) temp->pixels); in LoadSprite()
71 SDL_SetColorKey(temp, SDL_TRUE, in LoadSprite()
75 SDL_SetColorKey(temp, SDL_TRUE, *(Uint32 *) temp->pixels); in LoadSprite()
Dtestscale.c65 SDL_SetColorKey(temp, SDL_TRUE, *(Uint8 *) temp->pixels); in LoadTexture()
69 SDL_SetColorKey(temp, SDL_TRUE, in LoadTexture()
73 SDL_SetColorKey(temp, SDL_TRUE, *(Uint16 *) temp->pixels); in LoadTexture()
76 SDL_SetColorKey(temp, SDL_TRUE, in LoadTexture()
80 SDL_SetColorKey(temp, SDL_TRUE, *(Uint32 *) temp->pixels); in LoadTexture()
Dtestrendercopyex.c63 SDL_SetColorKey(temp, SDL_TRUE, *(Uint8 *) temp->pixels); in LoadTexture()
67 SDL_SetColorKey(temp, SDL_TRUE, in LoadTexture()
71 SDL_SetColorKey(temp, SDL_TRUE, *(Uint16 *) temp->pixels); in LoadTexture()
74 SDL_SetColorKey(temp, SDL_TRUE, in LoadTexture()
78 SDL_SetColorKey(temp, SDL_TRUE, *(Uint32 *) temp->pixels); in LoadTexture()
Dtestrendertarget.c64 SDL_SetColorKey(temp, SDL_TRUE, *(Uint8 *) temp->pixels); in LoadTexture()
68 SDL_SetColorKey(temp, SDL_TRUE, in LoadTexture()
72 SDL_SetColorKey(temp, SDL_TRUE, *(Uint16 *) temp->pixels); in LoadTexture()
75 SDL_SetColorKey(temp, SDL_TRUE, in LoadTexture()
79 SDL_SetColorKey(temp, SDL_TRUE, *(Uint32 *) temp->pixels); in LoadTexture()
Dcontrollermap.c62 SDL_SetColorKey(temp, SDL_TRUE, *(Uint8 *) temp->pixels); in LoadTexture()
66 SDL_SetColorKey(temp, SDL_TRUE, in LoadTexture()
70 SDL_SetColorKey(temp, SDL_TRUE, *(Uint16 *) temp->pixels); in LoadTexture()
73 SDL_SetColorKey(temp, SDL_TRUE, in LoadTexture()
77 SDL_SetColorKey(temp, SDL_TRUE, *(Uint32 *) temp->pixels); in LoadTexture()
Dtestsprite2.c75 SDL_SetColorKey(temp, 1, *(Uint8 *) temp->pixels); in LoadSprite()
79 SDL_SetColorKey(temp, 1, (*(Uint16 *) temp->pixels) & 0x00007FFF); in LoadSprite()
82 SDL_SetColorKey(temp, 1, *(Uint16 *) temp->pixels); in LoadSprite()
85 SDL_SetColorKey(temp, 1, (*(Uint32 *) temp->pixels) & 0x00FFFFFF); in LoadSprite()
88 SDL_SetColorKey(temp, 1, *(Uint32 *) temp->pixels); in LoadSprite()
Dtestautomation_surface.c131 ret = SDL_SetColorKey(face, SDL_FALSE, 0); in _testBlitBlendMode()
279 ret = SDL_SetColorKey(face, SDL_RLEACCEL, *(Uint8 *) face->pixels); in surface_testSurfaceConversion()
349 ret = SDL_SetColorKey(face, SDL_RLEACCEL, *(Uint8 *) face->pixels); in surface_testCompleteSurfaceConversion()
Dtestgamecontroller.c82 SDL_SetColorKey(temp, SDL_TRUE, *(Uint8 *)temp->pixels); in LoadTexture()
86 SDL_SetColorKey(temp, SDL_TRUE, (*(Uint32 *)temp->pixels) & 0x00FFFFFF); in LoadTexture()
Dtestnative.c67 SDL_SetColorKey(temp, 1, *(Uint8 *) temp->pixels); in LoadSprite()
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dhappy.c115 SDL_SetColorKey(bmp_surface, 1, in initializeTexture()
Daccelerometer.c125 SDL_SetColorKey(bmp_surface, 1, 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/src/video/
DSDL_surface.c212 SDL_SetColorKey(SDL_Surface * surface, int flag, Uint32 key) in SDL_SetColorKey() function
340 SDL_SetColorKey(surface, 0, 0); in SDL_ConvertColorkeyToAlpha()
962 SDL_SetColorKey(convert, 1, surface->map->info.colorkey); in SDL_ConvertSurface()
978 SDL_SetColorKey(convert, 1, in SDL_ConvertSurface()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_surface.h234 extern DECLSPEC int SDLCALL SDL_SetColorKey(SDL_Surface * surface,
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_rotate.c529 SDL_SetColorKey(rz_dst, /* SDL_SRCCOLORKEY */ SDL_TRUE | SDL_RLEACCEL, _colorkey(rz_src)); in SDLgfx_rotateSurface()
546 SDL_SetColorKey(rz_dst, /* SDL_SRCCOLORKEY */ SDL_TRUE | SDL_RLEACCEL, _colorkey(rz_src)); in SDLgfx_rotateSurface()
DSDL_render_sw.c643 SDL_SetColorKey(surface_scaled, SDL_TRUE, colorkey); in SW_RenderCopyEx()
664 SDL_SetColorKey(blit_src, 0, 0); in SW_RenderCopyEx()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h459 #define SDL_SetColorKey SDL_SetColorKey_REAL macro
DSDL_dynapi_procs.h486 SDL_DYNAPI_PROC(int,SDL_SetColorKey,(SDL_Surface *a, int b, Uint32 c),(a,b,c),return)
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c638 SDL_SetColorKey(icon, 1, *((Uint8 *) icon->pixels)); in SDLTest_LoadIcon()