Home
last modified time | relevance | path

Searched refs:SetupWindowData (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c175 SetupWindowData(_THIS, SDL_Window * window, HWND hwnd, HWND parent, SDL_bool created) in SetupWindowData() function
335 if (SetupWindowData(_this, window, hwnd, parent, SDL_TRUE) < 0) { in WIN_CreateWindow()
408 if (SetupWindowData(_this, window, hwnd, GetParent(hwnd), SDL_FALSE) < 0) { in WIN_CreateWindowFrom()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitwindow.m88 SetupWindowData(_THIS, SDL_Window *window, UIWindow *uiwindow, SDL_bool created) function
222 if (SetupWindowData(_this, window, uiwindow, SDL_TRUE) < 0) {
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11window.c250 SetupWindowData(_THIS, SDL_Window * window, Window w, BOOL created) in SetupWindowData() function
625 if (SetupWindowData(_this, window, w, SDL_TRUE) < 0) { in X11_CreateWindow()
684 if (SetupWindowData(_this, window, w, SDL_FALSE) < 0) { in X11_CreateWindowFrom()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.m1361 SetupWindowData(_THIS, SDL_Window * window, NSWindow *nswindow, NSView *nsview, SDL_bool created) function
1538 if (SetupWindowData(_this, window, nswindow, contentView, SDL_TRUE) < 0) {
1604 return SetupWindowData(_this, window, nswindow, nsview, SDL_FALSE);

Completed in 12 milliseconds