Home
last modified time | relevance | path

Searched refs:SDL_IsShapedWindow (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_shape.c61 SDL_IsShapedWindow(const SDL_Window *window) in SDL_IsShapedWindow() function
262 if(window == NULL || !SDL_IsShapedWindow(window)) in SDL_SetWindowShape()
284 if (window == NULL || !SDL_IsShapedWindow(window)) in SDL_WindowHasAShape()
292 if(window != NULL && SDL_IsShapedWindow(window)) { in SDL_GetShapedWindowMode()
/AliOS-Things-master/components/SDL2/include/
A DSDL_shape.h77 extern DECLSPEC SDL_bool SDLCALL SDL_IsShapedWindow(const SDL_Window *window);
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_window.c263 if(SDL_IsShapedWindow(window)) in DirectFB_SetWindowSize()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h371 #define SDL_IsShapedWindow SDL_IsShapedWindow_REAL macro
A DSDL_dynapi_procs.h402 SDL_DYNAPI_PROC(SDL_bool,SDL_IsShapedWindow,(const SDL_Window *a),(a),return)
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c789 if (SDL_IsShapedWindow(data->window)) { in WIN_WindowProc()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11window.c921 if (SDL_IsShapedWindow(window)) { in X11_SetWindowSize()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.m595 if (SDL_IsShapedWindow(window)) {

Completed in 24 milliseconds