Home
last modified time | relevance | path

Searched refs:Win32_SetWindowShape (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsshape.h37 extern int Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *sh…
DSDL_windowsshape.c64 Win32_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMode *shape_mode) { in Win32_SetWindowShape() function
DSDL_windowsvideo.c162 device->shape_driver.SetWindowShape = Win32_SetWindowShape; in WIN_CreateDevice()