Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsshape.c31 int resized_properly; in Win32_CreateShaper() local
42 resized_properly = Win32_ResizeWindowShape(window); in Win32_CreateShaper()
43 if (resized_properly != 0) in Win32_CreateShaper()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11shape.c35 int resized_properly; in X11_CreateShaper() local
49 resized_properly = X11_ResizeWindowShape(window); in X11_CreateShaper()
50 SDL_assert(resized_properly == 0); in X11_CreateShaper()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_shape.c36 int resized_properly; in DirectFB_CreateShaper() local
47 resized_properly = DirectFB_ResizeWindowShape(window); in DirectFB_CreateShaper()
48 SDL_assert(resized_properly == 0); in DirectFB_CreateShaper()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoashape.m53 int resized_properly = Cocoa_ResizeWindowShape(window);
54 SDL_assert(resized_properly == 0);

Completed in 9 milliseconds