Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_video.h734 extern DECLSPEC void SDLCALL SDL_SetWindowMaximumSize(SDL_Window * window,
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_video.c1431 SDL_SetWindowMaximumSize(window, desiredW, desiredH); in video_getSetWindowMaximumSize()
1466 SDL_SetWindowMaximumSize(window, desiredW, desiredH); in video_getSetWindowMaximumSize()
1500 SDL_SetWindowMaximumSize(NULL, desiredW, desiredH); in video_getSetWindowMaximumSize()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h530 #define SDL_SetWindowMaximumSize SDL_SetWindowMaximumSize_REAL macro
A DSDL_dynapi_procs.h558 SDL_DYNAPI_PROC(void,SDL_SetWindowMaximumSize,(SDL_Window *a, int b, int c),(a,b,c),)
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c1059 SDL_SetWindowMaximumSize(state->windows[i], state->window_maxW, state->window_maxH); in SDLTest_CommonInit()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c2170 SDL_SetWindowMaximumSize(SDL_Window * window, int max_w, int max_h) in SDL_SetWindowMaximumSize() function

Completed in 22 milliseconds