Home
last modified time | relevance | path

Searched refs:userx (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()
103 window->shaper->userx = window->x; in Win32_ResizeWindowShape()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11shape.c43 result->userx = result->usery = 0; in X11_CreateShaper()
77 window->shaper->userx = window->x; in X11_ResizeWindowShape()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_shape.c44 result->shaper->userx = x; 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()
275 window->shaper->userx = 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()
60 window->shaper->userx = window->x; in DirectFB_ResizeWindowShape()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoashape.m44 result->userx = result->usery = 0;

Completed in 7 milliseconds