Searched refs:userx (Results 1 – 6 of 6) sorted by relevance
36 result->userx = result->usery = 0; in Win32_CreateShaper()103 window->shaper->userx = window->x; in Win32_ResizeWindowShape()
43 result->userx = result->usery = 0; in X11_CreateShaper()77 window->shaper->userx = window->x; in X11_ResizeWindowShape()
44 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()
47 Uint32 userx,usery; member
42 result->userx = result->usery = 0; in DirectFB_CreateShaper()60 window->shaper->userx = window->x; in DirectFB_ResizeWindowShape()
44 result->userx = result->usery = 0;
Completed in 6 milliseconds