Home
last modified time | relevance | path

Searched refs:SDL_SetWindowMinimumSize (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_video.h705 extern DECLSPEC void SDLCALL SDL_SetWindowMinimumSize(SDL_Window * window,
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_video.c1296 SDL_SetWindowMinimumSize(window, desiredW, desiredH); in video_getSetWindowMinimumSize()
1331 SDL_SetWindowMinimumSize(window, desiredW, desiredH); in video_getSetWindowMinimumSize()
1365 SDL_SetWindowMinimumSize(NULL, desiredW, desiredH); in video_getSetWindowMinimumSize()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h528 #define SDL_SetWindowMinimumSize SDL_SetWindowMinimumSize_REAL macro
A DSDL_dynapi_procs.h556 SDL_DYNAPI_PROC(void,SDL_SetWindowMinimumSize,(SDL_Window *a, int b, int c),(a,b,c),)
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c1056 SDL_SetWindowMinimumSize(state->windows[i], state->window_minW, state->window_minH); in SDLTest_CommonInit()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c2127 SDL_SetWindowMinimumSize(SDL_Window * window, int min_w, int min_h) in SDL_SetWindowMinimumSize() function

Completed in 22 milliseconds