Searched refs:userx (Results 1 – 7 of 7) sorted by relevance
36 result->userx = result->usery = 0; in Win32_CreateShaper()102 window->shaper->userx = window->x; in Win32_ResizeWindowShape()
40 result->shaper->userx = x; in SDL_CreateShapedWindow()261 if(window->shaper->userx != 0 && window->shaper->usery != 0) { in SDL_SetWindowShape()262 SDL_SetWindowPosition(window,window->shaper->userx,window->shaper->usery); in SDL_SetWindowShape()263 window->shaper->userx = 0; in SDL_SetWindowShape()
44 Uint32 userx,usery; member
45 result->userx = result->usery = 0; in DirectFB_CreateShaper()63 window->shaper->userx = window->x; in DirectFB_ResizeWindowShape()
48 result->userx = result->usery = 0; in X11_CreateShaper()82 window->shaper->userx = window->x; in X11_ResizeWindowShape()
44 result->userx = result->usery = 0;
3172 char *userx = sepol_module_package_get_user_extra(mod_pkg); in user_extra_to_cil() local3174 char *cur = userx; in user_extra_to_cil()3175 char *end = userx + userx_len; in user_extra_to_cil()