Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsshape.c36 result->userx = result->usery = 0; in Win32_CreateShaper()
104 window->shaper->usery = window->y; in Win32_ResizeWindowShape()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11shape.c43 result->userx = result->usery = 0; in X11_CreateShaper()
78 window->shaper->usery = window->y; in X11_ResizeWindowShape()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_shape.c45 result->shaper->usery = y; in SDL_CreateShapedWindow()
273 if(window->shaper->userx != 0 && window->shaper->usery != 0) { in SDL_SetWindowShape()
274 SDL_SetWindowPosition(window,window->shaper->userx,window->shaper->usery); in SDL_SetWindowShape()
276 window->shaper->usery = 0; in SDL_SetWindowShape()
A DSDL_sysvideo.h47 Uint32 userx,usery; member
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_shape.c42 result->userx = result->usery = 0; in DirectFB_CreateShaper()
61 window->shaper->usery = window->y; in DirectFB_ResizeWindowShape()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoashape.m44 result->userx = result->usery = 0;

Completed in 7 milliseconds