Home
last modified time | relevance | path

Searched refs:SDL_SetWindowIcon (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h514 extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Window * window,
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h527 #define SDL_SetWindowIcon SDL_SetWindowIcon_REAL macro
DSDL_dynapi_procs.h553 SDL_DYNAPI_PROC(void,SDL_SetWindowIcon,(SDL_Window *a, SDL_Surface *b),(a,b),)
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c870 SDL_SetWindowIcon(state->windows[i], icon); in SDLTest_CommonInit()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c1644 SDL_SetWindowIcon(SDL_Window * window, SDL_Surface * icon) in SDL_SetWindowIcon() function