Home
last modified time | relevance | path

Searched refs:userx (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsshape.c36 result->userx = result->usery = 0; in Win32_CreateShaper()
102 window->shaper->userx = window->x; in Win32_ResizeWindowShape()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_shape.c40 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()
DSDL_sysvideo.h44 Uint32 userx,usery; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_shape.c45 result->userx = result->usery = 0; in DirectFB_CreateShaper()
63 window->shaper->userx = window->x; in DirectFB_ResizeWindowShape()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11shape.c48 result->userx = result->usery = 0; in X11_CreateShaper()
82 window->shaper->userx = window->x; in X11_ResizeWindowShape()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoashape.m44 result->userx = result->usery = 0;
/third_party/selinux/libsepol/src/
Dmodule_to_cil.c3172 char *userx = sepol_module_package_get_user_extra(mod_pkg); in user_extra_to_cil() local
3174 char *cur = userx; in user_extra_to_cil()
3175 char *end = userx + userx_len; in user_extra_to_cil()